Repository: incubator-trafficcontrol
Updated Branches:
  refs/heads/master 910e47448 -> d30db2949


adds trafficserver package to profile 100


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

Branch: refs/heads/master
Commit: 2b1fe2562a2c9a464cb5f54e66cd13a00a87b54c
Parents: 910e474
Author: Derek Gelinas <[email protected]>
Authored: Tue Jul 11 15:39:40 2017 +0000
Committer: Dan Kirkwood <[email protected]>
Committed: Wed Jul 12 12:17:04 2017 -0600

----------------------------------------------------------------------
 traffic_ops/app/lib/Fixtures/Parameter.pm        | 9 +++++++++
 traffic_ops/app/lib/Fixtures/ProfileParameter.pm | 7 +++++++
 2 files changed, 16 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/2b1fe256/traffic_ops/app/lib/Fixtures/Parameter.pm
----------------------------------------------------------------------
diff --git a/traffic_ops/app/lib/Fixtures/Parameter.pm 
b/traffic_ops/app/lib/Fixtures/Parameter.pm
index 8e2c0c6..51e330c 100644
--- a/traffic_ops/app/lib/Fixtures/Parameter.pm
+++ b/traffic_ops/app/lib/Fixtures/Parameter.pm
@@ -569,6 +569,15 @@ my %definition_for = (
                        value       => 852,
                },
        },
+       'package_trafficserver' => {
+               new   => 'Parameter',
+               using => {
+                       id          => 66,
+                       name        => 'trafficserver',
+                       config_file => 'package',
+                       value       => '5.3.2-765.f4354b9.el7.centos.x86_64',
+               },
+       },
 );
 
 sub get_definition {

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/2b1fe256/traffic_ops/app/lib/Fixtures/ProfileParameter.pm
----------------------------------------------------------------------
diff --git a/traffic_ops/app/lib/Fixtures/ProfileParameter.pm 
b/traffic_ops/app/lib/Fixtures/ProfileParameter.pm
index 01d9005..2f25fc5 100644
--- a/traffic_ops/app/lib/Fixtures/ProfileParameter.pm
+++ b/traffic_ops/app/lib/Fixtures/ProfileParameter.pm
@@ -817,6 +817,13 @@ my %definition_for = (
             parameter => 61,
         },
     },
+    'edge1_package_trafficserver' => {
+        new   => 'ProfileParameter',
+        using => {
+            profile   => 100,
+            parameter => 66,
+        },
+    },
 );
 
 sub get_definition {

Reply via email to