From 77c172b823b64ebface655681ab0749b9d2f7081 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Benencia?= Date: Fri, 13 Apr 2018 16:30:31 -0700 Subject: First public commit --- configs/example-templates-configs/mappings.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 configs/example-templates-configs/mappings.yaml (limited to 'configs/example-templates-configs/mappings.yaml') diff --git a/configs/example-templates-configs/mappings.yaml b/configs/example-templates-configs/mappings.yaml new file mode 100644 index 0000000..dfcb8c9 --- /dev/null +++ b/configs/example-templates-configs/mappings.yaml @@ -0,0 +1,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 -- cgit v1.2.3