vendredi 22 août 2014

OpenStack Icehouse Installation: Two-node architecture with legacy networking (nova-network)



This document provides instructions on how to install and configure OpenStack icehouse on Ubuntu 14.04. Here we consider a two-node architecture with legacy networking. It's a simple and easily deployable architecture that requires two node types:
  • Controller Node that runs management services (keystone, Horizon…) needed for OpenStack to function.
  • Compute Node that runs the virtual machine instances in OpenStack.
We have deployed a single compute node (see the Figure below) but you can simply add more compute nodes, if needed.



https://raw.githubusercontent.com/ChaimaGhribi/Icehouse-Installation-Flat-Networking/master/images/two-node-topo.jpg





Unlike our previous manual, in which we considered a multi-node architecture with Openstack Networking (Neutron), this manual details how to deploy OpenStack using a flat networking model.
The Installation guide is available here OpenStack-Icehouse-Installation-Nova-Network.

dimanche 10 août 2014

Step by step installation of OpenStack Icehouse: multi-node architecture with Neutron

In this article, we cover the step-by-step process of installing Openstack Icehouse on Ubuntu 14.04. We consider a multi-node architecture with Openstack Networking (Neutron) that requires three node types:

  • Controller Node that runs management services (keystone, Horizon…) needed for OpenStack to function.
  • Network Node that runs networking services and is responsible for virtual network provisioning and for connecting virtual machines to external networks.
  • Compute Node that runs the virtual machine instances in OpenStack.
We have deployed a single compute node (see the Figure below) but you can simply add more compute nodes to our multi-node installation, if needed. 
The Installation guide is available here OpenStack-Icehouse-Installation.




If you want to create your first instance with Neutron, follow the instructions in our VM creation guide available here Create-First-Instance-with-Neutron.