Support of cloud-init to configure SLO interface

The CE was set up as a virtual machine running on OpenShift Virtualization (KVM) with the following network interfaces:-

  • eth0 is the outside interface with access to the internet

  • eth1 as the interface Connecting to the default pod network

          cloudInitNoCloud:
networkData: |
version: 1
config:
- type: physical
name: eth0
subnets:
- type: static
address: 192.170.10.161/24
gateway: 192.170.10.1
dns_nameservers:
- 10.105.134.20

cloud-init updates /etc/sysconfig/network-scripts with the static IP information where as XC relies on NetworkManager.

However, users have to use the configure-network vpmcli to notify VPM about the static IP information.


`

  • Guest
  • Jun 26 2024
  • Attach files