Update publish target in makefile; update 00-setup and tests.yaml for dependencies.

This commit is contained in:
Ryan Beisner 2015-06-29 18:39:56 +00:00
parent 78e0326cad
commit 600b414967
3 changed files with 11 additions and 7 deletions

View File

@ -24,6 +24,6 @@ sync: bin/charm_helpers_sync.py
$(PYTHON) bin/charm_helpers_sync.py -c charm-helpers-hooks.yaml
$(PYTHON) bin/charm_helpers_sync.py -c charm-helpers-tests.yaml
publish: lint
publish: lint test
bzr push lp:charms/ceph
bzr push lp:charms/trusty/ceph

View File

@ -5,8 +5,10 @@ set -ex
sudo add-apt-repository --yes ppa:juju/stable
sudo apt-get update --yes
sudo apt-get install --yes python-amulet \
python-distro-info \
python-keystoneclient \
python-glanceclient \
python-cinderclient \
python-distro-info \
python-glanceclient \
python-heatclient \
python-keystoneclient \
python-novaclient
python-swiftclient

View File

@ -9,8 +9,10 @@ sources:
packages:
- amulet
- python-amulet
- python-distro-info
- python-keystoneclient
- python-glanceclient
- python-cinderclient
- python-distro-info
- python-glanceclient
- python-heatclient
- python-keystoneclient
- python-novaclient
- python-swiftclient