summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2015-12-23 19:50:11 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2015-12-23 19:50:11 +0000
commit4531915a107ddcd27f78530e847fe97c3132634e (patch)
tree2be3da4dcf85a6de18cec07f05f52502367f3b1b
parent94862f9e7072886bdd31fa6a247768540c0d7f6d (diff)
parent98b17ebe76b5a33c1ee3771cce8e3cc06d49732f (diff)
Merge "Common inventory file format example"
-rw-r--r--common/config/inventory/example.yaml13
1 files changed, 13 insertions, 0 deletions
diff --git a/common/config/inventory/example.yaml b/common/config/inventory/example.yaml
new file mode 100644
index 0000000..976df0e
--- /dev/null
+++ b/common/config/inventory/example.yaml
@@ -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