- Select a Linux DistributionOnly Ubuntu 14.04 (Trusty), Fedora 22 (or Fedora 23) and CentOS/RHEL 7 are documented here. OpenStack also runs and is packaged on other flavors of Linux such as OpenSUSE and Debian.
- Install Selected OSIn order to correctly install all the dependencies, we assume a specific minimal version of the supported distributions to make it as easy as possible. We recommend using a minimal install of Ubuntu or Fedora server in a VM if this is your first time.
- Download DevStackThe devstack repo contains a script that installs OpenStack and templates for configuration files
git clone https://git.openstack.org/openstack-dev/devstack
- ConfigureWe recommend at least a Minimal Configuration be set up:
- Add Stack UserDevstack should be run as a non-root user with sudo enabled (standard logins to cloud images such as “ubuntu” or “cloud-user” are usually fine).
You can quickly create a separate stack user to run DevStack with
devstack/tools/create-stack-user.sh; su stack - Start the install
cd devstack; ./stack.sh
Saturday, January 23, 2016
openstack liberty deployment using devstack in ubuntu-14.04 lts
Subscribe to:
Post Comments (Atom)
-
Introduction to Cloud Computing Cloud computing, or something being in the cloud, is an expression used to describe a variet...
-
T he vast majority of the AI advancements and applications you hear about refer to a category of algorithms known as machine learning. (...
No comments:
Post a Comment