summaryrefslogtreecommitdiffstats
path: root/utils/lab-reconfiguration/foreman.yaml
blob: 584a8684513bfb66a0eacc51899af4055259c526 (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# Vnic configuration for foreman deploy

eth0:
    order: 1
    template: foreman-control
    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: foreman-private
    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'
eth2:
    order: 3
    template: foreman-public
    mac-list:
        - '00:25:b5:a0:00:1c'
        - '00:25:b5:a0:00:2c'
        - '00:25:b5:a0:00:3c'
        - '00:25:b5:a0:00:4c'
        - '00:25:b5:a0:00:5c'
        - '00:25:b5:a0:00:6c'
eth3:
    order: 4
    template: foreman-storage
    mac-list:
        - '00:25:b5:a0:00:1d'
        - '00:25:b5:a0:00:2d'
        - '00:25:b5:a0:00:3d'
        - '00:25:b5:a0:00:4d'
        - '00:25:b5:a0:00:5d'
        - '00:25:b5:a0:00:6d'