Week-8 Openstack Installation
Week-8 Openstack Installation
Requirements
Services
● Nova
● Neutron
● Cinder
● Swift
● Glance
● Keystone
● Horizon
● Heat
● Ceilometer
● Aodh
● Barbican
● Magnum
● Ironic
● Trove
● Designate
● Zun
● Cyborg
● Mistral
● Vitrage
● Sahara
Installation steps
1. Update and Upgrade the System using the following command.
apt update -y && apt upgrade -y
su – stack
cd devstack
vim local.conf
[[local|localrc]]
ADMIN_PASSWORD=StrongAdminSecret
DATABASE_PASSWORD=$ADMIN_PASSWORD
RABBIT_PASSWORD=$ADMIN_PASSWORD
SERVICE_PASSWORD=$ADMIN_PASSWORD
HOST_IP=10.208.0.10
./stack.sh
This confirms that all went well and that we can proceed to access OpenStack via a web browser.
To access OpenStack via a web browser browse your Ubuntu’s IP address as shown. https://server-
ip/dashboard This directs you to a login page as shown.