I believe have the proper repos enabled is part of the node prerequisites. So
we get around this by running prereq playbook and disabling the origin release
for latest (repo with no release number on end) and enabling 3.9 only
- name: Install Specific Version of Openshift Origin
yum:
name: centos-release-openshift-origin
state: absent
- name: Install Specific Version of Openshift Origin
yum:
name: centos-release-openshift-origin39
state: present
Also, only git branch that’s supposed to work is release-3.9, which is what we
always pull for playbooks.
Thanks,
Todd
Today's Topics:
1. Re: Ansible/Origin 3.9 deployment now fails because
"package(s) areavailable at a version that is higher than
requested" (Alan Christie)
2. Re: Ansible/Origin 3.9 deployment now fails because
"package(s) areavailable at a version that is higher than
requested" (Alan Christie)
----------------------------------------------------------------------
Message: 1
Date: Mon, 20 Aug 2018 16:11:50 +0100
From: Alan Christie <[email protected]>
To: Peter Heitman <[email protected]>
Cc: users <[email protected]>
Subject: Re: Ansible/Origin 3.9 deployment now fails because
"package(s) areavailable at a version that is higher than requested"
Message-ID:
<[email protected]>
Content-Type: text/plain; charset="utf-8"
I?m doing pretty-much the same thing. Prior to ?prerequisites? I run the
following play:
- hosts: nodes
become: yes
tasks:
- name: Install origin39 repo
yum:
name: centos-release-openshift-origin39
state: present
The 3.9 repo appears in /etc/yum.repos.d/ but, after the prerequisites, so
does "CentOS-OpenShift-Origin.repo? and the main ?deploy_cluster.yml? fails
again. The only way through this for me to add ?package_version? to
?openshift_disable_check?.
Alan Christie
[email protected]
########################################################################
The information contained in this message, and any attachments thereto,
is intended solely for the use of the addressee(s) and may contain
confidential and/or privileged material. Any review, retransmission,
dissemination, copying, or other use of the transmitted information is
prohibited. If you received this in error, please contact the sender
and delete the material from any computer. UNIGROUP.COM
########################################################################
_______________________________________________
users mailing list
[email protected]
http://lists.openshift.redhat.com/openshiftmm/listinfo/users