Common inventory file format example 79/4079/2
authorTim Rozet <trozet@redhat.com>
Tue, 8 Dec 2015 15:39:51 +0000 (10:39 -0500)
committerTim Rozet <trozet@redhat.com>
Tue, 15 Dec 2015 19:45:19 +0000 (14:45 -0500)
Format of pod settings to input into every installer.

Change-Id: Iee898ee7c1d6e0a34310f1fc28f8dd5da7e0a070
Signed-off-by: Tim Rozet <trozet@redhat.com>
common/config/inventory/example.yaml [new file with mode: 0644]

diff --git a/common/config/inventory/example.yaml b/common/config/inventory/example.yaml
new file mode 100644 (file)
index 0000000..976df0e
--- /dev/null
@@ -0,0 +1,13 @@
+nodes:
+   - name: node3-control
+     tags: control      #optional param, other valid value "compute"
+     arch: "x86_64"
+     mac_address: "10:23:45:67:89:AC" #pxe boot interface mac
+     cpus: 2            #required only for virtual deployments
+     memory: 2048       #required only for virtual deployments
+     disk: 40           #required only for virtual deployments
+     power:
+       type: ipmi
+       address: 10.4.7.3
+       user: root
+       pass: root