From 801ed7ed087f63a70c9858184f133a688ca9ab99 Mon Sep 17 00:00:00 2001 From: Chandan Kumar Date: Thu, 28 Sep 2023 15:26:02 +0530 Subject: [PATCH] Rename ee image var to RELATED_IMAGE_ANSIBLEEE_IMAGE_URL_DEFAULT ee-runner image env var got changed to RELATED_IMAGE_ANSIBLEEE_IMAGE_URL_DEFAULT var by https://github.com/openstack-k8s-operators/openstack-ansibleee-operator/pull/226. We need to update the same to update the proper edpm image during deployment. Signed-off-by: Chandan Kumar --- ci/playbooks/build_runner_image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/playbooks/build_runner_image.yml b/ci/playbooks/build_runner_image.yml index f8b55392b7..1cd6b2b81f 100644 --- a/ci/playbooks/build_runner_image.yml +++ b/ci/playbooks/build_runner_image.yml @@ -45,5 +45,5 @@ cifmw_edpm_prepare_update_os_containers: true cifmw_set_openstack_containers_operator_name: openstack-ansibleee cifmw_set_openstack_containers_overrides: - ANSIBLEEE_IMAGE_URL_DEFAULT: "{{ ansibleee_runner_img }}" + RELATED_IMAGE_ANSIBLEEE_IMAGE_URL_DEFAULT: "{{ ansibleee_runner_img }}" dest: "{{ ansible_user_dir }}/ci-framework-data/artifacts/edpm-ansible.yml"