diff options
author | Ittay Stern <ittay.stern@att.com> | 2019-05-21 19:38:54 +0300 |
---|---|---|
committer | Ittay Stern <ittay.stern@att.com> | 2019-05-21 20:09:26 +0300 |
commit | bd092f8f06b2673d6748ed9c2f2d2f8f9ebc160d (patch) | |
tree | 23c2191179d7851b4d46e3a1b078fa3c07afd78f /vid-app-common/src/main | |
parent | f3d760ed3c86438af0ec55e5683ad07902bf279b (diff) |
Support service models with policy
Upgrade sdc-tosca to 1.5.1
Issue-ID: VID-481
Change-Id: I75f0df4cae73257fc6aa58b9f5f627901c2c61c5
Signed-off-by: Ittay Stern <ittay.stern@att.com>
Diffstat (limited to 'vid-app-common/src/main')
-rw-r--r-- | vid-app-common/src/main/resources/sdcservices.json | 14 | ||||
-rw-r--r-- | vid-app-common/src/main/resources/vLoadBalancerMS-with-policy.TOSCA.zip | bin | 0 -> 127525 bytes |
2 files changed, 14 insertions, 0 deletions
diff --git a/vid-app-common/src/main/resources/sdcservices.json b/vid-app-common/src/main/resources/sdcservices.json index 965c9cebd..12142aa9b 100644 --- a/vid-app-common/src/main/resources/sdcservices.json +++ b/vid-app-common/src/main/resources/sdcservices.json @@ -71,6 +71,20 @@ "resources": null }, { + "uuid": "3f6bd9e9-0942-49d3-84e8-6cdccd6de339", + "invariantUUID": "5461e83e-0b2a-465d-ab45-9d731894afd9", + "name": "vLoadBalancerMS", + "version": "1.0", + "toscaModelURL": "./vLoadBalancerMS-with-policy.TOSCA.zip", + "category": "Network L4+", + "lifecycleState": "CERTIFIED", + "lastUpdaterUserId": "demo", + "lastUpdaterFullName": null, + "distributionStatus": "DISTRIBUTED", + "artifacts": null, + "resources": null + }, + { "uuid": "90fe6842-aa76-4b68-8329-5c86ff564407", "invariantUUID": "0311f998-9268-4fd6-bbba-afff15087b72", "name": "4-27_vMME_Service", diff --git a/vid-app-common/src/main/resources/vLoadBalancerMS-with-policy.TOSCA.zip b/vid-app-common/src/main/resources/vLoadBalancerMS-with-policy.TOSCA.zip Binary files differnew file mode 100644 index 000000000..ef77d2515 --- /dev/null +++ b/vid-app-common/src/main/resources/vLoadBalancerMS-with-policy.TOSCA.zip |