add ppc64le box to newcloud nodes
This commit is contained in:
parent
bcdd037171
commit
74a7eb50d4
1 changed files with 14 additions and 2 deletions
|
@ -195,8 +195,20 @@
|
||||||
"pm_user":"{{ undercloud_pm_username }}",
|
"pm_user":"{{ undercloud_pm_username }}",
|
||||||
"pm_password":"{{ undercloud_pm_password }}",
|
"pm_password":"{{ undercloud_pm_password }}",
|
||||||
"pm_addr":"192.168.20.24"
|
"pm_addr":"192.168.20.24"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"mac":[
|
||||||
|
"40:F2:E9:A5:59:ED"
|
||||||
|
],
|
||||||
|
"name":"node15",
|
||||||
|
"cpu":"10",
|
||||||
|
"memory":"131071",
|
||||||
|
"disk":"558",
|
||||||
|
"arch":"ppc64le",
|
||||||
|
"pm_type":"ipmi",
|
||||||
|
"pm_user":"IPMI",
|
||||||
|
"pm_password":"{{ undercloud_pm_password }}",
|
||||||
|
"pm_addr":"192.168.20.25"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue