summaryrefslogtreecommitdiffstats
path: root/resource-assignment/provider/src/test/resources/sql/data.sql
diff options
context:
space:
mode:
Diffstat (limited to 'resource-assignment/provider/src/test/resources/sql/data.sql')
-rw-r--r--resource-assignment/provider/src/test/resources/sql/data.sql40
1 files changed, 20 insertions, 20 deletions
diff --git a/resource-assignment/provider/src/test/resources/sql/data.sql b/resource-assignment/provider/src/test/resources/sql/data.sql
index 2214bce7..f840a232 100644
--- a/resource-assignment/provider/src/test/resources/sql/data.sql
+++ b/resource-assignment/provider/src/test/resources/sql/data.sql
@@ -3,7 +3,7 @@
-- openECOMP : SDN-C
-- ================================================================================
-- Copyright (C) 2017 ONAP Intellectual Property. All rights
--- reserved.
+-- reserved.
-- ================================================================================
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except in compliance with the License.
@@ -34,10 +34,10 @@ VALUES (
'service-speed-kbps', '0.6 * max-server-speed * number-primary-servers', 'max-server-speed * number-primary-servers');
INSERT INTO RESOURCE_RULE (
- resource_name, service_model, end_point_position, service_expression, equipment_level,
+ resource_name, service_model, end_point_position, service_expression, equipment_level,
equipment_expression, allocation_expression, soft_limit_expression, hard_limit_expression)
VALUES (
- 'Connection', 'L3SDN', 'VCE-Cust', 'true', 'Server',
+ 'Connection', 'L3SDN', 'VCE-Cust', 'true', 'Server',
'true', '1', '40', '40');
INSERT INTO RESOURCE_RULE (
@@ -48,51 +48,51 @@ VALUES (
'service-speed-kbps', '0.5 * max-port-speed', '0.9 * max-port-speed');
INSERT INTO RESOURCE_RULE (
- resource_name, service_model, end_point_position, service_expression,
+ resource_name, service_model, end_point_position, service_expression,
equipment_level, equipment_expression, allocation_expression, soft_limit_expression, hard_limit_expression)
VALUES (
- 'Bandwidth', 'L3AVPN-EVC', 'VPE-Cust', 'true', 'Port', 'true', 'service-speed-kbps', '8000000', '8000000');
+ 'Bandwidth', 'L3AVPN-EVC', 'VPE-Cust', 'true', 'Port', 'true', 'service-speed-kbps', '8000000', '8000000');
INSERT INTO RESOURCE_RULE (
- resource_name, service_model, end_point_position, service_expression,
+ resource_name, service_model, end_point_position, service_expression,
equipment_level, equipment_expression, allocation_expression, soft_limit_expression, hard_limit_expression)
VALUES (
- 'Connection', 'L3AVPN-EVC', 'VPE-Cust', 'true', 'Port', 'true', '1', '200', '200');
+ 'Connection', 'L3AVPN-EVC', 'VPE-Cust', 'true', 'Port', 'true', '1', '200', '200');
INSERT INTO RESOURCE_RULE (
- resource_name, service_model, end_point_position, service_expression,
+ resource_name, service_model, end_point_position, service_expression,
equipment_level, equipment_expression, allocation_expression, soft_limit_expression, hard_limit_expression)
VALUES (
- 'Bandwidth', 'L3AVPN-PORT', 'VPE-Cust', 'true', 'Port', 'true', 'service-speed-kbps', '8000000', '8000000');
+ 'Bandwidth', 'L3AVPN-PORT', 'VPE-Cust', 'true', 'Port', 'true', 'service-speed-kbps', '8000000', '8000000');
insert into RESOURCE_THRESHOLD (
- resource_rule_id, threshold_expression, threshold_message)
+ resource_rule_id, threshold_expression, threshold_message)
values (
- (select resource_rule_id from RESOURCE_RULE where resource_name = 'Bandwidth' and equipment_level = 'Server'),
+ (select resource_rule_id from RESOURCE_RULE where resource_name = 'Bandwidth' and equipment_level = 'Server'),
'0.5 * max-server-speed * number-primary-servers',
'The provisioned access bandwidth is at or exceeds 50% of the total server capacity.');
insert into RESOURCE_THRESHOLD (
- resource_rule_id, threshold_expression, threshold_message)
+ resource_rule_id, threshold_expression, threshold_message)
values (
- (select resource_rule_id from RESOURCE_RULE where resource_name = 'Bandwidth' and equipment_level = 'Server'),
+ (select resource_rule_id from RESOURCE_RULE where resource_name = 'Bandwidth' and equipment_level = 'Server'),
'0.7 * max-server-speed * number-primary-servers',
'The provisioned access bandwidth is at or exceeds 70% of the total server capacity.');
INSERT INTO RANGE_RULE (
- range_name, service_model, end_point_position, equipment_level, min_value, max_value)
+ range_name, service_model, end_point_position, equipment_level, min_value, max_value)
VALUES (
- 'subinterface-id', 'L3AVPN-EVC', 'VPE-Cust', 'Port', 100, 3999);
+ 'subinterface-id', 'L3AVPN-EVC', 'VPE-Cust', 'Port', 100, 3999);
INSERT INTO RANGE_RULE (
- range_name, service_model, end_point_position, equipment_level, min_value, max_value)
+ range_name, service_model, end_point_position, equipment_level, min_value, max_value)
VALUES (
- 'vlan-id-inner', 'L3AVPN-EVC', 'VPE-Cust', 'Port', 2, 4091);
+ 'vlan-id-inner', 'L3AVPN-EVC', 'VPE-Cust', 'Port', 2, 4091);
INSERT INTO RANGE_RULE (
- range_name, service_model, end_point_position, equipment_level, min_value, max_value)
+ range_name, service_model, end_point_position, equipment_level, min_value, max_value)
VALUES (
- 'bundle-id', 'L3AVPN-PORT', 'VPE-Cust', 'Port', 1, 99999);
+ 'bundle-id', 'L3AVPN-PORT', 'VPE-Cust', 'Port', 1, 99999);
INSERT INTO MAX_PORT_SPEED (
image_file_name, end_point_position, interface_name, max_speed, unit)
@@ -116,5 +116,5 @@ VALUES ('ALL', 10000, 500, 'Mbps', 'Max speed, when there are 21 or more EVC on
INSERT INTO PARAMETERS (name, value, category, memo)
VALUES ('homing.pserver.sparing.ratio', '1:1', 'homing',
- 'Ratio of primary to backup servers within any of the AIC sites. Used in RA to calculate the max allowed bw in an AIC site.');
+ 'Ratio of primary to backup servers within any of the AIC sites. Used in RA to calculate the max allowed bw in an AIC site.');