OpenStack Dev Server Setup – CentOS

generate a ssh key without password. Copy the pub-key to the kickstart file. install necessary software yum install epel yum install bridge-utils libvirt qemu-kvm tcpdump wget yum-plugin-remove-with-leaves nginx mosh tmux virt-install htop chkconfig NetworkManager off chkconfig network on /etc/init.d/NetworkManager stop /etc/init.d/network restart go to your /etc/sysconf/network-scripts/ folder edit ifcfg-em1 to be something like this TYPE=Ethernet […]

Read More

OpenStack Dev Server Setup – Ubuntu

OpenStack all-in-one development server. Get a good server with a fair amount of CPU and RAM. This also depends on the number of instances you plan to run on it. For a basic minimum, you need at least 1 vyos, 1 controller and 1 compute … You might be able to get away with 8 […]

Read More

OpenStack Private Cloud – Architecture

Virtual Architecture [Dev/Test] For the Dev/Test setup, you can have one (good/powerful) server or a few OK ones. The minimum requirement is that it must have 1 network card and run Ubuntu 14.04 LTS. Your main OS has 3 bridges br-net — we create this and put the public IP address here virbr0 – this […]

Read More

OpenStack Liberty Private Cloud HowTo

OpenStack Liberty Private Cloud HowTo This howto is a work in progress. It will change frequently This how-to uses the default ansible playbooks with as little modification as possible. This how-to assumes that you have a more than basic understanding of linux, openstack and networking {assumption is the mother of all …. } This how-to […]

Read More