Fix SSH port to 22
This commit is contained in:
parent
f5389ce8f1
commit
679bf59a53
@ -213,8 +213,6 @@ then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
node_info="-i deploy_kernel=http://127.0.0.1:8080/coreos_production_pxe.vmlinuz -i deploy_ramdisk=http://127.0.0.1:8080/coreos_production_pxe_image-oem.cpio.gz -i ssh_virt_type=virsh -i ssh_address=127.0.0.1 -i ssh_port=1024 -i ssh_username=root -i ssh_key_filename=/tmp/ironic_key"
|
||||
|
||||
for (( i=1; i<=${NODECOUNT}; i++ ))
|
||||
do
|
||||
name=${NODEBASE}${i}
|
||||
|
@ -59,7 +59,7 @@ deploy_image: "{{http_boot_folder}}/{{deploy_image_filename}}"
|
||||
|
||||
# When testing with VMs, define SSH address, port, and user for agent_ssh driver.
|
||||
ssh_username: ironic
|
||||
ssh_port: 1024
|
||||
ssh_port: 22
|
||||
ssh_address: 127.0.0.1
|
||||
ssh_private_key_path: /home/ironic/.ssh/id_rsa
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user