VNC Console in Dashboard on Two Node Neutron GRE+OVS F20 Cluster (Revised)

Posted by dba477 on Mar 16, 2014 1:14 AM EDT
http://bderzhavets.blogspot.com; By Boris Derzhavets
Mail this story
Print this story

This post follows up http://lxer.com/module/newswire/view/197613/index.html In particular, it could be performed after basic setup to make system management more comfortable then only CLI. For instance assigning floating IP is just a mouse click instead of shell script

neutron floatingip-create ext > newip.log ; NewIpId=`cat newip.log | grep ^"| id" | awk '{print $4}' ` ; NewIp=`cat newip.log | grep "192.168.1"| awk '{print $4}' ` ; NewVmId=`nova list | grep $1 | awk '{print $2}' ` ; NewDevId=`neutron port-list --device-id $NewVmId | grep "subnet_id" | awk '{print $2}' ` ; neutron floatingip-associate $NewIpId $NewDevId ; echo "New floating Ip assigned : "$NewIp ;

Full Story

  Nav
» Read more about: Story Type: Tutorial; Groups: Virtualization

« Return to the newswire homepage

This topic does not have any threads posted yet!

You cannot post until you login.