-
Notifications
You must be signed in to change notification settings - Fork 112
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
Add nova multiplecells nodeset templates #2423
Add nova multiplecells nodeset templates #2423
Conversation
Skipping CI for Draft Pull Request. |
0769232
to
fc7bfff
Compare
fc7bfff
to
8b7b01d
Compare
This PR is stale because it has been for over 15 days with no activity. |
8b7b01d
to
0b4bde8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, to get the docs ci job to pass you need to rebase to catch: #2526
roles/ci_gen_kustomize_values/templates/nova-three-cells/edpm-nodeset-values/values.yaml.j2
Outdated
Show resolved
Hide resolved
roles/ci_gen_kustomize_values/templates/nova-three-cells/edpm-nodeset2-values/values.yaml.j2
Outdated
Show resolved
Hide resolved
0b4bde8
to
c29909e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: lewisdenny 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 |
eab8350
into
openstack-k8s-operators:main
Add nova 3 cell DT Standard deployments currently deploy cell0 and cell1. Create a DT that deploys cell0, cell1, and cell2. Depends-On: openstack-k8s-operators/ci-framework#2423 Reviewed-by: Harald <[email protected]> Reviewed-by: jamepark4 <[email protected]> Reviewed-by: Balazs Gibizer <[email protected]> Reviewed-by: Bogdan Dobrelya Reviewed-by: Andrew Bays <[email protected]>
Currently working with [1] to allow for deployment of two nodesets with each nodeset corresponding with a respective cell.
[1] openstack-k8s-operators/architecture#401