aboutsummaryrefslogtreecommitdiffstats
path: root/etc/os-net-config/samples/nfvswitch.yaml
blob: d7571aedc46db94cd1eac0670d54b4fa6d949a31 (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
    options: "-c 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