Advertisement
karmab

Untitled

Jul 16th, 2019
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.83 KB | None | 0 0
  1. {
  2.   "nodes": [
  3.       {
  4.       "name": "openshift-master-0",
  5.       "driver": "ipmi",
  6.       "resource_class": "baremetal",
  7.       "driver_info": {
  8.         "ipmi_username": "root",
  9.         "ipmi_password": "calvin",
  10.         "ipmi_address": "10.19.133.30",
  11.         "deploy_kernel": "http://172.22.0.1/images/ironic-python-agent.kernel",
  12.         "deploy_ramdisk": "http://172.22.0.1/images/ironic-python-agent.initramfs"
  13.       },
  14.       "ports": [{
  15.         "address": "98:03:9b:61:80:48",
  16.         "pxe_enabled": true
  17.       }],
  18.       "properties": {
  19.         "local_gb": "50",
  20.         "cpu_arch": "x86_64"
  21.       }
  22.     },
  23.     {
  24.       "name": "openshift-master-1",
  25.       "driver": "ipmi",
  26.       "resource_class": "baremetal",
  27.       "driver_info": {
  28.         "ipmi_username": "root",
  29.         "ipmi_password": "calvin",
  30.         "ipmi_address": "10.19.133.31",
  31.         "deploy_kernel": "http://172.22.0.1/images/ironic-python-agent.kernel",
  32.         "deploy_ramdisk": "http://172.22.0.1/images/ironic-python-agent.initramfs"
  33.       },
  34.       "ports": [{
  35.         "address": "98:03:9b:61:ae:18",
  36.         "pxe_enabled": true
  37.       }],
  38.       "properties": {
  39.         "local_gb": "50",
  40.         "cpu_arch": "x86_64"
  41.       }
  42.     },
  43.     {
  44.       "name": "openshift-master-2",
  45.       "driver": "ipmi",
  46.       "resource_class": "baremetal",
  47.       "driver_info": {
  48.         "ipmi_username": "root",
  49.         "ipmi_password": "calvin",
  50.         "ipmi_address": "10.19.133.30",
  51.         "deploy_kernel": "http://172.22.0.1/images/ironic-python-agent.kernel",
  52.         "deploy_ramdisk": "http://172.22.0.1/images/ironic-python-agent.initramfs"
  53.       },
  54.       "ports": [{
  55.         "address": "98:03:9b:61:ba:d0",
  56.         "pxe_enabled": true
  57.       }],
  58.       "properties": {
  59.         "local_gb": "50",
  60.         "cpu_arch": "x86_64"
  61.       }
  62.     }
  63.         ]
  64. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement