Merge "Configure Zun for Placement (Train+)"

This commit is contained in:
Zuul 2019-09-10 17:51:49 +00:00 committed by Gerrit Code Review
commit 15ce0e0600
3 changed files with 5 additions and 0 deletions

View File

@ -98,6 +98,9 @@ lock_path = /var/lib/zun/tmp
policy_file = {{ zun_policy_file }}
{% endif %}
[compute]
host_shared_with_nova = {{ inventory_hostname in groups['compute'] and enable_nova | bool and not enable_nova_fake | bool }}
[websocket_proxy]
wsproxy_host = {{ api_interface_address }}
wsproxy_port = {{ zun_wsproxy_port }}

View File

@ -20,6 +20,7 @@ following variables:
enable_zun: "yes"
enable_kuryr: "yes"
enable_etcd: "yes"
enable_placement: "yes"
docker_configure_for_zun: "yes"
Docker reconfiguration requires reboostrapping before deploy.

View File

@ -67,6 +67,7 @@ enable_cinder_backend_lvm: "yes"
enable_zun: "yes"
enable_kuryr: "yes"
enable_etcd: "yes"
enable_placement: "yes"
docker_configure_for_zun: "yes"
{% endif %}