ProFTPD is an Open Source FTP Server and one of the most used, secure and reliable file transfer daemons on Unix environments, due to its file configurations simplicity speed and easy setup. Install Proftpd In RHEL/CentOS 7 Requirements CentOS 7 Minimal Installation Red Hat Enterprise Linux 7 Installation Configure Static IP Address on System This […]
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 an instance of Fedora 22 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 admin credentials on the […]
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 […]
OpenStack Kilo on Ubuntu 14.04.2 – Configure Glance
OpenStack Logo 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 […]