Skip to content

Commit 6b6e7df

Browse files
committed
Recommending openstack_wait_deploy target
Signed-off-by: Jiri Podivin <[email protected]>
1 parent ac3d8a2 commit 6b6e7df

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
@@ -122,13 +122,13 @@ HOSTNETWORK=false NETWORKS_ANNOTATION=\'[\{\"name\":\"storage\",\"namespace\":\"
122122

123123
**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 .
124124

125-
* deploy the ctlplane
125+
* deploy the ctlplane and wait for conditions to be fulfilled.
126126

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

130130
```bash
131-
make openstack_deploy
131+
make openstack_wait_deploy
132132
```
133133

134134
(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)