Browsing category

Ubuntu

OpenStack Kilo on Ubuntu 14.04.2 – Configure Swift #1

The Swift AKA OpenStack Object Storage is a multi-tenant object storage system, provides a distributed scale-out object store across storage nodes that are in the cluster. This guide helps you to configure swift on Ubuntu 14.04.2. There are two main components in Swift: Swift proxy: It accepts API and raw http requests to upload files, […]

OpenStack Kilo on Ubuntu 14.04.2 – Configure Cinder #2

This is the second part of OpenStack Kilo on Ubuntu 14.04.2 – Configure Cinder, in this tutorial we will install and configure Storage Node for the Cinder service. For a demo purpose, will configure this storage node with a block storage device /dev/sdb that contains partition /dev/sdb1 occupying the entire disk. Prerequisites: The following is […]

OpenStack Kilo on Ubuntu 14.04.2 – Configure Cinder #1

Cinder AKA OpenStack block storage service ads the persistent storage to an instance, it also provides an infrastructure for managing volumes and interacts with compute service to provide volume for instance. The amount of storage is provisioned and consumed is determined the block storage drivers, there are a variety of drivers that are available: NAS/SAN, […]

OpenStack Kilo on Ubuntu 14.04.2 – Configure Horizon

In the last tutorial, we have had created an instance using CLI; same can be done through a web interface called Horizon. It enables us to manage various OpenStack resources and services. This guide helps you to configure horizon in Ubuntu 14.04. Horizon uses OpenStack API’s to interact with the cloud controller, you can also […]

OpenStack Kilo on Ubuntu 14.04.2 – Launch an instance

This guide shows you how to launch a Fedora 22 instance image that we added in OpenStack Kilo on Ubuntu 14.04.2 – Glance. Here we will be using command line interface on the controller node to create an instance, this tutorial launches an instance using OpenStack Networking (neutron). Load the demo credentials on the controller […]