~openstack-charmers/charms/trusty/hacluster/trunk

« back to all changes in this revision

Viewing changes to tests/00-setup

  • Committer: Corey Bryant
  • Date: 2015-10-07 13:50:16 UTC
  • mfrom: (56.1.3 stable/16.07.remote)
  • Revision ID: corey.bryant@canonical.com-20151007135016-9edrahzgxg3zjv8y
[beisner,r=corey.bryant] Add Amulet test dependencies and clean up Makefile.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/bin/bash -eux
2
 
# Install amulet packages
 
1
#!/bin/bash
 
2
 
 
3
set -ex
 
4
 
 
5
sudo add-apt-repository --yes ppa:juju/stable
3
6
sudo apt-get update --yes
4
 
 
5
 
# Install any additional python packages or software here.
6
 
sudo apt-get install --yes python-amulet python-keystoneclient || true
 
7
sudo apt-get install --yes amulet \
 
8
                           distro-info-data \
 
9
                           python-cinderclient \
 
10
                           python-distro-info \
 
11
                           python-glanceclient \
 
12
                           python-heatclient \
 
13
                           python-keystoneclient \
 
14
                           python-neutronclient \
 
15
                           python-novaclient \
 
16
                           python-pika \
 
17
                           python-swiftclient