create web server using cloud-init

openstack sandbox Follow up the setup guide. create web server instance using cloud-init web-server-vm1, fedora, m2.small, ssh to web server [vagrant@ctosbox1 ~(keystone_lab_user)]$ ssh -i /home/vagrant/.ssh/lab-key.pem fedora@172.25.250.32 This is web server test using cloud-init from /etc/motd, can see cloud-init performed. vm Internet access ok, [fedora@web-server-vm1 ~]$ ping google.ca PING google.ca (172.217.9.131) …

Create ftp server using cloud-init

openstack sandbox setup Follow up the setup guide. create ftp server new instance: ftp-server-vm1, m2.small Configuration/Customization Script monitor instance booting log Project/Compute/Instances/Log/View Full Log ping floating ip not working due to it will take longer time than cirros, can check progress from above gui log, [vagrant@ctosbox1 ~(keystone_lab_user)]$ nova list +————————————–+—————-+——–+————+————-+——————————————+ …

One Node One NIC Openstack Sandbox(centos) vagrant Setup Guide

virtulabox vm node centOS based vm memory: 4-6GB CPU: 2 HD: 50G You can build it from centos 7 Minimal iso manually, then followed RDO packstack guide to install one node openstack manually. Please refer this one NAT Network NIC manually packstack setup guide. Also I created this centos7 openstack …

Launch centos based openstack sandbox using vagrant box dreamcloud-ct7os

dreamcloud/ct7os is a centos based openstack ready sandbox, here is demo to show how to launch a one node openstack in few mins using vagrant. tool set vagant 2.0.2 virtualbox 5.2.6 cmder/msys64, I use portabledevops which seamless integrated with vagrant/virtualbox prepare Vagrantfile $ cd ~/vagrant/cttest $ curl -Lo Vagrantfile https://raw.githubusercontent.com/robertluwang/cloud-hands-on-guide/master/dc-vagrant-cloud/ctopenstack/Vagrantfile.ct7osbox …

devstack installation troubleshooting

error on pip installation When install openstack on ubuntu using devstack, ./stack.sh always got error on install_pip stage, + cd /home/vagrant/devstack + source /home/vagrant/devstack/stackrc /home/vagrant/devstack/tools/install_pip.sh: 21: /home/vagrant/devstack/tools/install_pip.sh: source: not found as remedy, install pip before stack.sh wget https://bootstrap.pypa.io/get-pip.py sudo python get-pip.py error on git clone [ERROR] /home/vagrant/devstack/functions-common:598 git call failed: …