aboutsummaryrefslogtreecommitdiffstats
path: root/etc/os-net-config/samples/nfvswitch.yaml
blob: 5af3f701154216529987620383bf152cd1db339e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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