
* create/delete/list/show bare-metal nodes * add/remove interfaces to/from bare-metal nodes blueprint general-bare-metal-provisioning-framework Change-Id: I1e76f7e3f7f74087e844cfb23dc92154f4c3e127
15 lines
298 B
XML
15 lines
298 B
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<node
|
|
instance_uuid="None"
|
|
pm_address="10.1.2.3"
|
|
cpus="8"
|
|
prov_vlan_id="1234"
|
|
memory_mb="8192"
|
|
prov_mac_address="12:34:56:78:90:ab"
|
|
service_host="host"
|
|
local_gb="128"
|
|
id="1"
|
|
pm_user="pm_user"
|
|
terminal_port="8000">
|
|
<interfaces/>
|
|
</node> |