diff options
Diffstat (limited to 'build/instackenv.json.example')
-rw-r--r-- | build/instackenv.json.example | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/build/instackenv.json.example b/build/instackenv.json.example index 949e07d5..370ff202 100644 --- a/build/instackenv.json.example +++ b/build/instackenv.json.example @@ -10,8 +10,9 @@ ], "pm_type": "pxe_ipmitool", "pm_addr": "10.1.8.70", - "pm_user": "root" + "pm_user": "root", "pm_password": "password", + "capabilities": "profile:control" }, { "cpu": "24", @@ -23,8 +24,9 @@ ], "pm_type": "pxe_ipmitool", "pm_addr": "10.1.8.73", - "pm_user": "root" + "pm_user": "root", "pm_password": "password", + "capabilities": "profile:control" }, { "cpu": "24", @@ -36,8 +38,9 @@ ], "pm_type": "pxe_ipmitool", "pm_addr": "10.1.8.74", - "pm_user": "root" + "pm_user": "root", "pm_password": "password", + "capabilities": "profile:control" }, { "cpu": "24", @@ -49,8 +52,9 @@ ], "pm_type": "pxe_ipmitool", "pm_addr": "10.1.8.76", - "pm_user": "root" + "pm_user": "root", "pm_password": "password", + "capabilities": "profile:compute" }, { "cpu": "24", @@ -62,8 +66,9 @@ ], "pm_type": "pxe_ipmitool", "pm_addr": "10.1.8.78", - "pm_user": "root" + "pm_user": "root", "pm_password": "password", + "capabilities": "profile:compute" } ] } |