bodhi: 5.1.1 is now available in fedora 30
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
8c2ffe6724
commit
c936bceeb4
3 changed files with 4 additions and 5 deletions
|
@ -12,5 +12,5 @@ nagios_Check_Services:
|
|||
# Set some bodhi variables here.
|
||||
# Since they are used when running playbooks against the master nodes.
|
||||
#
|
||||
bodhi_version: 5.1.0-1.fc30.infra
|
||||
bodhi_version: 5.1.1-1.fc30
|
||||
bodhi_openshift_pods: 2
|
||||
|
|
|
@ -11,5 +11,5 @@ nagios_Check_Services:
|
|||
# Set some bodhi variables here.
|
||||
# Since they are used when running playbooks against the master nodes.
|
||||
#
|
||||
bodhi_version: 5.1.0-1.beta.1.607acaf.fc30.infra
|
||||
bodhi_version: 5.1.1-1.fc30
|
||||
bodhi_openshift_pods: 1
|
||||
|
|
|
@ -21,8 +21,7 @@ items:
|
|||
{% endif %}
|
||||
# While dnf has a --nodocs, it doesen't have a --docs...
|
||||
RUN sed -i '/nodocs/d' /etc/dnf/dnf.conf
|
||||
#RUN dnf install -y bodhi-server-{{bodhi_version}}
|
||||
RUN dnf install -y https://kojipkgs.fedoraproject.org//packages/bodhi/5.1.0/2.fc30.infra/noarch/python3-bodhi-5.1.0-2.fc30.infra.noarch.rpm https://kojipkgs.fedoraproject.org//packages/bodhi/5.1.0/2.fc30.infra/noarch/python3-bodhi-client-5.1.0-2.fc30.infra.noarch.rpm https://kojipkgs.fedoraproject.org//packages/bodhi/5.1.0/2.fc30.infra/noarch/python3-bodhi-messages-5.1.0-2.fc30.infra.noarch.rpm https://kojipkgs.fedoraproject.org//packages/bodhi/5.1.0/2.fc30.infra/noarch/bodhi-server-5.1.0-2.fc30.infra.noarch.rpm
|
||||
RUN dnf install -y bodhi-server-{{bodhi_version}}
|
||||
# Set up krb5
|
||||
RUN rm -f /etc/krb5.conf && \
|
||||
ln -sf /etc/bodhi/krb5.conf /etc/krb5.conf && \
|
||||
|
@ -149,4 +148,4 @@ items:
|
|||
kind: ImageStreamTag
|
||||
name: bodhi-celery:latest
|
||||
kind: List
|
||||
metadata: {}
|
||||
metadata: {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue