瀏覽代碼

Merge pull request #8732 from kwoodson/azure_ci_url_fix

Adding etcd image variables to fix deployments.
Paul Weil 6 年之前
父節點
當前提交
a1634c352a
共有 1 個文件被更改,包括 2 次插入0 次删除
  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: