Merge "Satisfy some dependencies for Agent plugins"

This commit is contained in:
Jenkins 2015-07-06 16:47:59 +00:00 committed by Gerrit Code Review
commit 2ae1188b7c
1 changed files with 7 additions and 0 deletions

View File

@ -17,6 +17,13 @@
ignore_errors: true
- name: Install virtualenv
apt: name=python-virtualenv
- name: Install Agent plugin dependencies in virtualenv
pip: name={{item}} state=latest virtualenv="{{monasca_virtualenv_dir}}"
with_items:
- lxml
- libvirt-python
- mysql-python
- python-novaclient
tasks:
- name: Setup the monasca cli credentials in the default environment
copy: src=env.sh dest=/etc/profile.d/monasca_cli.sh owner=root group=root mode=0644