Code Review
/
releng.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
history
|
raw
|
HEAD
[auto] Fix missing yaml block marker
[releng.git]
/
utils
/
lab-reconfiguration
/
fuel.yaml
1
---
2
# Vnic configuration for fuel deploy
3
4
network:
5
eth0:
6
order: 1
7
template: fuel-public
8
mac-list:
9
- '00:25:b5:a0:00:1a'
10
- '00:25:b5:a0:00:2a'
11
- '00:25:b5:a0:00:3a'
12
- '00:25:b5:a0:00:4a'
13
- '00:25:b5:a0:00:5a'
14
- '00:25:b5:a0:00:6a'
15
eth1:
16
order: 2
17
template: fuel-tagged
18
mac-list:
19
- '00:25:b5:a0:00:1b'
20
- '00:25:b5:a0:00:2b'
21
- '00:25:b5:a0:00:3b'
22
- '00:25:b5:a0:00:4b'
23
- '00:25:b5:a0:00:5b'
24
- '00:25:b5:a0:00:6b'
25
26
boot-policy: fuel-PXE