-
Notifications
You must be signed in to change notification settings - Fork 101
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
tripleo: split network config control flags #928
base: main
Are you sure you want to change the base?
Conversation
testing it here https://review.rdoproject.org/r/c/testproject/+/53212 for multi-cell Will test it with existing multinode jobs later |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bogdando, fao89 The full list of commands accepted by this bot can be found here. The pull request process is described 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/a391d925847f42628945826865f25c77 ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 46m 11s |
6b634f7
to
9300e3c
Compare
This comment was marked as outdated.
This comment was marked as outdated.
a multi-cell testproject [0] has deployed all cells stacks OK [1] [0] https://review.rdoproject.org/r/c/testproject/+/53212
still have to make the multi-node CI passing |
a43f2a4
to
5c820b0
Compare
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/d496218e8e4047d4bf72ea29a211d81a ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 32m 38s |
This change depends on a change that failed to merge. Change https://review.rdoproject.org/r/c/rdo-jobs/+/55215 is needed. |
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/07de8f9effcf4964a3b8dfe848273ffd ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 49m 39s |
8296226
to
f7a954b
Compare
the testproject results look mostly OK now, just retriggering to get rid of intermittent errors |
This change depends on a change that failed to merge. Change https://review.rdoproject.org/r/c/rdo-jobs/+/55229 is needed. |
Add granular tripleo netconfig control flags In local multi-cell setups, we use tripleo netconfig for cell stacks. Extend it to the main stack as well. In today multi-node CI we keep it disabled, so this addition doesn't change the status quo. Add a flag to managing tripleo default routes. This is only used with tripleo dev setups, but may be extended to edpm dev envs if needed. Align the config download templates to use them consistently Signed-off-by: Bohdan Dobrelia <[email protected]>
Add granular tripleo netconfig control flags
In local multi-cell setups, we use tripleo netconfig for cell stacks.
Extend it to the main stack as well.
In today multi-node CI we keep it disabled, so this
addition doesn't change the status quo.
Add a flag to managing tripleo default routes. This is
only used with tripleo dev setups, but may be extended to edpm dev
envs if needed.
Align the config download templates to use them consistently
Depends-On: https://review.rdoproject.org/r/c/rdo-jobs/+/55229