~ggouzi/obinstall/obinstall

« back to all changes in this revision

Viewing changes to demos/openstack/ha/icehouse/trusty-icehouse-ra-ha.sh

  • 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
 
#!/bin/bash
2
 
 
3
 
set -eux
4
 
 
5
 
CONFIG_FILE="./trusty-icehouse-ra.yaml"
6
 
DEPLOYER_OPTIONS="-s 600 -w 1200 -t 9999"
7
 
WAIT_TIME="600"
8
 
 
9
 
# Bootstrap the environment
10
 
juju status || juju bootstrap
11
 
#sleep "${WAIT_TIME}"
12
 
juju-deployer -c "${CONFIG_FILE}" -d trusty-icehouse-baremetal-services $DEPLOYER_OPTIONS
13
 
sleep "${WAIT_TIME}"
14
 
juju-deployer -c ./trusty-icehouse-ra.yaml -d trusty-icehouse-haclusters $DEPLOYER_OPTIONS
15
 
sleep "${WAIT_TIME}"
16
 
juju-deployer -c ./trusty-icehouse-ra.yaml -d trusty-icehouse-lxc-services $DEPLOYER_OPTIONS
17
 
sleep "${WAIT_TIME}"
18
 
juju-deployer -c ./trusty-icehouse-ra.yaml -d trusty-icehouse-base-relations $DEPLOYER_OPTIONS
19
 
sleep "${WAIT_TIME}"
20
 
juju-deployer -c ./trusty-icehouse-ra.yaml -d trusty-icehouse-ha-relations $DEPLOYER_OPTIONS