You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #677 from fultonj/dcn_split_net_control
Decouple DCN network stage from control plane stage
Apply the pattern from commit 3105c9e to separate networking from control-plane deployment, allowing network CRs to be created before the control plane for DCN.
Create dt/dcn/networking component with base networks
Move nncp under control-plane/networking/
Add networking stage to automation/vars/dcn.yaml
Update control-plane kustomization paths
Move octavia NAD and storagemgmt NetConfig patches to networking
Reviewed-by: Andrew Bays <andrew.bays@gmail.com>
Copy file name to clipboardExpand all lines: examples/dt/dcn/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ This is a collection of CR templates that represent a Red Hat OpenStack Services
28
28
29
29
2. The CRs are applied against an OpenShift cluster in _stages_. That is, there is an ordering in which each grouping of CRs is fed to the cluster. It is _not_ a case of simply taking all CRs from all stages and applying them all at once.
30
30
31
-
3. In stages 1 and 2 [kustomize](https://kustomize.io/) is used to genereate the control plane CRs dynamically. The `control-plane/nncp/values.yaml` file(s) must be updated to fit your environment. kustomize version 5 or newer required.
31
+
3. In stages 1 and 2 [kustomize](https://kustomize.io/) is used to generate the control plane CRs dynamically. The `control-plane/networking/nncp/values.yaml` file(s) must be updated to fit your environment. kustomize version 5 or newer required.
32
32
33
33
4. In stages 3 and 4 [kustomize](https://kustomize.io/) is used to generate the dataplane CRs dynamically. The `edpm-pre-ceph/values.yaml`, `values.yaml` and `service-values.yaml` files must be updated to fit your environment. kustomize version 5 or newer required.
0 commit comments