Bug 1624284
Summary: | Meet 'openshift_is_atomic' is undefined during execute CNS standalone deployment playbook with glusterfs group | |||
---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Wenkai Shi <weshi> | |
Component: | Installer | Assignee: | Jose A. Rivera <jarrpa> | |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Johnny Liu <jialiu> | |
Severity: | medium | Docs Contact: | ||
Priority: | medium | |||
Version: | 3.11.0 | CC: | aos-bugs, jokerman, mmccomas, nberry, wsun | |
Target Milestone: | --- | |||
Target Release: | 3.11.0 | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | No Doc Update | ||
Doc Text: |
undefined
|
Story Points: | --- | |
Clone Of: | ||||
: | 1628902 (view as bug list) | Environment: | ||
Last Closed: | 2018-12-21 15:23:42 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: | 1628902 |
Description
Wenkai Shi
2018-08-31 07:31:53 UTC
This PR should help solve the issue: https://github.com/openshift/openshift-ansible/pull/9847 PR merged. The PR 9847 has been merged to openshift-ansible-3.11.0-0.29.0,please check if it could be verified. Verified with version openshift-ansible-3.11.4-1.git.0.d727082.el7_5.noarch, it has been fixed. # ansible-playbook -i inventory -vv /usr/share/ansible/openshift-ansible/playbooks/openshift-glusterfs/config.yml ... TASK [openshift_node : Install GlusterFS storage plugin dependencies] ************************************************************************************************************************ task path: /usr/share/ansible/openshift-ansible/roles/openshift_node/tasks/glusterfs.yml:2 Friday 14 September 2018 11:25:30 +0800 (0:00:00.124) 0:00:46.642 ****** ok: [qe-weshi-cns-node-registry-router-1.0914-wrl.qe.rhcloud.com] => {"attempts": 1, "changed": false, "msg": "", "rc": 0, "results": ["glusterfs-fuse-3.8.4-54.15.el7.x86_64 providing glusterfs-fuse is already installed"]} ok: [qe-weshi-cns-master-etcd-1.0914-wrl.qe.rhcloud.com] => {"attempts": 1, "changed": false, "msg": "", "rc": 0, "results": ["glusterfs-fuse-3.13.2-2.el7.x86_64 providing glusterfs-fuse is already installed"]} ok: [qe-weshi-cns-node-1.0914-wrl.qe.rhcloud.com] => {"attempts": 1, "changed": false, "msg": "", "rc": 0, "results": ["glusterfs-fuse-3.8.4-54.15.el7.x86_64 providing glusterfs-fuse is already installed"]} ok: [qe-weshi-cns-glusterfs-node-1.0914-wrl.qe.rhcloud.com] => {"attempts": 1, "changed": false, "msg": "", "rc": 0, "results": ["glusterfs-fuse-3.8.4-54.15.el7.x86_64 providing glusterfs-fuse is already installed"]} ok: [qe-weshi-cns-glusterfs-node-2.0914-wrl.qe.rhcloud.com] => {"attempts": 1, "changed": false, "msg": "", "rc": 0, "results": ["glusterfs-fuse-3.8.4-54.15.el7.x86_64 providing glusterfs-fuse is already installed"]} ok: [qe-weshi-cns-glusterfs-node-3.0914-wrl.qe.rhcloud.com] => {"attempts": 1, "changed": false, "msg": "", "rc": 0, "results": ["glusterfs-fuse-3.8.4-54.15.el7.x86_64 providing glusterfs-fuse is already installed"]} ... Closing bugs that were verified and targeted for GA but for some reason were not picked up by errata. This bug fix should be present in current 3.11 release content. |