Skip to content

romilgupta/openstack-kilo-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Romil Gupta
Apr 8, 2017
8fe7526 · Apr 8, 2017

History

14 Commits
Apr 8, 2017
Apr 8, 2017

Repository files navigation

Openstack Kilo Installation script for Ubuntu 14.04 LTS

Single Node Openstack Kilo :

Operating System : Ubuntu14.04 LTS

NIC's:

Eth0: Public Network/Management Network
Eth1: Data Network

Download the openstack-kilo-script:

sudo -i # Scripts need Root user privileges
git clone https://github.com/romilgupta/openstack-kilo-scripts.git
cd openstack-kilo-script

Run python install_openstack.py

Script will prompt you to enter following inputs:

raw_input("Management Interface IP: ")
raw_input("Data Interface IP: ")
raw_input("Offline Mode True|False: ") # Provide False when you are runnning it first time.

The script will install following components of openstack and configure them:

Keystone
Glance
Openvswitch
Neutron(neutron-server with ml2, ovs-agent, dhcp-agent, l3-agent)
Nova(nova-api nova-cert nova-scheduler nova-conductor novnc nova-consoleauth nova-novncproxy, nova-compute)
Dashboard

Source authetication file for CLI source adminrc

Horizon:

Login into horizon http://<Mgmt_Interface_IP>/horizon  Username:admin  Password:password

Download Cirros Images:

http://cloudhyd.com/openstack/images/images.html

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages