copr-backend-stg: install python-novaclient-3.3.1-3.fc25
This commit is contained in:
parent
344de0a896
commit
1591610513
1 changed files with 5 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
|||
|
||||
- name: install the latest copr-backend from f26
|
||||
command: dnf install -y https://kojipkgs.fedoraproject.org//packages/copr-backend/1.110/1.fc26/noarch/copr-backend-1.110-1.fc26.noarch.rpm
|
||||
when: env != "staging"
|
||||
|
||||
- name: add additional packages for copr-backend
|
||||
dnf: state=present name={{ item }}
|
||||
|
@ -27,6 +28,10 @@
|
|||
- python-keystoneclient
|
||||
- php-cli
|
||||
|
||||
- name: install python2-novaclient version that actually works with the current OpenStack deployment
|
||||
command: dnf install -y https://kojipkgs.fedoraproject.org/packages/python-novaclient/3.3.1/3.fc25/noarch/python2-novaclient-3.3.1-3.fc25.noarch.rpm
|
||||
when: env == "staging"
|
||||
|
||||
- name: make copr dirs
|
||||
file: state=directory path={{ item }}
|
||||
with_items:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue