From dc0ccf9a3e9b2b80d8b2829d67fa76653ced1faf Mon Sep 17 00:00:00 2001 From: Sandeep Yadav Date: Wed, 28 Jun 2023 12:22:55 +0530 Subject: [PATCH] Set ansible runner image var for edpm_prepare role With this commit, we set ansible runner image var for edpm_prepare role, so that in edpm_prepare we can Patch openstack-ansibleee-operator CSV with the correct image which we build in job. Depends-On: https://github.com/openstack-k8s-operators/ci-framework/pull/339 --- ci/playbooks/build_runner_image.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/ci/playbooks/build_runner_image.yaml b/ci/playbooks/build_runner_image.yaml index 2b6f275fd..db94ef037 100644 --- a/ci/playbooks/build_runner_image.yaml +++ b/ci/playbooks/build_runner_image.yaml @@ -34,8 +34,5 @@ ansible.builtin.copy: mode: 0644 content: | - make_edpm_deploy_env: - DATAPLANE_RUNNER_IMG: "{{ ansibleee_runner_img }}" - make_edpm_compute_baremetal_params: - ANSIBLEEE_IMAGE_URL_DEFAULT: "{{ ansibleee_runner_img }}" + cifmw_edpm_prepare_ansible_runner_image: "{{ ansibleee_runner_img }}" dest: "{{ ansible_user_dir }}/ci-framework/edpm-ansible.yml"