CDN in a Box Documentation#2954
Conversation
|
Refer to this link for build results (access rights to CI server needed): |
|
Refer to this link for build results (access rights to CI server needed): |
There was a problem hiding this comment.
Why not just a top-level "CDN in a Box" section alongside TO/TP? Burying it in an "Other" section makes it harder to find.
There was a problem hiding this comment.
I just didn't think there would be enough content to rival those, and I figured that tutorials that weren't directly in the scope of a TC component would be grouped under "Other". I'm not particularly attached to the organization method there.
There was a problem hiding this comment.
I'd say that the sections that are in there today don't really make sense either, especially since we've deprecated the Perl UI. They're just guides on how to use new stuff/features, lumped under the category of whichever UI was used at the time of implementation I'm guessing. I think CIAB is worthy of being at least alongside those. "Other" will just become a dumping ground of random stuff that should really be categorized into something better.
There was a problem hiding this comment.
I'll make it top-level. Once I finish with my API format overhaul, I'll start working on the how-to guides, and eventually nothing will be under "Traffic Ops", so every distinct guide can be its own top-level entry
There was a problem hiding this comment.
docker-compose exec enroller /usr/bin/curl -L http://video.demo1.mycdn.ciab.test will accomplish the same and is a bit easier to digest.
There was a problem hiding this comment.
I actually didn't know that. I'm thinking I should keep the sudo, because most default Docker installs don't automatically set any particular user's permissions such that they are able to access the dockerd without it
There was a problem hiding this comment.
if another docker-compose file is needed in addition to the default one, each must be on the cmd line with its own -f:
docker-compose -f docker-compose.yml -f docker-compose.testclient.yml up -d
|
Refer to this link for build results (access rights to CI server needed): |
|
Refer to this link for build results (access rights to CI server needed): |
|
Refer to this link for build results (access rights to CI server needed): |
What does this PR do?
Adds documentation for the CDN in a Box project, updates
infrastructure/cdn-in-a-box/README.mdand minor fixes to a Dockerfile in ciab as well as removing now-unused recipes from the ciab MakefileWhich TC components are affected by this PR?
What is the best way to verify this PR?
Build RPMs with the cdn-in-a-box makefile, build the docs, and read them and the README to make sure everything makes sense.
Check all that apply