dc3f7c3f39
Also update the documentation to purge any mentions of CoreOS images and the deprecated ironic-agent element. Change-Id: I09018e451e698a7c6b99106b64c87a526cc959d5
68 lines
1.9 KiB
Plaintext
68 lines
1.9 KiB
Plaintext
{
|
|
"basicipmiexample0": {
|
|
"uuid": "00000000-0000-0000-0000-000000000002",
|
|
"driver_info": {
|
|
"power": {
|
|
"ipmi_username": "ADMIN",
|
|
"ipmi_address": "192.168.2.20",
|
|
"ipmi_password": "ADMIN_PASSWORD"
|
|
}
|
|
},
|
|
"nics": [
|
|
{
|
|
"mac": "00:00:00:23:34:56"
|
|
},
|
|
{
|
|
"mac": "00:00:00:12:34:57"
|
|
}
|
|
],
|
|
"driver": "ipmi",
|
|
"ipv4_address": "192.168.1.2",
|
|
"properties": {
|
|
"cpu_arch": "x86_64",
|
|
"ram": "32760",
|
|
"disk_size": "235",
|
|
"cpus": "16"
|
|
},
|
|
"name": "basicipmiexample0"
|
|
},
|
|
"advancedipmiexample0": {
|
|
"ipa_kernel_url": "http://192.168.1.1:8080/custom_ipa.kernel",
|
|
"ipa_ramdisk_url": "http://192.168.1.1:8080/custom_ipa.initramfs",
|
|
"uuid": "00000000-0000-0000-0000-000000000003",
|
|
"driver_info": {
|
|
"power": {
|
|
"ipmi_username": "ADMIN",
|
|
"ipmi_address": "192.168.2.21",
|
|
"ipmi_password": "ADMIN_PASSWORD",
|
|
"ipmi_bridging": "dual",
|
|
"ipmi_target_channel": "0",
|
|
"ipmi_target_address": "1",
|
|
"ipmi_transit_channel": "2",
|
|
"ipmi_transit_address": "3"
|
|
}
|
|
},
|
|
"nics": [
|
|
{
|
|
"mac": "00:00:00:23:34:58"
|
|
},
|
|
{
|
|
"mac": "00:00:00:12:34:59"
|
|
}
|
|
],
|
|
"instance_info": {
|
|
"image_source": "http://192.168.1.1:8080/custom_deployment_image.qcow2",
|
|
"image_checksum": "493972895dc465a09702ce6e85a836c5"
|
|
},
|
|
"driver": "ipmi",
|
|
"ipv4_address": "192.168.1.3",
|
|
"properties": {
|
|
"cpu_arch": "x86_64",
|
|
"ram": "32760",
|
|
"disk_size": "235",
|
|
"cpus": "16"
|
|
},
|
|
"name": "advancedipmiexample0"
|
|
}
|
|
}
|