Showing posts with label 4. Show all posts
Showing posts with label 4. Show all posts

Saturday, April 5, 2014

Installing openstack

Steps for installing openstack and for video click here.
  1. Configure VirtualBox with the following Network Interfaces: eth0 (nat) eth1 host-only: 172.16.0.0/16 eth2 host-only: 10.0.0.0/8 Memory: 1536Mb Hard Disk: 20Gb System Processor (optional but recommended): Increase CPU from 1 
  2. Install Ubuntu 12.04, specifying eth0 as your default interface 
  3. Configure networking: eth1 is your public network set to be 172.16.0.0/16 eth2 is your private VLAN 
  4. Run an update on the machine, and reboot 
  5. Install Git which allows you to pull down a script to perform the installation of OpenStack 
  6. Grab the script using the following:git clone https://github.com/uksysadmin/OpenStackInstaller.git
  7. Ensure you’re running the ‘essex’ version of the script by running: git checkout essex 
  8. Run the script with the following: ./OSinstall.sh -F 172.16.1.0/24 -f 10.1.0.0/16 -s 512 -t demo -v qemu 
  9. Upload an image using the test supplied script: ./upload_ubuntu.sh -a admin -p openstack -t demo -C 172.16.0.1 
  10. Log into the Dashboard: http://172.16.0.1/ with ‘demo/openstack’ 
  11. Create your access keys 
  12. Edit the default security group (add in SSH access and ability to ping) 
  13. Launch your instance 
  14. Log into your new instance!