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

[2/2] incubator-trafficcontrol-website git commit: Update docs from commit f106cd0b2d6b42cc7f54dc4f94bd31a1b0e8c9bd

Update docs from commit f106cd0b2d6b42cc7f54dc4f94bd31a1b0e8c9bd


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

Branch: refs/heads/asf-site
Commit: 55026bf3721a454c2ee8c9ef5e18015d2937db74
Parents: d2e9421
Author: jenkins <bu...@apache.org>
Authored: Thu Nov 16 16:41:54 2017 +0000
Committer: jenkins <bu...@apache.org>
Committed: Thu Nov 16 16:41:54 2017 +0000

----------------------------------------------------------------------
 .../_sources/admin/traffic_ops/using.rst.txt    |  2 +-
 docs/master/admin/traffic_ops/using.html        | 45 --------------------
 docs/master/searchindex.js                      |  2 +-
 3 files changed, 2 insertions(+), 47 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol-website/blob/55026bf3/docs/master/_sources/admin/traffic_ops/using.rst.txt
----------------------------------------------------------------------
diff --git a/docs/master/_sources/admin/traffic_ops/using.rst.txt b/docs/master/_sources/admin/traffic_ops/using.rst.txt
index 58ed6b8..718d0ac 100644
--- a/docs/master/_sources/admin/traffic_ops/using.rst.txt
+++ b/docs/master/_sources/admin/traffic_ops/using.rst.txt
@@ -435,7 +435,7 @@ One of the most important settings when creating the delivery service is the sel
 +-----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | ANY_MAP         | ANY_MAP is not known to Traffic Router. For this deliveryservice, the "Raw remap text" field in the input form will be used as the remap line on the cache.                                                                                                                                                                  |
 +-----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| STEERING        | The Delivery Service will be used to route to other delivery services. The target delivery services and the routing weights for those delivery services will be defined by an admin or steering user. For more information see the `steering feature <../traffic_router.html#steering-feature>`_ documentation               |
+| STEERING        | The Delivery Service will be used to route to other delivery services. The target delivery services and the routing weights for those delivery services will be defined by an admin or steering user. For more information see the `steering feature <../traffic_router.rst#steering-feature>`_ documentation               |
 +-----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 
 

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol-website/blob/55026bf3/docs/master/admin/traffic_ops/using.html
----------------------------------------------------------------------
diff --git a/docs/master/admin/traffic_ops/using.html b/docs/master/admin/traffic_ops/using.html
index 1076a27..175e9ea 100644
--- a/docs/master/admin/traffic_ops/using.html
+++ b/docs/master/admin/traffic_ops/using.html
@@ -734,51 +734,6 @@ To set the qstring without the use of regex remap, or for further options, see <
 <div class="section" id="delivery-service-types">
 <span id="rl-ds-types"></span><span id="index-4"></span><h3>Delivery Service Types<a class="headerlink" href="#delivery-service-types" title="Permalink to this headline">ΒΆ</a></h3>
 <p>One of the most important settings when creating the delivery service is the selection of the delivery service <em>type</em>. This type determines the routing method and the primary storage for the delivery service.</p>
-<table border="1" class="docutils">
-<colgroup>
-<col width="5%" />
-<col width="95%" />
-</colgroup>
-<thead valign="bottom">
-<tr class="row-odd"><th class="head">Name</th>
-<th class="head">Description</th>
-</tr>
-</thead>
-<tbody valign="top">
-<tr class="row-even"><td>HTTP</td>
-<td>HTTP Content Routing  - The Traffic Router DNS auth server returns its own IP address on DNS queries, and the client gets redirected to a specific cache
-in the nearest cache group using HTTP 302.  Use this for long sessions like HLS/HDS/Smooth live streaming, where a longer setup time is not a.
-problem.</td>
-</tr>
-<tr class="row-odd"><td>DNS</td>
-<td>DNS Content Routing - The Traffic Router DNS auth server returns an edge cache IP address to the client right away. The client will find the cache quickly
-but the Traffic Router can not route to a cache that already has this content in the cache group. Use this for smaller objects like web page images / objects.</td>
-</tr>
-<tr class="row-even"><td>HTTP_NO_CACHE</td>
-<td>HTTP Content Routing, but the caches will not actually cache the content, they act as just proxies. The MID tier is bypassed.</td>
-</tr>
-<tr class="row-odd"><td>HTTP_LIVE</td>
-<td>HTTP Content routing, but where for &#8220;standard&#8221; HTTP content routing the objects are stored on disk, for this delivery service type the objects are stored
-on the RAM disks. Use this for linear TV. The MID tier is bypassed for this type.</td>
-</tr>
-<tr class="row-even"><td>HTTP_LIVE_NATNL</td>
-<td>HTTP Content routing, same as HTTP_LIVE, but the MID tier is NOT bypassed.</td>
-</tr>
-<tr class="row-odd"><td>DNS_LIVE_NATNL</td>
-<td>DNS Content routing, but where for &#8220;standard&#8221; DNS content routing the objects are stored on disk, for this delivery service type the objects are stored
-on the RAM disks. Use this for linear TV. The MID tier is NOT bypassed for this type.</td>
-</tr>
-<tr class="row-even"><td>DNS_LIVE</td>
-<td>DNS Content routing, same as DNS_LIVE_NATNL, but the MID tier is bypassed.</td>
-</tr>
-<tr class="row-odd"><td>ANY_MAP</td>
-<td>ANY_MAP is not known to Traffic Router. For this deliveryservice, the &#8220;Raw remap text&#8221; field in the input form will be used as the remap line on the cache.</td>
-</tr>
-<tr class="row-even"><td>STEERING</td>
-<td>The Delivery Service will be used to route to other delivery services. The target delivery services and the routing weights for those delivery services will be defined by an admin or steering user. For more information see the <a class="reference external" href="../traffic_router.html#steering-feature">steering feature</a> documentation</td>
-</tr>
-</tbody>
-</table>
 <div class="admonition note">
 <p class="first admonition-title">Note</p>
 <p class="last">Once created, the Traffic Ops user interface does not allow you to change the delivery service type; the drop down is greyed out. There are many things that can go wrong when changing the type, and it is safer to delete the delivery service, and recreate it.</p>