Skip to content

Commit

Permalink
[CI]Remove DATAPLANE_REPO from kuttl jobdef
Browse files Browse the repository at this point in the history
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'
```
  • Loading branch information
gibizer authored and openshift-merge-bot[bot] committed Jun 17, 2024
1 parent 0360b9c commit b8193bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ci/nova-operator-base/ci_fw_vars.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b8193bd

Please sign in to comment.