[reproducer] Replace all reproducer vars with zuul vars#3794
[reproducer] Replace all reproducer vars with zuul vars#3794danpawlik wants to merge 2 commits intoopenstack-k8s-operators:mainfrom
Conversation
|
Skipping CI for Draft Pull Request. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
6a1b430 to
68cd119
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/8560d523cce242b28ec457c07f18e35a ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 50m 01s |
68cd119 to
da4ed43
Compare
Some variables are missing, especially related to the registry
credentials. That complicate the situation, where some keys
might not exists in reproducer file. Some of the variables
are jinja2 template, which are "translated" by Ansible.
Alternative way was to use yq command like:
yq eval-all -P 'select(fileIndex == 0) * select(fileIndex == 1)' \
/tmp/reproducer-variables.yml \
/home/zuul/configs/zuul_vars.yaml > merged.yaml
The yq is available in latest version available for current python3
version installed on hypervisor. In that case, we can not use
the yq tool, but use a python script.
Co-authored-by: Claude (AI Assistant) claude@anthropic.com
Signed-off-by: Daniel Pawlik <dpawlik@redhat.com>
683a3b7 to
80a6737
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/f900364b37dd4a6d8490ab00684f63ec ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 10m 09s |
ecffa42 to
ed8a07c
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/671d3fe55c554034a1518d261c5555da ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 53m 41s |
ed8a07c to
8178e8d
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/deb20e7b1fac48a8b2edd1693aa055c0 ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 59m 39s |
Keep support for legacy workflow where controller host is created and actions are done not on hypervisor directly, but on controller. Signed-off-by: Daniel Pawlik <dpawlik@redhat.com>
8178e8d to
f557d26
Compare
Some variables are missing, especially related to the registry credentials. That complicate the situation, where some keys might not exists in reproducer file.