Fix the python requirements. Add the ability to map in etcd client certs and ca.
This commit is contained in:
parent
44f7ab53a2
commit
f2471a86f6
6 changed files with 10 additions and 14 deletions
|
@ -13,12 +13,6 @@ coreos:
|
|||
reboot-strategy: off
|
||||
group: {{ coreos_channel }}
|
||||
|
||||
etcd:
|
||||
discovery: https://discovery.etcd.io/{{ etcd_token }}
|
||||
# multi-region and multi-cloud deployments need to use $public_ipv4
|
||||
addr: $private_ipv4:4001
|
||||
peer-addr: $private_ipv4:7001
|
||||
|
||||
units:
|
||||
- name: quay-builder.service
|
||||
command: start
|
||||
|
|
Reference in a new issue