~ggouzi/obinstall/obinstall

« back to all changes in this revision

Viewing changes to demos/openstack/juno/trusty/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
 
 
4
 
set -ex
5
 
 
6
 
JUJU_REPOSITORY=
7
 
juju set-constraints tags=
8
 
juju-deployer -r 3 -c juno-local.yaml
9
 
 
10
 
echo "Deployment finished"