Bug 1623962 - [CRS]Logging and metrics pod are not created in independent mode of deployment.
Summary: [CRS]Logging and metrics pod are not created in independent mode of deployment.
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Gluster Storage
Classification: Red Hat Storage
Component: cns-ansible
Version: cns-3.10
Hardware: x86_64
OS: Linux
unspecified
high
Target Milestone: ---
: ---
Assignee: John Mulligan
QA Contact: Prasanth
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-08-30 14:43 UTC by Mugdha Soni
Modified: 2019-09-06 16:38 UTC (History)
11 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-09-06 16:38:21 UTC
Embargoed:


Attachments (Terms of Use)
Inventory File Used. (5.75 KB, text/plain)
2018-08-30 14:49 UTC, Mugdha Soni
no flags Details
Ansible Logs (152.21 KB, text/plain)
2018-08-30 17:41 UTC, Mugdha Soni
no flags Details

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


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