~ggouzi/obinstall/obinstall

« back to all changes in this revision

Viewing changes to demos/telco/01-deploy.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
 
#Install juju-deployer package
4
 
#sudo apt-get install -y juju-deployer
5
 
 
6
 
#Deploy the bundle
7
 
#TODO: soft link to bundle to stable and bleeding edge charm revisions
8
 
 
9
 
set -e
10
 
 
11
 
export JUJU_REPOSITORY=$PWD
12
 
juju-deployer -r 3 -c bundle-telco.yaml
13