~ggouzi/obinstall/obinstall

« back to all changes in this revision

Viewing changes to demos/project_calico/automated-redeploy.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
 
#Used to destroy environment, bootstrap, deploy calico openstack, configure openstack and deploy juju on openstack in one operation.
3
 
#Time to run - approx 20 minutes.
4
 
 
5
 
yes | orange-box-demo-cleanup
6
 
orange-box-bootstrap-juju
7
 
./01-deploy.sh
8
 
./02-configure-calico.sh
9
 
./03-launch-calico-juju.sh
10
 
 
11