Use role instead of playbooks - 01-bootstrap.yml#2929
Use role instead of playbooks - 01-bootstrap.yml#2929dasm merged 1 commit 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 |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/afaa97a725e14fa8b16da6efdab616c3 ✔️ openstack-k8s-operators-content-provider SUCCESS in 3h 29m 13s |
2b647e0 to
6bbe0cc
Compare
6bbe0cc to
bd1f0b5
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/fa49339cd3584c2db95fb999f351d514 ✔️ openstack-k8s-operators-content-provider SUCCESS in 3h 40m 53s |
19fa777 to
3d89333
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/eac1882fc56f4dbd9c2b3c110ca49a28 ✔️ openstack-k8s-operators-content-provider SUCCESS in 3h 32m 24s |
|
recheck |
1 similar comment
|
recheck |
6ea4171 to
4dbc790
Compare
Before simplifying 06-deploy-edpm.yml, it is necessary to take care of import_playbook calls within that play There are three import_playbook calls within 06-deploy-edpm.yml - validations.yml - nfs.yml - ceph.yml This PR takes care of validations.yml It is continuation of simplification job execution [1]. [1] openstack-k8s-operators#2929
Before simplifying 06-deploy-edpm.yml, it is necessary to take care of import_playbook calls within that play There are three import_playbook calls within 06-deploy-edpm.yml - validations.yml - nfs.yml - ceph.yml This PR takes care of nfs.yml It is continuation of simplification job execution [1]. [1] openstack-k8s-operators#2929
It is continuation of simplification job execution [1]. [1] openstack-k8s-operators#2929
It is continuation of simplification job execution [1]. [1] openstack-k8s-operators#2929
It is continuation of simplification job execution [1]. [1] openstack-k8s-operators#2929
Before simplifying 06-deploy-edpm.yml, it is necessary to take care of import_playbook calls within that play There are three import_playbook calls within 06-deploy-edpm.yml - validations.yml - nfs.yml - ceph.yml This PR takes care of nfs.yml It is continuation of simplification job execution [1]. [1] #2929
Most of the playbooks which are executed inside the nested Ansible (Ansible inside the Ansible) does not need to be in playbook, it can be in a simple role.
The previous CI execution for 01-bootstrap.yml file was:
With this change would be one layer less: