-
Notifications
You must be signed in to change notification settings - Fork 83
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
DT - BMO deploy with preprovisioningNetworkData #413
DT - BMO deploy with preprovisioningNetworkData #413
Conversation
6c57821
to
ce91fbc
Compare
This change depends on a change that failed to merge. Change openstack-k8s-operators/ci-framework#2425 is needed. |
This adds ci_gen_kustomize_values for the proposed `bmo01` deployment topology in openstack-k8s-operators/architecture PR: openstack-k8s-operators/architecture#413 This DT ... * Uses OCP Metal3 to provision the compute nodes over redfish-virtualmedia. * Deploys the two pairs of compute nodes in separate networks - routed/spine-and-leaf architecture.
e0d980e
to
26aa0fc
Compare
380896f
to
b4e6bed
Compare
examples/dt/bmo01/control-plane.md
Outdated
Change to the uni01alpha directory | ||
|
||
```bash | ||
cd architecture/examples/dt/bmo |
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.
Change to the uni01alpha directory | |
```bash | |
cd architecture/examples/dt/bmo | |
Change to the bmo01 directory | |
```bash | |
cd architecture/examples/dt/bmo01 |
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.
oops, thanks!
Done.
examples/dt/bmo01/data-plane.md
Outdated
Change to the dataplane directory | ||
|
||
```bash | ||
cd architecture/examples/dt/bmo/dataplane |
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.
Change to the dataplane directory | |
```bash | |
cd architecture/examples/dt/bmo/dataplane | |
Change to the dataplane directory | |
```bash | |
cd architecture/examples/dt/bmo01/dataplane |
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.
oops, thanks!
Done.
examples/dt/bmo01/data-plane.md
Outdated
leaf0-0 inspecting false 53s | ||
leaf0-1 inspecting false 53s | ||
leaf1-0 inspecting false 53s | ||
leaf1-1 inspecting false 53s |
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.
I wonder if we should show this, since we are disabling inspection by default
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.
Yes, let's drop it. I cleaned it up a little so it is just one line of preparing and available for each node as well.
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.
Just a couple docs comments but otherwise seems good to me
7023bf7
to
c40ab96
Compare
Thanks for the update @hjensas. I'm fine |
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
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: abays, hjensas 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 succeeded (gate pipeline). ✔️ noop SUCCESS in 0s |
652e706
into
openstack-k8s-operators:main
This adds ci_gen_kustomize_values for the proposed `bmo01` deployment topology in openstack-k8s-operators/architecture PR: openstack-k8s-operators/architecture#413 This DT ... * Uses OCP Metal3 to provision the compute nodes over redfish-virtualmedia. * Deploys the two pairs of compute nodes in separate networks - routed/spine-and-leaf architecture.
This DT ...
Depends-On: openstack-k8s-operators/ci-framework#2425