~ggouzi/obinstall/obinstall

« back to all changes in this revision

Viewing changes to demos/SDN/contrail/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 -eaux
5
 
 
6
 
rm -rf trusty precise
7
 
 
8
 
juju set-constraints tags=
9
 
time juju-deployer -d -c contrail.yaml trusty-juno-contrail
10
 
 
11
 
 
12
 
echo "Deployment finished"