Use role instead of playbooks - 06-deploy-architecture.yml#3066
Use role instead of playbooks - 06-deploy-architecture.yml#3066danpawlik merged 1 commit intoopenstack-k8s-operators:mainfrom
Conversation
|
[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/edeed835e56843f9b274b57cc8c90fda ✔️ openstack-k8s-operators-content-provider SUCCESS in 3h 28m 13s |
|
recheck |
a64b53b to
f867e17
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/5199f31a44644c078a69cad6e45d8348 ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 43m 59s |
|
recheck |
|
Merge Failed. This change or one of its cross-repo dependencies was unable to be automatically merged with the current state of its repository. Please rebase the change and upload a new patchset. |
|
a minor comment but not blocking in case is not relevant for multi-namespace VA |
|
On controller-0, a shell script called |
so far, we don't touch deploy*-.yml playbooks. |
Reason why we move playbook execution to roles was described in pull request [1], but in few words: it would be easier for mainteners to understand playbook/role execution, it is just better to control variables, easier to debug, etc. [1] openstack-k8s-operators#2930 Signed-off-by: Daniel Pawlik <dpawlik@redhat.com>
3b63963
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/a51dabd8e3d44d508138a5570a1f52a8 ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 39m 46s |
|
recheck |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/194319289ac54ea684e6df9657c557df ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 45m 26s |
|
recheck |
Reason why we move playbook execution to roles was described in pull request [1], but in few words: it would be easier for mainteners to understand playbook/role execution, it is just better to control variables, easier to debug, etc.
[1] #2930