Create the Data Plane Network configuration

  1. Copy the OpenStack dataplane network configuration from step number 2 and 3.

    or

    Use dataplane-netconfig.sample file.

  2. Create a copy of sample config to install openstack operator.

    cp dataplane-netconfig.sample osp-ng-dataplane-netconfig.yaml
  3. Edit the file with your preferred editor.

    vi osp-ng-dataplane-netconfig.yaml
  4. Referring to network configuration table, edit your dataplane network configuration file.

    1. Change the dnsDomain as pre requirement.

    2. Change the allocation ranges for the ctlplane network.

    3. Change the allocation ranges for external network.

    4. Remove the configuration block for the StorageMgmt network.

  5. Apply the network confguration:

    oc apply -f osp-ng-dataplane-netconfig.yaml
  6. 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 ~]#