blob: dfcb8c9960c8b1e14066da20ccc52da9ba900bbd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
networkMaps:
- network: 192.168.0.0/24
script:
name: ubuntu-minimal.ipxe
params:
release: xenial
- network: 10.0.10.0/24
script:
name: coreos.ipxe
params:
release: stable
hostnameMaps:
- hostname: msc1.example.com
script:
name: ubuntu-minimal.ipxe
params:
release: trusty
|