Skip to content
Snippets Groups Projects
Commit 4dcb4ce7 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Run etcd on controller node only"

parents 6fca49ab d29ecbd6
No related branches found
No related tags found
No related merge requests found
......@@ -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'] }}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment