
These changes are to generate /etc/sysconf/network-scripts/ifcfg-* and /etc/sysconfig/nfvswitch configuration files for nfvswitch and its interfaces. NFVSwitch is a virtual switch implementation based on DPDK for datacenter workloads with very high throughput needs. Change-Id: If02edb9c4c54c014f67290fe0c34e2fc73cb95bd
25 lines
483 B
YAML
25 lines
483 B
YAML
network_config:
|
|
-
|
|
type: nfvswitch_bridge
|
|
cpus: "2,3,4,5"
|
|
members:
|
|
-
|
|
type: interface
|
|
name: nic2
|
|
-
|
|
type: interface
|
|
name: nic3
|
|
-
|
|
type: nfvswitch_internal
|
|
name: api
|
|
vlan_id: 201
|
|
addresses:
|
|
-
|
|
ip_netmask: 172.16.2.7/24
|
|
-
|
|
type: nfvswitch_internal
|
|
name: storage
|
|
vlan_id: 202
|
|
addresses:
|
|
-
|
|
ip_netmask: 172.16.1.6/24 |