aboutsummaryrefslogtreecommitdiffstats
path: root/integration-tests/src/test/resources/Files/imports/tosca/group-types/groupTypes.yml
diff options
context:
space:
mode:
Diffstat (limited to 'integration-tests/src/test/resources/Files/imports/tosca/group-types/groupTypes.yml')
-rw-r--r--integration-tests/src/test/resources/Files/imports/tosca/group-types/groupTypes.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/integration-tests/src/test/resources/Files/imports/tosca/group-types/groupTypes.yml b/integration-tests/src/test/resources/Files/imports/tosca/group-types/groupTypes.yml
new file mode 100644
index 0000000000..fe1f21befa
--- /dev/null
+++ b/integration-tests/src/test/resources/Files/imports/tosca/group-types/groupTypes.yml
@@ -0,0 +1,9 @@
+tosca.groups.nfv.NsPlacementGroup:
+ derived_from: tosca.groups.Root
+ description: NsPlacementGroup is used for describing the affinity or anti-affinity relationship applicable between VNF instances created using different VNFDs, the Virtual Link instances created using different VLDs or the nested NS instances created using different NSDs when used in a NSD.
+ properties:
+ description:
+ type: string
+ description: Human readable description of the group
+ required: true
+ members: [tosca.nodes.nfv.VNF, tosca.nodes.nfv.NsVirtualLink, tosca.nodes.nfv.NS] \ No newline at end of file