Merge "Disable wheels build for metal AIO deployments"
This commit is contained in:
commit
d980045dbd
@ -218,14 +218,8 @@ trove_wsgi_processes: 1
|
|||||||
magnum_wsgi_processes: 1
|
magnum_wsgi_processes: 1
|
||||||
magnum_conductor_workers: 1
|
magnum_conductor_workers: 1
|
||||||
|
|
||||||
## Octavia
|
|
||||||
{% if 'metal' in bootstrap_host_scenarios %}
|
{% if 'metal' in bootstrap_host_scenarios %}
|
||||||
# TODO(mnaser): The Octavia role relies on gathering IPs of hosts in the
|
venv_wheel_build_enable: false
|
||||||
# LBaaS network and using those in the health manager pool
|
|
||||||
# IPs. We don't store those IPs when running metal so we
|
|
||||||
# have to override it manually. We should remove this and
|
|
||||||
# fix the role (or the inventory tool) eventually.
|
|
||||||
octavia_hm_hosts: 172.29.232.100 # br-lbaas IP
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
## Sahara
|
## Sahara
|
||||||
@ -305,6 +299,7 @@ openstack_user_kernel_options:
|
|||||||
|
|
||||||
openstack_hosts_package_state: latest
|
openstack_hosts_package_state: latest
|
||||||
|
|
||||||
|
## Octavia
|
||||||
{% if 'octavia' in bootstrap_host_scenarios_expanded %}
|
{% if 'octavia' in bootstrap_host_scenarios_expanded %}
|
||||||
# Enable Octavia V2 API/standalone
|
# Enable Octavia V2 API/standalone
|
||||||
octavia_v2: True
|
octavia_v2: True
|
||||||
@ -312,6 +307,14 @@ octavia_v2: True
|
|||||||
octavia_v1: False
|
octavia_v1: False
|
||||||
octavia_management_net_subnet_cidr: '172.29.232.0/22'
|
octavia_management_net_subnet_cidr: '172.29.232.0/22'
|
||||||
tempest_run_concurrency: 0
|
tempest_run_concurrency: 0
|
||||||
|
{% if 'metal' in bootstrap_host_scenarios %}
|
||||||
|
# TODO(mnaser): The Octavia role relies on gathering IPs of hosts in the
|
||||||
|
# LBaaS network and using those in the health manager pool
|
||||||
|
# IPs. We don't store those IPs when running metal so we
|
||||||
|
# have to override it manually. We should remove this and
|
||||||
|
# fix the role (or the inventory tool) eventually.
|
||||||
|
octavia_hm_hosts: 172.29.232.100 # br-lbaas IP
|
||||||
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if 'proxy' in bootstrap_host_scenarios_expanded %}
|
{% if 'proxy' in bootstrap_host_scenarios_expanded %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user