~ggouzi/obinstall/obinstall

« back to all changes in this revision

Viewing changes to demos/openstack/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
2
 
By the end of the demo you will have a working Openstack,
3
 
plus a working Openstack Juju environment and GUI to deploy further workloads to.
4
 
 
5
 
Just run each script in order:
6
 
./01-deploy.sh - This will deploy Openstack on the Orange Box.
7
 
 
8
 
 
9
 
../../orange-box-configure-openstack - This will configure openstack ready to launch instances
10
 
 
11
 
../../orange-box-launch-openstack-juju - This will deploy a Jumpserver with a public IP for SSH access into the tenant private network, install Juju and create an Openstack Juju environment, bootstrap and launch the GUI and print the public IP of the GUI.
12
 
 
13
 
 
14
 
 
15
 
automated deployment
16
 
For testing purposes or an unattended deployment, you can use the script:
17
 
./automated-deployment.sh
18
 
which will run the deployment scripts from bootstrap to deploying the jumpserver and juju-gui.
19
 
This takes about 30 minutes.
20
 
 
21
 
icehouseOB-local.yaml - is provided as an example of using the local charms in /srv/charmstore/, this removes the need to download charms from the charm store, reducing network bandwidth.