summaryrefslogtreecommitdiffstats
path: root/utils/lab-reconfiguration/fuel.yaml
blob: 744dba959707b238b8dcc6224335fcfef72197d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Vnic configuration for fuel deploy

eth0:
    order: 1
    template: fuel-public
    mac-list:
        - '00:25:b5:a0:00:1a'
        - '00:25:b5:a0:00:2a'
        - '00:25:b5:a0:00:3a'
        - '00:25:b5:a0:00:4a'
        - '00:25:b5:a0:00:5a'
        - '00:25:b5:a0:00:6a'
eth1:
    order: 2
    template: fuel-tagged
    mac-list:
        - '00:25:b5:a0:00:1b'
        - '00:25:b5:a0:00:2b'
        - '00:25:b5:a0:00:3b'
        - '00:25:b5:a0:00:4b'
        - '00:25:b5:a0:00:5b'
        - '00:25:b5:a0:00:6b'