Merge "Run etcd on controller node only"

This commit is contained in:
Zuul 2018-09-03 08:59:38 +00:00 committed by Gerrit Code Review
commit 4dcb4ce741
1 changed files with 1 additions and 1 deletions

View File

@ -37,4 +37,4 @@ etcd_image_full: "{{ etcd_image }}:{{ etcd_tag }}"
etcd_dimensions: "{{ default_container_dimensions }}"
# List of hosts running etcd.
etcd_hosts: "{{ groups['control'] + (groups['compute'] if enable_kuryr | bool else []) }}"
etcd_hosts: "{{ groups['control'] }}"