diff options
author | Jürg Schulthess <schulthess@puzzle.ch> | 2017-06-09 10:17:49 +0200 |
---|---|---|
committer | Jürg Schulthess <schulthess@puzzle.ch> | 2017-06-09 10:17:49 +0200 |
commit | fef3e0ffc2f6e748200d006cd7a95cf89187973d (patch) | |
tree | c5e4491228a41bfaeeaaf3dbe9a65b2d1d4d23e6 | |
parent | e651d65dc1e3f53c0ad2e587d7392a31e827c905 (diff) | |
download | openshift-fef3e0ffc2f6e748200d006cd7a95cf89187973d.tar.gz openshift-fef3e0ffc2f6e748200d006cd7a95cf89187973d.tar.bz2 openshift-fef3e0ffc2f6e748200d006cd7a95cf89187973d.tar.xz openshift-fef3e0ffc2f6e748200d006cd7a95cf89187973d.zip |
Added includes to specify openshift version for libvirt cluster create. Otherwise bin/cluster create fails on unknown version for libvirt deployment.
-rw-r--r-- | playbooks/libvirt/openshift-cluster/config.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/playbooks/libvirt/openshift-cluster/config.yml b/playbooks/libvirt/openshift-cluster/config.yml index f782d6dab..477213f4e 100644 --- a/playbooks/libvirt/openshift-cluster/config.yml +++ b/playbooks/libvirt/openshift-cluster/config.yml @@ -3,6 +3,8 @@ # is localhost, so no hostname value (or public_hostname) value is getting # assigned +- include: ../../common/openshift-cluster/std_include.yml + - hosts: localhost gather_facts: no tasks: |