~hopem/charms/trusty/cinder/default-ceph-rep-count-3

« back to all changes in this revision

Viewing changes to tests/00-setup

  • Committer: james.page at ubuntu
  • Date: 2014-10-06 21:50:53 UTC
  • mfrom: (40.4.4 cinder)
  • Revision ID: james.page@ubuntu.com-20141006215053-vtwvqtgv1yfh0i9f
[beisner,r=james-page] Add amulet tests - w00t!

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/bash
 
2
 
 
3
set -ex
 
4
 
 
5
sudo add-apt-repository --yes ppa:juju/stable
 
6
sudo apt-get update --yes
 
7
sudo apt-get install --yes python-amulet
 
8
sudo apt-get install --yes python-keystoneclient
 
9
sudo apt-get install --yes python-cinderclient
 
10
sudo apt-get install --yes python-glanceclient