Bug 1276395

Summary: Ansible fails to install
Product: OpenShift Container Platform Reporter: Josep 'Pep' Turro Mauri <pep>
Component: InstallerAssignee: Andrew Butcher <abutcher>
Status: CLOSED CURRENTRELEASE QA Contact: Ma xiaoqiang <xiama>
Severity: high Docs Contact:
Priority: high    
Version: 3.0.0CC: aos-bugs, jialiu, jokerman, mmccomas, rhowe, xtian
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-11-20 15:41:44 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Josep 'Pep' Turro Mauri 2015-10-29 15:20:42 UTC
Description of problem:

tried an HA install of (current) OSE 3.0.2. It fails:

  TASK: [openshift_master_certificates | file ]
  ...
  msg: src file does not exist, use "force=yes" if you really want to create the link: /etc/openshift/master/master.proxy-client.crt

Tracked it down to:

  version_greater_than_3_1_or_1_1: True

which is not the case here.

Version-Release number of selected component (if applicable):

playbooks: openshift-ansible-3.0.4-1-7-g16d1bce
openshift v3.0.2.0-20-g656dc3e

How reproducible:
Always

Steps to Reproduce:
1. Start a playbooks/byo/config.yml run with deployment_type=enterprise, 3 masters, 3 etcd

Comment 1 Andrew Butcher 2015-10-30 14:35:18 UTC
Fact should be based on enterprise RC version (>3.0.2.900). Pull request here:

https://github.com/openshift/openshift-ansible/pull/775

Comment 5 Johnny Liu 2015-11-12 10:59:55 UTC
Install released openshift-3.0.2.0-0.git.33.f6b0f24.el7ose.x86_64 with the current latest openshift-ansible to set up pacemaker master ha, installation is completed successfully.