copr-backend-stg: install python-novaclient-3.3.1-3.fc25

This commit is contained in:
clime 2018-01-15 22:17:09 +01:00
parent 344de0a896
commit 1591610513

View file

@ -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: