Bug 1383703 - [DOCS] Update directory name for three files under Monitoring Routers section
Summary: [DOCS] Update directory name for three files under Monitoring Routers section
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Documentation
Version: 3.3.0
Hardware: Unspecified
OS: Linux
low
low
Target Milestone: ---
: ---
Assignee: Gaurav Nelson
QA Contact: Vikram Goyal
Vikram Goyal
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-10-11 13:42 UTC by Weibin Liang
Modified: 2016-11-16 04:44 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-11-16 04:44:58 UTC
Target Upstream Version:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github openshift openshift-docs pull 3147 0 None None None 2016-11-03 19:18:55 UTC

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


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