Преглед на файлове

Merge pull request #8758 from jim-minter/copyimagename

azure: pass image_name into tasks/create_blob_from_vm.yml
Jim Minter преди 6 години
родител
ревизия
044a13723f
променени са 2 файла, в които са добавени 4 реда и са изтрити 0 реда
  1. 2 0
      playbooks/azure/openshift-cluster/build_base_image.yml
  2. 2 0
      playbooks/azure/openshift-cluster/build_node_image.yml

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

@@ -47,4 +47,6 @@
 
   - name: create blob
     import_tasks: tasks/create_blob_from_vm.yml
+    vars:
+      image_name: "{{ openshift_azure_output_image_name }}"
     when: openshift_azure_storage_account is defined and openshift_azure_storage_account

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

@@ -102,4 +102,6 @@
 
   - name: create blob
     import_tasks: tasks/create_blob_from_vm.yml
+    vars:
+      image_name: "{{ openshift_azure_output_image_name }}"
     when: openshift_azure_storage_account is defined and openshift_azure_storage_account