@@ -14,16 +14,16 @@ Change to the hci directory
1414```
1515cd architecture/examples/va/hci
1616```
17- Edit the [ control-plane/nncp/values.yaml] ( control-plane/nncp/values.yaml ) file to suit your environment.
17+ Edit the [ control-plane/networking/ nncp/values.yaml] ( control-plane/networking /nncp/values.yaml ) file to suit your environment.
1818```
19- vi control-plane/nncp/values.yaml
19+ vi control-plane/networking/ nncp/values.yaml
2020```
2121
2222## Apply node network configuration
2323
2424Generate the node network configuration
2525```
26- kustomize build control-plane/nncp > nncp.yaml
26+ kustomize build control-plane/networking/ nncp > nncp.yaml
2727```
2828Apply the NNCP CRs
2929```
@@ -34,13 +34,24 @@ Wait for NNCPs to be available
3434oc wait nncp -l osp/nncm-config-type=standard --for jsonpath='{.status.conditions[0].reason}'=SuccessfullyConfigured --timeout=300s
3535```
3636
37- ## Apply networking and control-plane configuration
37+ ## Apply remaining networking configuration
3838
39- Generate the control-plane and networking CRs.
39+ Generate the reminaing networking configuration
40+ ```
41+ kustomize build control-plane/networking > networking.yaml
42+ ```
43+ Apply the networking CRs
44+ ```
45+ oc apply -f networking.yaml
46+ ```
47+
48+ ## Apply control-plane configuration
49+
50+ Generate the control-plane CR.
4051```
4152kustomize build control-plane > control-plane.yaml
4253```
43- Apply the CRs
54+ Apply the CR
4455```
4556oc apply -f control-plane.yaml
4657```
0 commit comments