You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by da...@apache.org on 2017/05/16 19:28:19 UTC

[1/2] incubator-trafficcontrol git commit: Fix TO Docs to specify URL/user/pass change.

Repository: incubator-trafficcontrol
Updated Branches:
  refs/heads/master 962bdb826 -> 23791a5e3


Fix TO Docs to specify URL/user/pass change.


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/commit/128ec85e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/tree/128ec85e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/diff/128ec85e

Branch: refs/heads/master
Commit: 128ec85ea286e94519a2e124adbcbf4e16624120
Parents: 962bdb8
Author: Robert Butts <ro...@gmail.com>
Authored: Mon May 15 13:31:16 2017 -0600
Committer: Dan Kirkwood <da...@gmail.com>
Committed: Tue May 16 13:27:50 2017 -0600

----------------------------------------------------------------------
 docs/source/admin/traffic_server.rst | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/128ec85e/docs/source/admin/traffic_server.rst
----------------------------------------------------------------------
diff --git a/docs/source/admin/traffic_server.rst b/docs/source/admin/traffic_server.rst
index bedd430..478e8e2 100644
--- a/docs/source/admin/traffic_server.rst
+++ b/docs/source/admin/traffic_server.rst
@@ -114,6 +114,8 @@ Installing the ORT script
 
   	  	*/15 * * * * /opt/ort/traffic_ops_ort.pl syncds warn https://traffops.kabletown.net admin:password > /tmp/ort/syncds.log 2>&1
 
+    Changing ``https://traffops.kabletown.net``, ``admin``, and ``password`` to your CDN URL and credentials.
+
     .. Note:: By default, running ort on an edge traffic server waits for it's parent (mid) servers to download their configuration before 
        it downloads it's own configuration. Because of this, scheduling ort for running every 15 minutes (with 5 minutes default dispersion) means 
        that it might take up to ~35 minutes for a "Queue Updates" operation to affect all traffic servers.


[2/2] incubator-trafficcontrol git commit: This closes #576.

Posted by da...@apache.org.
This closes #576.


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/commit/23791a5e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/tree/23791a5e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/diff/23791a5e

Branch: refs/heads/master
Commit: 23791a5e3970949c70b03c742189ad01f2aba47f
Parents: 128ec85
Author: Dan Kirkwood <da...@gmail.com>
Authored: Tue May 16 13:28:10 2017 -0600
Committer: Dan Kirkwood <da...@gmail.com>
Committed: Tue May 16 13:28:10 2017 -0600

----------------------------------------------------------------------

----------------------------------------------------------------------