install one vm node ubuntu openstack using devstack

launch ubuntu vm for openstack using vagrant CPU: 2 memory: 6GB 1st NIC: NAT 2nd NIC: hostonly 10.110.0.16 private network for openstack mkdir -p vagrant/ubopenstack cd vagrant/ubopenstack curl -LO https://raw.githubusercontent.com/robertluwang/docker-hands-on-guide/master/dreamcloud-vagrant/ubopenstack/Vagrantfile bring it up, vagrant up vagrant ssh 2 NIC up now, vagrant@ubopenstack:~$ ip addr 1: lo: mtu 65536 qdisc noqueue …

install single vm node centos7 openstack using packstack

launch centos7 vm from vagrant Assume you use msys/cygwin shell on win or shell on OSX, we download centos7 Vagrant template and customized to vm for one single vm node openstack test. vm hostname: ctopenstack vm cpu: 2 vm memory: 6GB 1 NIC: NAT 2 NIC: hostonly 10.120.0.21 mkdir -p …