Bug 1383703

Summary: [DOCS] Update directory name for three files under Monitoring Routers section
Product: OpenShift Container Platform Reporter: Weibin Liang <weliang>
Component: DocumentationAssignee: Gaurav Nelson <gnelson>
Status: CLOSED CURRENTRELEASE QA Contact: Vikram Goyal <vigoyal>
Severity: low Docs Contact: Vikram Goyal <vigoyal>
Priority: low    
Version: 3.3.0CC: aos-bugs, jokerman, mmccomas
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-11-16 04:44:58 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:

Description Weibin Liang 2016-10-11 13:42:33 UTC
Document URL: https://docs.openshift.com/container-platform/3.3/admin_guide/router.html#viewing-logs

Section Number and Name: 
Monitoring Routers

Describe the issue: 
routes.json,certs and cacerts are not in  /var/lib/containers/router/ dir any more, they are in /var/lib/haproxy/router/

Suggestions for improvement: 
For routes.json,certs and cacerts files,
change /var/lib/containers/router/ to /var/lib/haproxy/router/

Additional information: 

[root@ip-172-18-9-174 ~]# ls -al /var/lib/haproxy/conf/haproxy.config
-rwxrwxrwx. 1 root root 10358 Oct 11 09:26 /var/lib/haproxy/conf/haproxy.config
[root@ip-172-18-9-174 ~]# ls -al  /var/lib/containers/router/routes.json
ls: cannot access /var/lib/containers/router/routes.json: No such file or directory
[root@ip-172-18-9-174 ~]# ls /var/lib/haproxy/router/routes.json
/var/lib/haproxy/router/routes.json
[root@ip-172-18-9-174 ~]# cd /var/lib/haproxy/router
[root@ip-172-18-9-174 router]# ls
cacerts  certs  routes.json
[root@ip-172-18-9-174 router]# 
[root@ip-172-18-9-174 lib]# cd /var/lib
[root@ip-172-18-9-174 lib]# ls
alternatives  dbus  games  haproxy  initramfs  machines  misc  origin  rhsm  rpm  rpm-state  systemd  yum
[root@ip-172-18-9-174 lib]#

Comment 1 Gaurav Nelson 2016-11-02 05:30:25 UTC
Updated the Monitoring Routers page as per the bug description.

Comment 2 Weibin Liang 2016-11-03 19:21:44 UTC
Moving this to POST since this has not been merged into Origin (state MODIFIED) or pulled into OSCP (ON_QA).

Comment 3 openshift-github-bot 2016-11-04 00:41:51 UTC
Commits pushed to master at https://github.com/openshift/openshift-docs

https://github.com/openshift/openshift-docs/commit/2a101506823932eaa8b4dea296ebf3b8bea9a44e
BUG1383703 - corrected the path for routes.json,certs and cacerts from /var/lib/containers/router/ to /var/lib/haproxy/router/ for Monitoring Routers

https://github.com/openshift/openshift-docs/commit/8b593ad0bd0bc6de55ce0bd627d34d77f91af4d6
Merge pull request #3147 from gaurav-nelson/BUG1383703

BUG1383703 - Corrected the path for routes.json,certs and cacerts  for Monitoring Routers section