-
Notifications
You must be signed in to change notification settings - Fork 371
all.yml file doesn't have etcd num nodes #478
Comments
also note that the heat stack outputs contain empty lists for etcd related info |
I ran into a similar problem with the installer. Here was the output from the playbook:
Is it possible the openshift-ansible project made a change that is not yet reflected in the contrib repository? What can be done to work around this issue? |
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
Stale issues rot after 30d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle rotten |
The file:
https://github.com/openshift/openshift-ansible-contrib/blob/master/playbooks/provisioning/openstack/sample-inventory/group_vars/all.yml
makes no mention of number of etcd nodes, however, if you use the existinghttps://github.com/openshift/openshift-ansible-contrib/blob/master/playbooks/provisioning/openstack/sample-inventory/hosts
file example, it expects an etcd system withetcd.openshift.example.com
.The workaround was to put etcd servers within the masters. However, the all.yaml file should have some sort of variable to list out # of etc nodes and/or if it finds 0 to place etcd by default within master nodes
@tomassedovic
The text was updated successfully, but these errors were encountered: