소스 검색

Added includes to specify openshift version for libvirt cluster create. Otherwise bin/cluster create fails on unknown version for libvirt deployment.

Jürg Schulthess 7 년 전
부모
커밋
fef3e0ffc2
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      playbooks/libvirt/openshift-cluster/config.yml

+ 2 - 0
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: