Merge "Configure Zun for Placement (Train+)"
This commit is contained in:
commit
15ce0e0600
@ -98,6 +98,9 @@ lock_path = /var/lib/zun/tmp
|
|||||||
policy_file = {{ zun_policy_file }}
|
policy_file = {{ zun_policy_file }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
[compute]
|
||||||
|
host_shared_with_nova = {{ inventory_hostname in groups['compute'] and enable_nova | bool and not enable_nova_fake | bool }}
|
||||||
|
|
||||||
[websocket_proxy]
|
[websocket_proxy]
|
||||||
wsproxy_host = {{ api_interface_address }}
|
wsproxy_host = {{ api_interface_address }}
|
||||||
wsproxy_port = {{ zun_wsproxy_port }}
|
wsproxy_port = {{ zun_wsproxy_port }}
|
||||||
|
@ -20,6 +20,7 @@ following variables:
|
|||||||
enable_zun: "yes"
|
enable_zun: "yes"
|
||||||
enable_kuryr: "yes"
|
enable_kuryr: "yes"
|
||||||
enable_etcd: "yes"
|
enable_etcd: "yes"
|
||||||
|
enable_placement: "yes"
|
||||||
docker_configure_for_zun: "yes"
|
docker_configure_for_zun: "yes"
|
||||||
|
|
||||||
Docker reconfiguration requires reboostrapping before deploy.
|
Docker reconfiguration requires reboostrapping before deploy.
|
||||||
|
@ -67,6 +67,7 @@ enable_cinder_backend_lvm: "yes"
|
|||||||
enable_zun: "yes"
|
enable_zun: "yes"
|
||||||
enable_kuryr: "yes"
|
enable_kuryr: "yes"
|
||||||
enable_etcd: "yes"
|
enable_etcd: "yes"
|
||||||
|
enable_placement: "yes"
|
||||||
docker_configure_for_zun: "yes"
|
docker_configure_for_zun: "yes"
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user