Przeglądaj źródła

Adding etcd image variables to fix azure deployments.

Kenny Woodson 6 lat temu
rodzic
commit
f69b1aaf90

+ 2 - 0
playbooks/azure/openshift-cluster/build_node_image.yml

@@ -56,6 +56,8 @@
 
 - name: install openshift
   import_playbook: ../../openshift-node/private/image_prep.yml
+  vars:
+    etcd_image: "{{ etcd_image_dict[openshift_deployment_type] }}"
 
 - hosts: nodes
   tasks: