Installing OpenStack on Ubuntu
LTS
Some of the key OpenStack Services:
• Nova - Virtual Server
• Swift - Storage Service
• Glance - Imaging Service
• Keystone - Identity Service
• Horizon - UI Service/Deskboard
• Load Balancer Service
• Database Service
• Heat API ( AWS CloudForms compatible)
• Ceilometer monitoring and metering
By Paulraj Pappaiah
Installing OpenStack on Ubuntu LTS
Step-1
• Goto www.openstack.org and download the package
• Openn terminal window in Ubuntu
• Enter the following git command on terminal widows
• git clone https://git.openstack.org/openstack-dev/devstack
package using root user
• cd devstack; ./stack.sh
• Supply database password
• Building database connection
Installing OpenStack on Ubuntu LTS
Step-2
• Ensure that installation has completed successfully without
throwing any errors
• Make a note of Horizon Ip host
Step-3
• Execute DevStack to check OS, Databases, Queues, Web
Server, OpenStack Network, Services, Node, Configurations,
etc.,
• Logon to OpenStack
• Open Overview and check Instances, vCPUs, Ram, Floating IPs,
Security etc.,
• Check Network Topology ( Public & Private)
• Check Launch Instance
Thank You

Installing OpenStack on Ubuntu LTS

  • 1.
    Installing OpenStack onUbuntu LTS Some of the key OpenStack Services: • Nova - Virtual Server • Swift - Storage Service • Glance - Imaging Service • Keystone - Identity Service • Horizon - UI Service/Deskboard • Load Balancer Service • Database Service • Heat API ( AWS CloudForms compatible) • Ceilometer monitoring and metering By Paulraj Pappaiah
  • 2.
    Installing OpenStack onUbuntu LTS Step-1 • Goto www.openstack.org and download the package • Openn terminal window in Ubuntu • Enter the following git command on terminal widows • git clone https://git.openstack.org/openstack-dev/devstack package using root user • cd devstack; ./stack.sh • Supply database password • Building database connection
  • 3.
    Installing OpenStack onUbuntu LTS Step-2 • Ensure that installation has completed successfully without throwing any errors • Make a note of Horizon Ip host Step-3 • Execute DevStack to check OS, Databases, Queues, Web Server, OpenStack Network, Services, Node, Configurations, etc., • Logon to OpenStack • Open Overview and check Instances, vCPUs, Ram, Floating IPs, Security etc., • Check Network Topology ( Public & Private) • Check Launch Instance
  • 4.