From d6cd69896b26c9b1c46ca3f2bea95549bca6a0d3 Mon Sep 17 00:00:00 2001 From: Abdelmuhaimen Seaudi Date: Thu, 25 Jul 2019 18:08:13 +0000 Subject: Add the vDNS CBA in the CDS source Issue-ID: CCSDK-1533 Signed-off-by: Abdelmuhaimen Seaudi Change-Id: Ie821dec3de708a529b291cb07690d4df2df9d488 Signed-off-by: Abdelmuhaimen Seaudi --- .../service-blueprint/vLB/Definitions/relationship_types.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 components/model-catalog/blueprint-model/service-blueprint/vLB/Definitions/relationship_types.json (limited to 'components/model-catalog/blueprint-model/service-blueprint/vLB/Definitions/relationship_types.json') diff --git a/components/model-catalog/blueprint-model/service-blueprint/vLB/Definitions/relationship_types.json b/components/model-catalog/blueprint-model/service-blueprint/vLB/Definitions/relationship_types.json new file mode 100644 index 000000000..027bfc0fc --- /dev/null +++ b/components/model-catalog/blueprint-model/service-blueprint/vLB/Definitions/relationship_types.json @@ -0,0 +1,9 @@ +{ + "relationship_types" : { + "tosca.relationships.ConnectsTo" : { + "description" : "Relationship tosca.relationships.ConnectsTo", + "version" : "1.0.0", + "derived_from" : "tosca.relationships.Root" + } + } +} \ No newline at end of file -- cgit 1.2.3-korg