Skip to content

Commit ac3d8a2

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ install using the redhat-marketplace
9999
REDHAT_OPERATORS=true make openstack
100100
```
101101

102-
**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.
102+
**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.
103103

104104
The following NADs with ip ranges get configured:
105105
```
@@ -125,6 +125,7 @@ HOSTNETWORK=false NETWORKS_ANNOTATION=\'[\{\"name\":\"storage\",\"namespace\":\"
125125
* deploy the ctlplane
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`.
128+
`NETWORK_ISOLATION` is set to true by default.
128129

129130
```bash
130131
make openstack_deploy

0 commit comments

Comments
 (0)