diff options
author | Tim Rozet <trozet@redhat.com> | 2015-12-23 19:50:11 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2015-12-23 19:50:11 +0000 |
commit | 4531915a107ddcd27f78530e847fe97c3132634e (patch) | |
tree | 2be3da4dcf85a6de18cec07f05f52502367f3b1b /common/config/inventory | |
parent | 94862f9e7072886bdd31fa6a247768540c0d7f6d (diff) | |
parent | 98b17ebe76b5a33c1ee3771cce8e3cc06d49732f (diff) |
Merge "Common inventory file format example"
Diffstat (limited to 'common/config/inventory')
-rw-r--r-- | common/config/inventory/example.yaml | 13 |
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 |