Fix SSH port to 22

This commit is contained in:
David Shrewsbury 2015-03-17 16:15:56 +00:00
parent f5389ce8f1
commit 679bf59a53
2 changed files with 1 additions and 3 deletions

View File

@ -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}

View File

@ -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