Browse Source

Merge pull request #8732 from kwoodson/azure_ci_url_fix

Adding etcd image variables to fix deployments.
Paul Weil 6 years ago
parent
commit
a1634c352a
1 changed files with 2 additions and 0 deletions
  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: