Add cifmw_helpers role#3235
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 |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/2a0af9d1e69a41ac9bf7c994b2fa0f4b ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 44m 22s |
4a4c147 to
8a2c170
Compare
8a2c170 to
7052ee9
Compare
7052ee9 to
6b678b9
Compare
ea6ac7a to
7716cd1
Compare
7716cd1 to
e56a300
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/33d2225e034c47e79ed0fb3988d10818 ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 46m 51s |
|
recheck |
e56a300 to
ced8589
Compare
ced8589 to
5e72080
Compare
The new role would provide tasks that would be helpful to drop nested Ansible execution in the project. Signed-off-by: Daniel Pawlik <dpawlik@redhat.com>
5e72080 to
8108031
Compare
We want to drop nested Ansible execution where it is possible. It is wrong, to execute sometimes 4 or 5 time nested Ansible. It makes debugging difficult, raise more complication and sometimes variable overwrite is just problematic. Depends-On: openstack-k8s-operators#3235 Depends-On: openstack-k8s-operators#3287 More: OSPRH-20006 Signed-off-by: Daniel Pawlik <dpawlik@redhat.com>
We want to drop nested Ansible execution where it is possible. It is wrong, to execute sometimes 4 or 5 time nested Ansible. It makes debugging difficult, raise more complication and sometimes variable overwrite is just problematic. Depends-On: #3235 Depends-On: #3287 More: OSPRH-20006 Signed-off-by: Daniel Pawlik <dpawlik@redhat.com>
The new role would provide tasks that would be helpful to drop nested Ansible execution in the project.