How To Create A Private Cloud Using OpenStack
How To Create A Private Cloud Using OpenStack
The number of Projects can be daunting, but in a typical starting setup to learn how to implement OpenStack
you will only use the following plus maybe one or two more based on your situation:
With that out of the way, the next question. Are you learning how to build a private cloud with OpenStack for
educational purposes or because your company will need a cloud in the near future?
Download the Oracle virtual box and create the VM machine with a specific configuration of 64 bit OS with
8GB RAM and 300 GB of memory. After creating your VM for a specific OS that you required, open the
terminal and disable the firewall.
Use the below command to download the OpenStack version through the terminal. The command is ‘yum
install –y centos-release-OpenStack-newton.’
Use the below command to update the package. The command is ‘yum update –y’.
With the help of packstack, all the OpenStack services can be installed in one go, and it will take care of all the
install part for OpenStack. It can be installed without the tool’s help as well, but it requires a lot of time to
install the services one by one. The command is ‘yum install –y OpenStack-packstack’.
The below command is used to install all the services or components for OpenStack. The command is
‘packstack –allinone’. It will install everything and installation complete for OpenStack.
(This script we’re using is part of DevStack itself)
The script will install the listed features for your OpenStack environment –