Bug 1450827 - Unable to find 'atomic-openshift-master.service' in expected paths
Summary: Unable to find 'atomic-openshift-master.service' in expected paths
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Cluster Version Operator
Version: 3.6.0
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: ---
: ---
Assignee: Russell Teague
QA Contact: Anping Li
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-05-15 09:04 UTC by Anping Li
Modified: 2017-08-16 19:51 UTC (History)
8 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-06-20 12:39:17 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHEA-2017:1716 0 normal SHIPPED_LIVE Red Hat OpenShift Container Platform 3.6 RPM Release Advisory 2017-08-10 09:02:50 UTC

Description Anping Li 2017-05-15 09:04:33 UTC
Description of problem:
Upgrade failed to Install Master service file. It report 'Unable to find 'atomic-openshift-master.service' in expected paths'



Version-Release number of selected component (if applicable):
atomic-openshift-utils-3.6.68-1.git.0.9cbe2b7.el7.noarch


How reproducible:
always

Steps to Reproduce:
1. install OCP-3.5
2. Upgrade to OCP-3.6
  ansible-playbook --private-key /root/configdir/libra.pem -i /root/workdir/hosts /usr/share/ansible/openshift-ansible/playbooks/byo/openshift-cluster/upgrades/v3_6/upgrade.yml -vv

Actual results:
TASK [Install Master service file] *********************************************
task path: /usr/share/ansible/openshift-ansible/roles/openshift_master/tasks/systemd_units.yml:35
fatal: [openshift-214.lab.eng.nay.redhat.com]: FAILED! => {
    "changed": false,
    "failed": true
}

MSG:

Unable to find 'atomic-openshift-master.service' in expected paths.
        to retry, use: --limit @/usr/share/ansible/openshift-ansible/playbooks/byo/openshift-cluster/upgrades/v3_6/upgrade.retry

PLAY RECAP *********************************************************************
localhost                  : ok=19   changed=0    unreachable=0    failed=0
openshift-214.lab.eng.nay.redhat.com : ok=324  changed=20   unreachable=0    failed=1

Expected results:


Additional info:

Comment 2 Russell Teague 2017-05-15 16:59:59 UTC
Proposed: https://github.com/openshift/openshift-ansible/pull/4178

Comment 3 Russell Teague 2017-05-16 18:08:50 UTC
Merged: https://github.com/openshift/openshift-ansible/pull/4178

Comment 5 Anping Li 2017-05-31 03:17:37 UTC
Verified and pass with openshift-ansible v3.6.85


Note You need to log in before you can comment on or make changes to this bug.