Update openstack2 NS containers in multi-NS VA#3819
Update openstack2 NS containers in multi-NS VA#3819abays wants to merge 1 commit intoopenstack-k8s-operators:mainfrom
Conversation
The second namespace in the multi-namespace VA needs to run the "update_containers" role. Only the "openstack" namespace is handled by default, so this adds a hook to the multi-namespace VA that calls the role for the "openstack2" namespace. Signed-off-by: Andrew Bays <abays@redhat.com>
|
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/52d5efbf5cb54f8697028745d9814107 ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 06m 01s |
Unrelated to PR: |
|
recheck |
|
This PR, combined with openstack-k8s-operators/architecture#732 and a |
There was a problem hiding this comment.
I understand that perhaps this should go in hooks/playbooks instead, but arguably so should all the playbooks in the playbooks/multi-namespace directory. We could clean that up in a follow-up, as the goal of this PR and its companion PRs in openstack-k8s-operators and elsewhere are just to get the multi-namespace job working again. Moving these playbooks right now would further delay that process.
|
LGTM, but will delegate to cifmw members to approve |
… in openstack2 NS Mirrors architecture PR openstack-k8s-operators#732 which adds this for the multi-namespace scenario. Runs after the leaf control plane is deployed and ready, before CA bundle and federation configuration hooks. Reuses the shared playbooks/multi-namespace/ns2_update_containers.yaml playbook from ci-framework rather than duplicating it. Depends-On: openstack-k8s-operators/ci-framework#3819 Co-Authored-By: Claude <noreply@anthropic.com> Signed-off-by: Ade Lee <alee@redhat.com> Made-with: Cursor
The second namespace in the multi-namespace VA needs to run the "update_containers" role. Only the "openstack" namespace is handled by default, so this adds a hook to the multi-namespace VA that calls the role for the "openstack2"
namespace.