aboutsummaryrefslogtreecommitdiffstats
path: root/etc/os-net-config/samples/ivs.yaml
blob: 9813316fb7f0037ee1ba0e82e8bb26a1138d16af (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
network_config:
  -
    type: ivs_bridge
    members:
      -
        type: interface
        name: nic2
      -
        type: interface
        name: nic3
      -
        type: ivs_interface
        name: api
        vlan_id: 201
        addresses:
          -
            ip_netmask: 172.16.2.7/24
      -
        type: ivs_interface
        name: storage
        vlan_id: 202
        addresses:
          -
            ip_netmask: 172.16.1.6/24