From: Tim Rozet Date: Tue, 8 Dec 2015 15:39:51 +0000 (-0500) Subject: Common inventory file format example X-Git-Tag: brahmaputra.1.0~16^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F79%2F4079%2F2;p=genesisreq.git Common inventory file format example Format of pod settings to input into every installer. Change-Id: Iee898ee7c1d6e0a34310f1fc28f8dd5da7e0a070 Signed-off-by: Tim Rozet --- 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