OpenShift: allow scheduling on all nodes

By default OpenShift won't allow scheduling on masters. We'll want to
deploy OpenStack pods on the controllers so we need this enabled, and
we'll need this for CI too.

Change-Id: Ia4190a23c04bda52b17eac50e57da891af615ff4
This commit is contained in:
Jiri Stransky 2017-12-18 18:06:53 +01:00
parent 9b9e1ac6fa
commit cfcfed7acc
1 changed files with 1 additions and 0 deletions

View File

@ -80,6 +80,7 @@ outputs:
ansible_user: {{ hostvars.raw_get(host)['ansible_user'] | default(hostvars.raw_get(host)['ansible_ssh_user']) | default('root') }}
ansible_host: {{ hostvars.raw_get(host)['ansible_host'] | default(host) }}
ansible_become: true
openshift_schedulable: true
{% endfor %}
etcd: