Bug 1623962

Summary: [CRS]Logging and metrics pod are not created in independent mode of deployment.
Product: [Red Hat Storage] Red Hat Gluster Storage Reporter: Mugdha Soni <musoni>
Component: cns-ansibleAssignee: John Mulligan <jmulligan>
Status: CLOSED WONTFIX QA Contact: Prasanth <pprakash>
Severity: high Docs Contact:
Priority: unspecified    
Version: cns-3.10CC: asambast, hchiramm, jarrpa, jmulligan, kramdoss, madam, pprakash, rhs-bugs, rtalur, sarumuga, sasundar
Target Milestone: ---Keywords: ZStream
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-09-06 16:38:21 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:
Attachments:
Description Flags
Inventory File Used.
none
Ansible Logs none

Description Mugdha Soni 2018-08-30 14:43:23 UTC
Description of problem:
------------------------------
In the independent mode of deployment of logging,metrics and registry the logging pod is not created.The result of which no PVC's are created. 

Version-Release number of selected component:
----------------------------------------------
OCP 3.10
RHGS 3.4.0 nightly ( glusterfs-3.12.2-18.el7rhgs )

How reproducible:
----------------------------------------
Consistent


Steps to Reproduce:
------------------------------------------
1.Run the ansible playbook -/playbooks/gluster/openshift-glusterfs/config.yml(to set logging , metrics and registry)
2.After the successful deployment run command ' oc get pods --all-namespaces ' and 'oc get pvc --all-namespaces.

Actual results:
-------------------------------------------
Logging and metrics deployment succeeds still logging pods didnot come up and no PVC's are created.


Expected results:
------------------------
The logging pod should be created .

Additional Info :
-----------------------
[root@dhcp46-111 ~]# oc get pods --all-namespaces
NAMESPACE               NAME                                                   READY     STATUS    RESTARTS   AGE
app-storage             heketi-storage-1-gd5m9                                 1/1       Running   0          1h
default                 docker-registry-1-prgwb                                1/1       Running   0          5h
default                 registry-console-1-nzlw7                               1/1       Running   0          5h
default                 router-1-vkdk9                                         1/1       Running   0          5h
infra-storage           glusterblock-registry-provisioner-dc-1-llmnt           1/1       Running   0          1h
infra-storage           heketi-registry-1-d6lxm                                1/1       Running   0          1h
kube-system             master-api-dhcp46-111.lab.eng.blr.redhat.com           1/1       Running   2          5h
kube-system             master-controllers-dhcp46-111.lab.eng.blr.redhat.com   1/1       Running   0          5h
kube-system             master-etcd-dhcp46-111.lab.eng.blr.redhat.com          1/1       Running   0          5h
openshift-node          sync-9njgf                                             1/1       Running   0          5h
openshift-node          sync-gftjv                                             1/1       Running   0          5h
openshift-node          sync-ps7dr                                             1/1       Running   0          5h
openshift-node          sync-qwk97                                             1/1       Running   0          5h
openshift-sdn           ovs-28x77                                              1/1       Running   0          5h
openshift-sdn           ovs-5v6wc                                              1/1       Running   0          5h
openshift-sdn           ovs-d99cm                                              1/1       Running   0          5h
openshift-sdn           ovs-wh2r5                                              1/1       Running   0          5h
openshift-sdn           sdn-9gnmx                                              1/1       Running   0          5h
openshift-sdn           sdn-btdxg                                              1/1       Running   0          5h
openshift-sdn           sdn-jss95                                              1/1       Running   0          5h
openshift-sdn           sdn-qx694                                              1/1       Running   0          5h
openshift-web-console   webconsole-7f944b7c85-pxdlm                            1/1       Running   0          5h
------------------------------
[root@dhcp46-111 ~]# oc get pvc --all-namespaces
No resources found.

Comment 1 Mugdha Soni 2018-08-30 14:49:19 UTC
Created attachment 1479828 [details]
Inventory File Used.

Comment 2 Mugdha Soni 2018-08-30 17:41:05 UTC
Created attachment 1479874 [details]
Ansible Logs