changing installed packages with buildmaster to only use novaclient on qadevel

This commit is contained in:
Tim Flink 2014-10-13 19:18:36 +00:00
parent 756637b2ba
commit 19e674a577

View file

@ -5,6 +5,11 @@
- buildbot-master
- libsemanage-python
- python-psycopg2
- name: ensure packages required for buildmaster are installed
action: yum name={{ item }} state=latest
when: deployment_type == 'qadevel-prod' or deployment_type == 'qadevel-stg'
with_items:
- python-novaclient
- name: add the buildmaster user