Skip to content

Instantly share code, notes, and snippets.

@j-griffith
Last active August 29, 2015 14:17
Show Gist options
  • Save j-griffith/fab63534cca49ea5fa27 to your computer and use it in GitHub Desktop.
Save j-griffith/fab63534cca49ea5fa27 to your computer and use it in GitHub Desktop.
openstack-xnode startup
* First we just added a few extra IP's with "nova add-fixed-ip <server> <network>
Don't configure them on the guest/instance, just allocated them and let xtest set them up
** You may have to do a "nova reset-network <instance-uuid>"
I didn't mess with 10G vs 1G, just put everything on 1G for now.
xtest --cluster-create=z --bindir=/sf/bin/ --nodes=1 --block-size=5368709120 --mipi eth0 --mip '192.168.140.6' --sipi eth0 --sip '192.168.140.6' --mvip 192.168.140.4 --svip 192.168.140.9 --xterm=0 -- --webpath=/sf/etc/webmgmt/ --pcachenumfiles=16 --pcachefilesizemb=5 --minflushthresholdmb=50
TRY:
export ip-1=.1
export ip-2=.2
export ip-3=.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment