Explorar o código

Adding etcd image variables to fix azure deployments.

Kenny Woodson %!s(int64=6) %!d(string=hai) anos
pai
achega
f69b1aaf90
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      playbooks/azure/openshift-cluster/build_node_image.yml

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