Create the Data Plane Network configuration
Reference: 3.5. Configuring the data plane network
-
Copy the OpenStack dataplane network configuration from step number 2 and 3.
or
Use dataplane-netconfig.sample file.
-
Create a copy of sample config to install openstack operator.
cp dataplane-netconfig.sample osp-ng-dataplane-netconfig.yaml
-
Edit the file with your preferred editor.
vi osp-ng-dataplane-netconfig.yaml
-
Referring to network configuration table, edit your dataplane network configuration file.
-
Change the dnsDomain as pre requirement.
-
Change the allocation ranges for the ctlplane network.
-
Change the allocation ranges for external network.
-
Remove the configuration block for the StorageMgmt network.
-
-
Apply the network confguration:
oc apply -f osp-ng-dataplane-netconfig.yaml
-
Log out from the bastion so that we go back to the hypervisor machine and then swith to root on the hypervisor machine.
logout sudo su -
Sample Output[lab-user@hypervisor ~]$ [root@hypervisor ~]#