Skip to content

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

danpawlik
Copy link
Contributor

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

@danpawlik danpawlik requested review from fultonj, fmount, abays and a team as code owners June 12, 2025 07:13
Copy link
Contributor

openshift-ci bot commented Jun 12, 2025

[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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

evallesp
evallesp previously approved these changes Jun 12, 2025
Copy link

Build failed (check pipeline). Post recheck (without leading slash)
to rerun all jobs. Make sure the failure cause has been resolved before
you rerun jobs.

https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/edeed835e56843f9b274b57cc8c90fda

✔️ openstack-k8s-operators-content-provider SUCCESS in 3h 28m 13s
✔️ podified-multinode-edpm-deployment-crc SUCCESS in 58m 30s
✔️ cifmw-crc-podified-edpm-baremetal SUCCESS in 1h 27m 40s
podified-multinode-hci-deployment-crc FAILURE in 57m 36s
✔️ adoption-standalone-to-crc-ceph-provider SUCCESS in 3h 12m 54s
✔️ noop SUCCESS in 0s
✔️ cifmw-pod-ansible-test SUCCESS in 7m 59s
✔️ cifmw-pod-pre-commit SUCCESS in 7m 46s
✔️ build-push-container-cifmw-client SUCCESS in 18m 43s
✔️ cifmw-molecule-ci_lvms_storage SUCCESS in 2m 28s
✔️ cifmw-molecule-cifmw_setup SUCCESS in 2m 28s

@danpawlik
Copy link
Contributor Author

recheck

amartyasinha
amartyasinha previously approved these changes Jun 16, 2025
evallesp
evallesp previously approved these changes Jun 16, 2025
@danpawlik danpawlik changed the title Use role instead of playbooks - 06-deploy-edpm.yml Use role instead of playbooks - 06-deploy-architecture.yml Jun 16, 2025
@danpawlik danpawlik dismissed stale reviews from evallesp and amartyasinha via a64b53b June 16, 2025 09:26
@danpawlik danpawlik force-pushed the move-06-play branch 2 times, most recently from a64b53b to f867e17 Compare June 16, 2025 09:26
amartyasinha
amartyasinha previously approved these changes Jun 16, 2025
Copy link

Build failed (check pipeline). Post recheck (without leading slash)
to rerun all jobs. Make sure the failure cause has been resolved before
you rerun jobs.

https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/5199f31a44644c078a69cad6e45d8348

✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 43m 59s
podified-multinode-edpm-deployment-crc FAILURE in 57m 53s
cifmw-crc-podified-edpm-baremetal FAILURE in 1h 19m 35s
adoption-standalone-to-crc-ceph-provider FAILURE in 2h 30m 53s
✔️ noop SUCCESS in 0s
✔️ cifmw-pod-ansible-test SUCCESS in 8m 20s
✔️ cifmw-pod-pre-commit SUCCESS in 7m 19s
✔️ build-push-container-cifmw-client SUCCESS in 18m 42s
✔️ cifmw-molecule-ci_lvms_storage SUCCESS in 2m 18s
✔️ cifmw-molecule-cifmw_setup SUCCESS in 2m 17s

@danpawlik
Copy link
Contributor Author

recheck

Copy link

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.
Warning:
Error merging github.com/openstack-k8s-operators/ci-framework for 3066,f867e17bf8698e37bf70e64fb3baa79e77315923

Copy link

Build failed (check pipeline). Post recheck (without leading slash)
to rerun all jobs. Make sure the failure cause has been resolved before
you rerun jobs.

https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/9d7092c0411a4b4984f2fea40b76bf76

✔️ openstack-k8s-operators-content-provider SUCCESS in 3h 22m 55s
podified-multinode-edpm-deployment-crc FAILURE in 59m 31s
cifmw-crc-podified-edpm-baremetal FAILURE in 1h 21m 19s
✔️ adoption-standalone-to-crc-ceph-provider SUCCESS in 3h 08m 09s
✔️ noop SUCCESS in 0s
✔️ cifmw-pod-ansible-test SUCCESS in 8m 14s
✔️ cifmw-pod-pre-commit SUCCESS in 7m 47s
✔️ build-push-container-cifmw-client SUCCESS in 18m 27s
✔️ cifmw-molecule-ci_lvms_storage SUCCESS in 2m 16s
✔️ cifmw-molecule-cifmw_setup SUCCESS in 2m 20s

@danpawlik
Copy link
Contributor Author

recheck

Copy link

Build failed (check pipeline). Post recheck (without leading slash)
to rerun all jobs. Make sure the failure cause has been resolved before
you rerun jobs.

https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/e821c4d54c844a9c89c7541cb7ce203e

✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 42m 28s
podified-multinode-edpm-deployment-crc FAILURE in 54m 08s
cifmw-crc-podified-edpm-baremetal FAILURE in 1h 27m 56s
adoption-standalone-to-crc-ceph-provider NODE_FAILURE Node request 099-0007926541 failed in 0s
✔️ noop SUCCESS in 0s
✔️ cifmw-pod-ansible-test SUCCESS in 8m 18s
✔️ cifmw-pod-pre-commit SUCCESS in 7m 32s
✔️ build-push-container-cifmw-client SUCCESS in 19m 12s
✔️ cifmw-molecule-ci_lvms_storage SUCCESS in 2m 25s
✔️ cifmw-molecule-cifmw_setup SUCCESS in 2m 18s

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]>
Copy link

Build failed (check pipeline). Post recheck (without leading slash)
to rerun all jobs. Make sure the failure cause has been resolved before
you rerun jobs.

https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/76b76dc3f5dc464d8ffafaa759f23b46

✔️ openstack-k8s-operators-content-provider SUCCESS in 3h 27m 59s
podified-multinode-edpm-deployment-crc FAILURE in 53m 58s
cifmw-crc-podified-edpm-baremetal FAILURE in 1h 29m 50s
✔️ adoption-standalone-to-crc-ceph-provider SUCCESS in 3h 12m 56s
✔️ noop SUCCESS in 0s
✔️ cifmw-pod-ansible-test SUCCESS in 8m 46s
✔️ cifmw-pod-pre-commit SUCCESS in 7m 51s
✔️ build-push-container-cifmw-client SUCCESS in 15m 44s
✔️ cifmw-molecule-ci_lvms_storage SUCCESS in 2m 15s
✔️ cifmw-molecule-cifmw_setup SUCCESS in 2m 18s

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants