From 2bc8ebda0282cf3a3941815eb2b29dc08d8772f9 Mon Sep 17 00:00:00 2001 From: Ittay Stern Date: Tue, 21 May 2019 19:38:54 +0300 Subject: Support service models with policy Upgrade sdc-tosca to 1.5.1 Issue-ID: VID-481 Cherry-picked from change: I75f0df4cae73257fc6aa58b9f5f627901c2c61c5 Signed-off-by: Ittay Stern Change-Id: I13d61050e819c1f65bf855f314e84406d35f1a9c --- vid-app-common/src/main/resources/sdcservices.json | 14 ++++++++++++++ .../resources/vLoadBalancerMS-with-policy.TOSCA.zip | Bin 0 -> 127525 bytes 2 files changed, 14 insertions(+) create mode 100644 vid-app-common/src/main/resources/vLoadBalancerMS-with-policy.TOSCA.zip (limited to 'vid-app-common/src/main/resources') 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 @@ -70,6 +70,20 @@ "artifacts": null, "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", 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 new file mode 100644 index 000000000..ef77d2515 Binary files /dev/null and b/vid-app-common/src/main/resources/vLoadBalancerMS-with-policy.TOSCA.zip differ -- cgit 1.2.3-korg