Merge "Satisfy some dependencies for Agent plugins"
This commit is contained in:
commit
2ae1188b7c
@ -17,6 +17,13 @@
|
|||||||
ignore_errors: true
|
ignore_errors: true
|
||||||
- name: Install virtualenv
|
- name: Install virtualenv
|
||||||
apt: name=python-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:
|
tasks:
|
||||||
- name: Setup the monasca cli credentials in the default environment
|
- 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
|
copy: src=env.sh dest=/etc/profile.d/monasca_cli.sh owner=root group=root mode=0644
|
||||||
|
Loading…
x
Reference in New Issue
Block a user