copr-be: upgrade to f27
This commit is contained in:
parent
a57f1b6ac5
commit
e638d191b6
2 changed files with 1 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
|
||||
instance_type: ms1.xlarge
|
||||
image: "{{ fedora25_x86_64 }}"
|
||||
image: "{{ fedora27_x86_64 }}"
|
||||
keypair: fedora-admin-20130801
|
||||
security_group: web-80-anywhere-persistent,web-443-anywhere-persistent,ssh-anywhere-persistent,default,allow-nagios-persistent
|
||||
zone: nova
|
||||
|
|
|
@ -15,10 +15,6 @@
|
|||
- copr-backend
|
||||
- copr-selinux
|
||||
|
||||
- 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 }}
|
||||
with_items:
|
||||
|
@ -30,7 +26,6 @@
|
|||
|
||||
- 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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue