Browsing category

Ubuntu

Install Ubuntu 16.04 – With Screenshots

Ubuntu 16.04 is the latest and the current version of a famous desktop operating system from Canonical, Ubuntu has been favorite for desktop users for a long time, could see large-scale of deployments in the recent years. Ubuntu releases updated version every six months with free supports for nine months and every fourth release would […]

OpenStack Liberty on Ubuntu 14.04 – Create virtual networks

This is the third part of configuring neutron (Networking) on Ubuntu 14.04, you can go through previous article on Configure Neutron #1 and Configure Neutron #2, in which we have installed and configured Networking components on Controller and Compute node. Here, we will be creating initial network, this must be created before launching  a VM […]

OpenStack Liberty on Ubuntu 14.04 – Configure Neutron #2

This is the second part of configuring neutron (Networking) on Ubuntu 14.04, you can go through previous article on Configure Neutron #1, in which we have installed and configured Networking components on Controller node. Here, in this tutorial we will install and configure Compute Node. To start with, Install the components on compute node. # […]

OpenStack Liberty on Ubuntu 14.04 – Configure Neutron

Neutron is one of the important component in OpenStack, it allows us to create or attach interface device to networks, follow this guide to configure Neutron (Networking) in your environment. Neutron manages all networking related things that we need for Virtual Networking Infrastructure, it provides the networks, subnets, and router object abstractions. We must choose […]

OpenStack Liberty on Ubuntu 14.04 LTS – Configure Glance

Glance accepts API requests for disk or server images, and image metadata from end users or OpenStack Compute. It also supports the storage of disk or server images on various repository types, including OpenStack Object Storage. This post guides you to configure OpenStack image service (Glance) on the controller node. We will configure a glance […]