Browsing tag

cloud

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 […]

OpenStack Kilo on Ubuntu 14.04.2 – Configure Glance

This post guides you to configure OpenStack image service, code-named Glance, on the controller node. We will configure glance to store images locally on the controller node. Before going ahead make sure you have configured KeyStone service. If you have not configured KeyStone yet, you can go through the below two posts. OpenStack Kilo on […]

OpenStack Kilo on Ubuntu 14.04.2 – Configure KeyStone #2

This is guide takes you to the second part of configuring OpenStack identity service on controller node, you can also go through the previous article on configuring KeyStone #1. Here we will be covering service entity and API end point creations. Create the service entity and API endpoint: To create the service entity and API […]

OpenStack Kilo on Ubuntu 14.04.2 – Configure KeyStone #1

Keystone is the OpenStack identity service, it provides the functionality of tracking users and their permissions; catalog functions via API endpoints. It doesn’t actually provide you any user management  functions, rather, it provides plug-in interfaces to choose between current authentication service or third-party identity services that are available on the market. Before going ahead, take […]