Bug 1378337
Summary: | [RHEL73] checking service presence on containerized install didn't work well on RHEL-7.3 | |||
---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Gaoyun Pei <gpei> | |
Component: | Installer | Assignee: | Scott Dodson <sdodson> | |
Status: | CLOSED ERRATA | QA Contact: | Johnny Liu <jialiu> | |
Severity: | high | Docs Contact: | ||
Priority: | high | |||
Version: | 3.3.0 | CC: | aos-bugs, ghuang, jneedle, jokerman, mmccomas | |
Target Milestone: | --- | |||
Target Release: | --- | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | openshift-ansible-3.3.27-1.git.0.ef0aac6.el7 | Doc Type: | Bug Fix | |
Doc Text: |
Previously, the installer would check for service presence by looking for "LoadState=not-found" in the output of `systemctl show` however systemd updates in RHEL 7.3 now return an error rather than output. The installer has been updated to accommodate this behavior change ensuring that installations on RHEL 7.3 work properly.
|
Story Points: | --- | |
Clone Of: | ||||
: | 1378755 1379704 (view as bug list) | Environment: | ||
Last Closed: | 2016-10-03 14:52:50 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: | ||||
Bug Depends On: | ||||
Bug Blocks: | 1375561, 1378755, 1379704 |
Description
Gaoyun Pei
2016-09-22 07:59:33 UTC
Checked on openshift-ansible code, found there's another such case in https://github.com/openshift/openshift-ansible/blob/master/roles/openshift_master/tasks/main.yml#L178 For a containerized ha-master installation, ansible would only create the ha systemd unit files: atomic-openshift-master-api.service and atomic-openshift-master-controllers.service, so it would also fail when run "systemctl show atomic-openshift-master.service". https://github.com/openshift/openshift-ansible/pull/2503 fix backported from master Verify this bug with openshift-ansible-3.3.27-1.git.0.ef0aac6.el7.noarch.rpm Containerized ha master + ha etcd ose-3.3 env could be installed on RHEL-7.3 Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2016:1983 |