summaryrefslogtreecommitdiffstats
path: root/common/config/inventory/example.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'common/config/inventory/example.yaml')
-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