Skip to content

Commit 8c0394f

Browse files
committed
Recommending openstack_wait_deploy target
Signed-off-by: Jiri Podivin <[email protected]>
1 parent 5b86e33 commit 8c0394f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,13 +126,13 @@ HOSTNETWORK=false NETWORKS_ANNOTATION=\'[\{\"name\":\"storage\",\"namespace\":\"
126126

127127
**Note** as it is the first pod requesting an ip using the storage network, it will get the first IP from the configured range in the whereabouts ipam pool, which is 172.18.0.30 .
128128

129-
* deploy the ctlplane
129+
* deploy the ctlplane and wait for conditions to be fulfilled.
130130

131131
If `NETWORK_ISOLATION == true`, `config/samples/core_v1beta1_openstackcontrolplane_network_isolation.yaml` will be used, if `false` then `config/samples/core_v1beta1_openstackcontrolplane.yaml`.
132132
`NETWORK_ISOLATION` is set to true by default.
133133

134134
```bash
135-
make openstack_deploy
135+
make openstack_wait_deploy
136136
```
137137

138138
(optional) To deploy with ceph as backend for glance and cinder, a sample config can be found at https://github.com/openstack-k8s-operators/openstack-operator/blob/main/config/samples/core_v1beta1_openstackcontrolplane_network_isolation_ceph.yaml .

0 commit comments

Comments
 (0)