ocket8888 commented on a change in pull request #3040: CIAB: Make the socks container optional URL: https://github.com/apache/trafficcontrol/pull/3040#discussion_r239271237
########## File path: docs/source/admin/quick_howto/ciab.rst ########## @@ -109,16 +171,96 @@ The "enroller" provides an efficient way for Traffic Ops to be populated with da The enroller runs within CDN in a Box using the ``-dir <dir>`` switch which provides the above behavior. It can also be run using the ``-http :<port>`` switch to instead have it listen on the indicated port. In this case, it accepts only POST requests with the JSON provided using the POST JSON method, e.g. ``curl -X POST https://enroller/api/1.4/regions -d @newregion.json``. CDN in a Box does not currently use this method, but may be modified in the future to avoid using the shared volume approach. +Mock Origin Service +------------------- +The default "origin" service container provides a basic static file HTTP server as the central respository for content. Additional files can be added to the origin root content directory located at ``infrastructure/cdn-in-a-box/origin/content``. To request content directly from the origin directly and bypass the CDN: -The Test Client ---------------- -The "testclient" service is an optional extension to CDN in a Box which provides several more user-friendly interfaces to the CDN network. Specifically it contains: +* Origin Service URL: http://origin.infra.ciab.test/index.html +* Docker Host: http://localhost:9200/index.html + +.. _ciab-optional-containers: + +Optional Containers +=================== + +All optional containers that are not part of the core CDN-in-a-Box stack are located in the ``infrastructure/cdn-in-a-box/optional`` directory. + +.. code-block:: shell Review comment: Maybe this should be `text` syntax? It's not really valid shell commands, and I don't think any highlighting really makes sense. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
