From b8193bd7a63037aea6a6d31253c0acc3e1f9f5a6 Mon Sep 17 00:00:00 2001 From: Balazs Gibizer Date: Sat, 15 Jun 2024 16:20:27 +0200 Subject: [PATCH] [CI]Remove DATAPLANE_REPO from kuttl jobdef That repository is merged into the openstack-operator and install_yamls does not have the matching variable any more. This causes that the pre playbook fails with: ``` 'cifmw_install_yamls_vars contains a variable that is not defined in install_yamls Makefile nor cifmw_install_yamls_whitelisted_vars: DATAPLANE_REPO' ``` --- ci/nova-operator-base/ci_fw_vars.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/ci/nova-operator-base/ci_fw_vars.yaml b/ci/nova-operator-base/ci_fw_vars.yaml index 7a5566c9f..eda16763d 100644 --- a/ci/nova-operator-base/ci_fw_vars.yaml +++ b/ci/nova-operator-base/ci_fw_vars.yaml @@ -2,7 +2,6 @@ ansible_user_dir: "{{ lookup('env', 'HOME') }}" cifmw_installyamls_repos: "{{ ansible_user_dir }}/src/github.com/openstack-k8s-operators/install_yamls" cifmw_install_yamls_vars: - DATAPLANE_REPO: "{{ ansible_user_dir }}/src/github.com/openstack-k8s-operators/dataplane-operator" STORAGE_CLASS: crc-csi-hostpath-provisioner BMO_SETUP: false