Commit 9e215432 authored by Steven Pisarski's avatar Steven Pisarski
Browse files

New settings for one controller and 2 compute nodes primarily for testing out...

New settings for one controller and 2 compute nodes primarily for testing out the installation of Ironic.
parent 30c8b6ea
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
global_params:
  ha_enabled: false
  ha_enabled: true

deploy_options:
  sdn_controller: opendaylight
+22 −22
Original line number Diff line number Diff line
@@ -32,25 +32,25 @@ nodes:
    disk: 200
    arch: "x86_64"
    capabilities: "profile:compute"
  node4:
    mac_address: "ec:b1:d7:7f:5a:40"
    ipmi_ip: 10.197.124.25
    ipmi_user: rlevensalor
    ipmi_pass: cable123
    pm_type: "pxe_ipmitool"
    cpus: 48
    memory: 64220
    disk: 200
    arch: "x86_64"
    capabilities: "profile:compute"
  node5:
    mac_address: "ec:b1:d7:7f:6a:14"
    ipmi_ip: 10.197.124.26
    ipmi_user: rlevensalor
    ipmi_pass: cable123
    pm_type: "pxe_ipmitool"
    cpus: 48
    memory: 64220
    disk: 200
    arch: "x86_64"
    capabilities: "profile:compute"
#  node4:
#    mac_address: "ec:b1:d7:7f:5a:40"
#    ipmi_ip: 10.197.124.25
#    ipmi_user: rlevensalor
#    ipmi_pass: cable123
#    pm_type: "pxe_ipmitool"
#    cpus: 48
#    memory: 64220
#    disk: 200
#    arch: "x86_64"
#    capabilities: "profile:compute"
#  node5:
#    mac_address: "ec:b1:d7:7f:6a:14"
#    ipmi_ip: 10.197.124.26
#    ipmi_user: rlevensalor
#    ipmi_pass: cable123
#    pm_type: "pxe_ipmitool"
#    cpus: 48
#    memory: 64220
#    disk: 200
#    arch: "x86_64"
#    capabilities: "profile:compute"