diff options
author | Dan Radez <dradez@redhat.com> | 2015-11-13 11:47:05 -0500 |
---|---|---|
committer | Dan Radez <dradez@redhat.com> | 2015-11-25 12:21:10 -0500 |
commit | 01029ef7b90839880b213875166e0abdbf3e6c17 (patch) | |
tree | 5b0cac2d9fd09e119afb3b09a68d599033d0caff /build/instackenv.json.example | |
parent | 0d387f6e224c88b1128897a968fed424b66bae27 (diff) |
adding installation instructions
JIRA: APEX-35
Change-Id: Iebbf85bd59844716961c27bb81ff7bbda2d1a1bf
Diffstat (limited to 'build/instackenv.json.example')
-rw-r--r-- | build/instackenv.json.example | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/build/instackenv.json.example b/build/instackenv.json.example new file mode 100644 index 00000000..949e07d5 --- /dev/null +++ b/build/instackenv.json.example @@ -0,0 +1,69 @@ +{ + "nodes": [ + { + "cpu": "24", + "memory": "64220", + "disk": "40", + "arch": "x86_64", + "mac": [ + "b8:ca:3a:63:8b:58" + ], + "pm_type": "pxe_ipmitool", + "pm_addr": "10.1.8.70", + "pm_user": "root" + "pm_password": "password", + }, + { + "cpu": "24", + "memory": "64220", + "disk": "40", + "arch": "x86_64", + "mac": [ + "b8:ca:3a:63:87:88" + ], + "pm_type": "pxe_ipmitool", + "pm_addr": "10.1.8.73", + "pm_user": "root" + "pm_password": "password", + }, + { + "cpu": "24", + "memory": "64220", + "disk": "40", + "arch": "x86_64", + "mac": [ + "b8:ca:3a:63:87:10" + ], + "pm_type": "pxe_ipmitool", + "pm_addr": "10.1.8.74", + "pm_user": "root" + "pm_password": "password", + }, + { + "cpu": "24", + "memory": "64220", + "disk": "40", + "arch": "x86_64", + "mac": [ + "B8:CA:3A:63:87:48" + ], + "pm_type": "pxe_ipmitool", + "pm_addr": "10.1.8.76", + "pm_user": "root" + "pm_password": "password", + }, + { + "cpu": "24", + "memory": "64220", + "disk": "40", + "arch": "x86_64", + "mac": [ + "B8:CA:3A:63:8B:18" + ], + "pm_type": "pxe_ipmitool", + "pm_addr": "10.1.8.78", + "pm_user": "root" + "pm_password": "password", + } + ] +} |