Browsing category

Ubuntu

OpenStack Kilo on Ubuntu 14.04.2 – Create initial networks

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

OpenStack Kilo on Ubuntu 14.04.2 – Configure Neutron #3

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 node and Network Node. Here, we will be configuring compute node to use neutron. Prerequisites: Configure kernel parameters on […]

OpenStack Kilo on Ubuntu 14.04.2 – 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 Network Node. Prerequisite: Make sure you have enabled OpenStack Kilo repository on […]

OpenStack Kilo on Ubuntu 14.04.2 – Configure Neutron #1

OpenStack Networking allows you to create or attach interface device to networks, this guide helps you to configure Neutron (Networking) on OpenStack environment. Neutron manages all networking related things that are required for Virtual Networking Infrastructure, it provides the networks, subnets, and router object abstractions. Install and configure controller node: Before we configure Neutron service, […]

OpenStack Kilo on Ubuntu 14.04.2 – Configure Nova

This guide helps you to configure Nova (Compute) service on OpenStak environment, in OpenStack, compute service (node) is used to host and manage cloud computing systems. OpenStack compute is a major part in IaaS, it interacts with KeyStone for authentication, image service for disk and images, and dashboard for the user and administrative interface. OpenStack […]