summaryrefslogtreecommitdiffstats
path: root/utils/lab-reconfiguration/foreman.yaml
blob: 48ab9ab6e047ceee221cff9a6511a11de4162b54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22

@media only all and (prefers-color-scheme: dark) {
.highlight .hll { background-color: #49483e }
.highlight .c { color: #75715e } /* Comment */
.highlight .err { color: #960050; background-color: #1e0010 } /* Error */
.highlight .k { color: #66d9ef } /* Keyword */
.highlight .l { color: #ae81ff } /* Literal */
.highlight .n { color: #f8f8f2 } /* Name */
.highlight .o { color: #f92672 } /* Operator */
.highlight .p { color: #f8f8f2 } /* Punctuation */
.highlight .ch { color: #75715e } /* Comment.Hashbang */
.highlight .cm { color: #75715e } /* Comment.Multiline */
.highlight .cp { color: #75715e } /* Comment.Preproc */
.highlight .cpf { color: #75715e } /* Comment.PreprocFile */
.highlight .c1 { color: #75715e } /* Comment.S
# Vnic configuration for foreman deploy

network:
    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'

boot-policy: foreman-PXE