changing installed packages with buildmaster to only use novaclient on qadevel
This commit is contained in:
parent
756637b2ba
commit
19e674a577
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue