From 3cbc1d90447366b9c8e7e6ae9affccf7ccb51a5d Mon Sep 17 00:00:00 2001 From: Dewayne Richardson Date: Thu, 15 Jun 2017 13:51:25 -0600 Subject: [PATCH 1/5] fixed typo --- docs/source/admin/traffic_ops/using.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/admin/traffic_ops/using.rst b/docs/source/admin/traffic_ops/using.rst index 84f13eb8d2..6e2298fc88 100644 --- a/docs/source/admin/traffic_ops/using.rst +++ b/docs/source/admin/traffic_ops/using.rst @@ -85,9 +85,9 @@ The following tabs are available in the menu at the top of the Traffic Ops user +=====================+=====================================================================================================================================================================+ | Global Profile | The table of global parameters. See :ref:`rl-param-prof`. This is where you Create/Read/Update/Delete parameters in the Global profile | +---------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | All Cache Groups | The table of all parameters *that are assgined to a cachegroup* - this may be slow to pull up, as there can be thousands of parameters. | + | All Cache Groups | The table of all parameters *that are assigned to a cachegroup* - this may be slow to pull up, as there can be thousands of parameters. | +---------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | All Profiles | The table of all parameters *that are assgined to a profile* - this may be slow to pull up, as there can be thousands of parameters. | + | All Profiles | The table of all parameters *that are assigned to a profile* - this may be slow to pull up, as there can be thousands of parameters. | +---------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | Select Profile | Select the parameter list by profile first, then get a table of just the parameters for that profile. | +---------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------+ From 4e2d4fb4ee3763ec23ee935de465657e8bb34ab3 Mon Sep 17 00:00:00 2001 From: Dewayne Richardson Date: Thu, 15 Jun 2017 14:02:33 -0600 Subject: [PATCH 2/5] added import and export description --- docs/source/admin/traffic_ops/using.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/source/admin/traffic_ops/using.rst b/docs/source/admin/traffic_ops/using.rst index 6e2298fc88..4fec708b28 100644 --- a/docs/source/admin/traffic_ops/using.rst +++ b/docs/source/admin/traffic_ops/using.rst @@ -91,6 +91,10 @@ The following tabs are available in the menu at the top of the Traffic Ops user +---------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | Select Profile | Select the parameter list by profile first, then get a table of just the parameters for that profile. | +---------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + | Export Profile | Profiles can be exported from one Traffic Ops instance to another using 'Select Profile' and under the "Profile Details" dialog for the desired profile | + +---------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + | Import Profile | Profiles can be imported from one Traffic Ops instance to another using the button "Import Profile" after using the "Export Profile" feature | + +---------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | Orphaned Parameters | A table of parameters that are not associated to any profile of cache group. These parameters either should be deleted or associated with a profile of cache group. | +---------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------+ From 2ae4e380b3819d7b2e19f968c0473b62d08d57d1 Mon Sep 17 00:00:00 2001 From: Dewayne Richardson Date: Thu, 15 Jun 2017 14:10:04 -0600 Subject: [PATCH 3/5] made the cache group parameters doc ref unique --- .../development/traffic_ops_api/v12/cachegroup_parameter.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/development/traffic_ops_api/v12/cachegroup_parameter.rst b/docs/source/development/traffic_ops_api/v12/cachegroup_parameter.rst index 9f4d58cf54..1872c517a3 100644 --- a/docs/source/development/traffic_ops_api/v12/cachegroup_parameter.rst +++ b/docs/source/development/traffic_ops_api/v12/cachegroup_parameter.rst @@ -13,7 +13,7 @@ .. limitations under the License. .. -.. _to-api-v12-profileparameters: +.. _to-api-v12-cachegroupparameters: Cache Group parameters From f59033f97767b23aefd20dc85523d9e037b986ae Mon Sep 17 00:00:00 2001 From: Dewayne Richardson Date: Thu, 15 Jun 2017 14:43:39 -0600 Subject: [PATCH 4/5] added default profiles documentation --- docs/source/admin/index.rst | 1 + .../admin/traffic_ops/default_profiles.rst | 53 +++++++++++++++++++ .../source/admin/traffic_ops/installation.rst | 2 +- 3 files changed, 55 insertions(+), 1 deletion(-) create mode 100644 docs/source/admin/traffic_ops/default_profiles.rst diff --git a/docs/source/admin/index.rst b/docs/source/admin/index.rst index 5e11b45725..18a36ce001 100644 --- a/docs/source/admin/index.rst +++ b/docs/source/admin/index.rst @@ -35,6 +35,7 @@ Once everything is installed, you will need to configure the servers to talk to :maxdepth: 3 traffic_ops/installation.rst + traffic_ops/default_profiles.rst traffic_ops/migration_from_10_to_20.rst traffic_ops/configuration.rst traffic_ops/using.rst diff --git a/docs/source/admin/traffic_ops/default_profiles.rst b/docs/source/admin/traffic_ops/default_profiles.rst new file mode 100644 index 0000000000..9b629be7e1 --- /dev/null +++ b/docs/source/admin/traffic_ops/default_profiles.rst @@ -0,0 +1,53 @@ +.. +.. +.. Licensed under the Apache License, Version 2.0 (the "License"); +.. you may not use this file except in compliance with the License. +.. You may obtain a copy of the License at +.. +.. http://www.apache.org/licenses/LICENSE-2.0 +.. +.. Unless required by applicable law or agreed to in writing, software +.. distributed under the License is distributed on an "AS IS" BASIS, +.. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +.. See the License for the specific language governing permissions and +.. limitations under the License. +.. + +.. index:: + Traffic Ops - Default Profiles + +.. _rl-to-default-profiles: + +Traffic Ops - Default Profiles +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +Traffic Ops has the concept of :ref:`rl-working-with-profiles`, which are an integral function within Traffic Ops. To get started, a set of default Traffic Ops profiles need to be imported into Traffic Ops +to get started to support Traffic Control components Traffic Router, Traffic Monitor, and Apache Traffic Server. + +`Download Default Profiles from here `_ + +.. _rl-to-profiles-min-needed: + +Minimum Traffic Ops Profiles needed +----------------------------------- + * EDGE_ATS___PROFILE.traffic_ops + * MID_ATS___PROFILE.traffic_ops + * TRAFFIC_MONITOR_PROFILE.traffic_ops + * TRAFFIC_ROUTER_PROFILE.traffic_ops + * TRAFFIC_STATS_PROFILE.traffic_ops + + + +Steps to Import a Profile +------------------------- +1. Sign into Traffic Ops + +2. Navigate to 'Parameters->Select Profile' + +3. Click the "Import Profile" button at the bottom + +4. Choose the specific profile you want to import from your download directory + +5. Click 'Submit' + +6. Continue these steps for each :ref:`rl-to-profiles-min-needed` above diff --git a/docs/source/admin/traffic_ops/installation.rst b/docs/source/admin/traffic_ops/installation.rst index d6d9b9c437..e90595f125 100644 --- a/docs/source/admin/traffic_ops/installation.rst +++ b/docs/source/admin/traffic_ops/installation.rst @@ -231,7 +231,7 @@ To upgrade: 1. Enter the following command:``service traffic_ops stop`` 2. Enter the following command:``yum upgrade traffic_ops`` -3. See :ref:`rl-ps` to run postinstall. +3. See :ref:`rl-to-install` to run postinstall. 4. Enter the following command:``service traffic_ops start`` From 58a84fc4bdc12cc4cb75569b6e2b08c0141d06cc Mon Sep 17 00:00:00 2001 From: Dewayne Richardson Date: Thu, 15 Jun 2017 14:56:22 -0600 Subject: [PATCH 5/5] added link to Default Profiles importing --- docs/source/admin/traffic_ops/installation.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/source/admin/traffic_ops/installation.rst b/docs/source/admin/traffic_ops/installation.rst index e90595f125..df89869a73 100644 --- a/docs/source/admin/traffic_ops/installation.rst +++ b/docs/source/admin/traffic_ops/installation.rst @@ -223,6 +223,10 @@ To begin the install: Traffic Ops is now installed! + +**To complete the Traffic Ops Setup See:** :ref:`rl-to-default-profiles` + + Upgrading Traffic Ops ===================== To upgrade: