Skip to content

Commit 5b86e33

Browse files
committed
Clarifying that NETWORK_ISOLATION is set to true by default
Signed-off-by: Jiri Podivin <[email protected]>
1 parent 26997db commit 5b86e33

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
@@ -103,8 +103,7 @@ REDHAT_OPERATORS=true make openstack
103103
```bash
104104
make openstack_init
105105
```
106-
107-
**Note** this will also run the openstack_prep target, which if NETWORK_ISOLATION == true will install nmstate and metallb operator, configure the secondary interface of the crc VM via nncp, creates the network-attachment-definitions for datacentre, internalapi, storage and tenant network. Also the metallb l2advertisement and the ipaddresspools get created.
106+
**Note** this will also run the openstack_prep target, which will install nmstate and metallb operator, configure the secondary interface of the crc VM via nncp, creates the network-attachment-definitions for datacentre, internalapi, storage and tenant network, unless `NETWORK_ISOLATION == false`. Also the metallb l2advertisement and the ipaddresspools get created.
108107

109108
The following NADs with ip ranges get configured:
110109
```
@@ -130,6 +129,7 @@ HOSTNETWORK=false NETWORKS_ANNOTATION=\'[\{\"name\":\"storage\",\"namespace\":\"
130129
* deploy the ctlplane
131130

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

134134
```bash
135135
make openstack_deploy

0 commit comments

Comments
 (0)