~ggouzi/obinstall/obinstall

« back to all changes in this revision

Viewing changes to demos/openstack/multi-region/icehouse/trusty/README

  • Committer: MMorana
  • Date: 2016-03-24 01:18:40 UTC
  • Revision ID: mass@ubuntu.com-20160324011840-blxydmf7ca4ggle0
Splitting out demos from install

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
This demo will deploy Icehouse on 14.04 as 2 regions.
2
 
RegionOne
3
 
RegionTwo
4
 
 
5
 
By the end of the demo you will have a working Openstack with 2 regions and 2 availability zones per region.
6
 
r1-az1 & r1-az2
7
 
r2-az1 & r2-az2
8
 
 
9
 
Just run each script in order:
10
 
./01-deploy.sh - This will deploy Openstack on the Orange Box.
11
 
./02-configure-multi-region.sh - This will configure both regions for use and add hosts to two availability zones.
12
 
 
13
 
credentials are created as ~/nova-r1.rc & ~/nova-r2.rc
14
 
use:
15
 
source ~/nova-r2.rc
16
 
to switch to each region API endpoint.