Correct legacy VM creation script to specify driver

Added columns 13 thru 16  which defines the ipmi_target*, ipmi_transit*
and ironic driver fields which in this case default to empty and agent_ssh for
the driver.

Change-Id: I32feb85ae5dc2343aa1b0a3cca92ee4697fd2c05
This commit is contained in:
Julia Kreger 2015-07-01 14:41:48 -04:00 committed by Chris Krelle
parent 2856846517
commit 9e88296cd1
1 changed files with 1 additions and 1 deletions

View File

@ -222,7 +222,7 @@ do
name=${NODEBASE}${i}
mac=$(create_node $name $VM_CPU $VM_RAM $VM_DISK amd64 $VM_NET_BRIDGE $VM_EMULATOR $VM_LOGDIR)
CSV_LINES+=("$mac,root,undefined,192.168.122.1,$VM_CPU,$VM_RAM,$VM_DISK,flavor,type,a8cb6624-0d9f-c882-affc-046ebb96ec0${i},$name,192.168.122.$((i+1))")
CSV_LINES+=("$mac,root,undefined,192.168.122.1,$VM_CPU,$VM_RAM,$VM_DISK,flavor,type,a8cb6624-0d9f-c882-affc-046ebb96ec0${i},$name,192.168.122.$((i+1)),,,,agent_ssh")
done
echo ${CSV_OUTPUT}