Use role instead of playbooks - nfs.yml#3038
Use role instead of playbooks - nfs.yml#3038danpawlik 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/145bc438ed3949adbc99ad7c535f3fc7 ✔️ openstack-k8s-operators-content-provider SUCCESS in 40m 57s |
3917d7e to
3afa91e
Compare
01e0312 to
f2f0458
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/8191d0aef3944e54985e69b0cf06455e ✔️ openstack-k8s-operators-content-provider SUCCESS in 42m 08s |
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
f2f0458 to
2f6ac33
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/9ddad18241064862b0d12cb701c44037 ✔️ openstack-k8s-operators-content-provider SUCCESS in 3h 30m 13s |
|
recheck cifmw-crc-podified-edpm-baremetal |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/801583e25d654e61b40a07b98010ac6c ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 58m 55s |
|
recheck |
After merging [1] [2] it seems the CI job did not trigger tests for verifying molecule roles. [1] openstack-k8s-operators#3038 [2] openstack-k8s-operators#3020 Signed-off-by: Daniel Pawlik <dpawlik@redhat.com>
|
This change broke the export of cifmw_nfs_ip. Please double check the code, or revert for now. |
The target var should be "computes", not "compute". It raises an issue that later the host is skipped by the Ansible. This commit fixes porting issue raised in Pull Request [1]. [1] openstack-k8s-operators#3038 Signed-off-by: Daniel Pawlik <dpawlik@redhat.com>
The target var should be "computes", not "compute". It raises an issue that later the host is skipped by the Ansible. This commit fixes porting issue raised in Pull Request [1]. [1] #3038 Signed-off-by: Daniel Pawlik <dpawlik@redhat.com>
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
This PR takes care of nfs.yml
It is continuation of simplification job execution [1].
[1] #2929