.. incl-config-controller-1-start: #. Configure the |OAM| interface of controller-1 and specify the attached network of "oam". The following example configures the |OAM| interface on a physical untagged ethernet port, use the |OAM| port name that is applicable to your deployment environment, for example eth0: .. code-block:: bash OAM_IF= system host-if-modify controller-1 $OAM_IF -c platform system interface-network-assign controller-1 $OAM_IF oam To configure a vlan or aggregated ethernet interface, see |node-interfaces-index|. #. The MGMT interface is partially set up by the network install procedure; configuring the port used for network install as the MGMT port and specifying the attached network of "mgmt". Complete the MGMT interface configuration of controller-1 by specifying the attached network of "cluster-host". :: system interface-network-assign controller-1 mgmt0 cluster-host .. only:: openstack ************************************* OpenStack-specific host configuration ************************************* .. important:: This step is required only if the |prod-os| application (|prefix|-openstack) will be installed. **For OpenStack only:** Assign OpenStack host labels to controller-1 in support of installing the |prefix|-openstack manifest and helm-charts later. :: system host-label-assign controller-1 openstack-control-plane=enabled .. incl-config-controller-1-end: