Skip to content

Commit

Permalink
Merge pull request #57 from karelyatin/nncp_wait
Browse files Browse the repository at this point in the history
Wait nncp for SuccessfullyConfigured condition
  • Loading branch information
abays authored Jan 4, 2024
2 parents 565e071 + a89c73d commit f064d3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion va/hci/stage3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Configure OCP cluster networking for OSP
```bash
oc apply -f ocp_node_0_nncp.yaml -f ocp_node_1_nncp.yaml -f ocp_node_2_nncp.yaml
# CHANGEME: Set "osp/interface" below to the interface you are using as your OSP NIC
oc wait nncp -l osp/interface=enp7s0 --for condition=available --timeout=300s
oc wait nncp -l osp/interface=enp7s0 --for jsonpath='{.status.conditions[0].reason}'=SuccessfullyConfigured --timeout=300s
```
2. Create NetAttachs
```bash
Expand Down

0 comments on commit f064d3c

Please sign in to comment.