-
Notifications
You must be signed in to change notification settings - Fork 127
Use role instead of playbooks - 06-deploy-architecture.yml #3066
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
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.
Needs 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. |
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/9d7092c0411a4b4984f2fea40b76bf76 ✔️ openstack-k8s-operators-content-provider SUCCESS in 3h 22m 55s |
recheck |
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/e821c4d54c844a9c89c7541cb7ce203e ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 42m 28s |
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 <[email protected]>
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/76b76dc3f5dc464d8ffafaa759f23b46 ✔️ openstack-k8s-operators-content-provider SUCCESS in 3h 27m 59s |
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