You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by mi...@apache.org on 2018/11/06 20:09:19 UTC

[trafficcontrol] 02/02: fix cdn-in-a-box json for client code changes

This is an automated email from the ASF dual-hosted git repository.

mitchell852 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git

commit 4368cb4d5e8c21ae406700351bd48614f674fa31
Author: Dan Kirkwood <da...@apache.org>
AuthorDate: Tue Nov 6 10:59:32 2018 -0700

    fix cdn-in-a-box json for client code changes
---
 .../deliveryservices/010-ciab.json                 |  1 -
 .../traffic_ops_data/profiles/060-GLOBAL.json      | 48 ----------------------
 2 files changed, 49 deletions(-)

diff --git a/infrastructure/cdn-in-a-box/traffic_ops_data/deliveryservices/010-ciab.json b/infrastructure/cdn-in-a-box/traffic_ops_data/deliveryservices/010-ciab.json
index 32d95d0..8cf57eb 100644
--- a/infrastructure/cdn-in-a-box/traffic_ops_data/deliveryservices/010-ciab.json
+++ b/infrastructure/cdn-in-a-box/traffic_ops_data/deliveryservices/010-ciab.json
@@ -17,7 +17,6 @@
     "multiSiteOrigin": false,
     "missLat": 42.0,
     "missLong": -88.0,
-    "profileName": "",
     "qstringIgnore": 0,
     "rangeRequestHandling": 0,
     "regionalGeoBlocking": false,
diff --git a/infrastructure/cdn-in-a-box/traffic_ops_data/profiles/060-GLOBAL.json b/infrastructure/cdn-in-a-box/traffic_ops_data/profiles/060-GLOBAL.json
deleted file mode 100644
index cfc309f..0000000
--- a/infrastructure/cdn-in-a-box/traffic_ops_data/profiles/060-GLOBAL.json
+++ /dev/null
@@ -1,48 +0,0 @@
-{
-  "cdnName": "ALL",
-  "name": "GLOBAL",
-  "type": "UNK_PROFILE",
-  "description": "Global Traffic Ops profile, DO NOT DELETE",
-  "params": [
-    {
-      "configFile": "global",
-      "name": "tm.url",
-      "value": "https://trafficops.infra.ciab.test:443/"
-    },
-    {
-      "configFile": "global",
-      "name": "tm.logourl",
-      "value": "/images/tc_logo.png"
-    },
-    {
-      "configFile": "global",
-      "name": "tm.instance_name",
-      "value": "CDN-In-A-Box"
-    },
-    {
-      "configFile": "global",
-      "name": "tm.toolname",
-      "value": "Traffic Ops"
-    },
-    {
-      "configFile": "global",
-      "name": "use_reval_pending",
-      "value": "0"
-    },
-    {
-      "configFile": "global",
-      "name": "use_tenancy",
-      "value": "1"
-    },
-    {
-      "configFile": "global",
-      "name": "default_geo_miss_latitude",
-      "value": "0"
-    },
-    {
-      "configFile": "global",
-      "name": "default_geo_miss_longitude",
-      "value": "-1"
-    }
-  ]
-}