[reproducer] Replace all reproducer vars with zuul vars#3794
[reproducer] Replace all reproducer vars with zuul vars#3794danpawlik wants to merge 3 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 |
8178e8d to
f557d26
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/5c655dbf833c4805aca3556d23c67655 ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 51m 28s |
cd45321 to
bf498ee
Compare
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>
5f4497d to
54bba3a
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/8afcb1210c2a44919fcf921951d8e34c ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 14m 09s |
On executing nested Ansible, some variables like: 'cifmw_registry_token' are not redirected, which is causing an issue in later tasks, which are operating on those variables and if it is undefine, it raise an issue. To satisfy nested Ansible execution, provide necessary variables. Also include hypervisor name as it can be a missing variable, due jobs already bootstrapped by ZIronic does not require to have that variable, which in some tasks is necessary. Signed-off-by: Daniel Pawlik <dpawlik@redhat.com>
54bba3a to
90edda7
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/a9f56aa474af4cff95ffb79f6de1ce51 ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 18m 56s |
Some variables are missing, especially related to the registry credentials. That complicate the situation, where some keys might not exists in reproducer file.