summaryrefslogtreecommitdiffstats
path: root/common/onap-sdc-artifact-generator-lib/onap-sdc-artifact-generator-test/src/main/resources/resource-AllottedResource-template_WithDupL3Network.yml
blob: c80e7019139653a339e4842518750e121d3c971e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
#_______________________________________________________________________________________________________________________________________
 #|                                    					    AT&T Proprietary (Restricted)           									 |
 #|                                     Only for use by authorized individuals or any above-designated team(s)                            |
 #|                                          within the AT&T companies and not for general distribution      							 |
 #|_______________________________________________________________________________________________________________________________________|
tosca_definitions_version: tosca_simple_yaml_1_0
metadata:
  invariantUUID: a54a5235-b69d-4f8a-838b-d011e6783fa5
  UUID: f32afdc3-6308-4f0c-a476-0d39c8a1fb4d
  name: Allotted Resource
  description: This is a VF - Allotted resource
  type: VF
  category: Allotted Resource
  subcategory: Allotted Resource
  resourceVendor: '1'
  resourceVendorRelease: '1'
imports:
- Alloted resource:
    file: resource-AllotedResource-template.yml
topology_template:
  node_templates:
    Alloted resource 1:
      type: org.openecomp.resource.vfc.AllottedResource
      metadata:
        invariantUUID: 666b409b-5614-41a8-945e-a53d68f5d439
        UUID: df0c1c4d-1756-4b2a-998e-73f9f4d77afa
        version: '1.0'
        name: Alloted resource
        description: This is a VFC- Allotted resource
        type: VFC
        category: Allotted Resource
        subcategory: Allotted Resource
      properties:
        role: name
        ecomp_naming:
          naming_policy: test
          ecomp_generated_naming: false
          supplemental_data:
            Key1: key1
        providing_service_invariant_uuid: 34a4d119-06bc-4ab4-8c5a-a498d638297c
        min_instances: 1
        max_instances: 1
        providing_service_uuid: e14a509f-b611-4b30-b38c-bc7f11b679aa
        providing_service_name: vVIGaaS
        ecomp_homing:
          instance_node_target: Test
          homing_policy: Test
          supplemental_data:
            Key: key
          ecomp_selected_instance_node_target: false
  substitution_mappings:
    node_type: org.openecomp.resource.vf.AllottedResource
    capabilities:
      Alloted resource 1.feature:
        type: tosca.capabilities.Node
        occurrences:
        - 1
        - UNBOUNDED
    requirements:
      Alloted resource 1.dependency:
        occurrences:
        - 0
        - UNBOUNDED
        capability: tosca.capabilities.Node
        node: tosca.nodes.Root
        relationship: tosca.relationships.DependsOn
      Alloted resource 1.service_dependency:
        occurrences:
        - 1
        - 1
        capability: org.openecomp.capabilities.AllottedResource
        node: tosca.services.Root
        relationship: tosca.relationships.DependsOn
#_______________________________________________________________________________________________________________________________________
 #|                                    					    AT&T Proprietary (Restricted)           									 |
 #|                                     Only for use by authorized individuals or any above-designated team(s)                            |
 #|                                          within the AT&T companies and not for general distribution      							 |
 #|_______________________________________________________________________________________________________________________________________|
n class="nt"></version> <exclusions> <exclusion> <groupId>javax.ws.rs</groupId> <artifactId>jsr311-api</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>io.swagger</groupId> <artifactId>swagger-annotations</artifactId> <version>${swagger.version}</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-annotations</artifactId> <version>${jackson.annotations.version}</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.dataformat</groupId> <artifactId>jackson-dataformat-xml</artifactId> <version>${jackson.dataformat.version}</version> </dependency> <dependency> <groupId>org.codehaus.woodstox</groupId> <artifactId>woodstox-core-asl</artifactId> <version>${woodstox.version}</version> </dependency> <!--dependency> <groupId>org.openecomp.sdc</groupId> <artifactId>openecomp-sdc-vendor-software-product-manager</artifactId> <version>${project.version}</version> </dependency--> <dependency> <groupId>com.sun.jersey.contribs</groupId> <artifactId>jersey-multipart</artifactId> <version>${jersey.multipart.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.openecomp.sdc</groupId> <artifactId>openecomp-sdc-common-rest</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.openecomp.sdc.onboarding</groupId> <artifactId>vendor-software-products-rest-types</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.openecomp.sdc</groupId> <artifactId>openecomp-sdc-activity-log-manager</artifactId> <version>${project.version}</version> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <configuration> <includes> <include>test/core/unittest/offline/**</include> </includes> <skipTests>true</skipTests> </configuration> </plugin> <!-- Error codes generator plugin --> <!--plugin> <groupId>org.openecomp.nfv.tools</groupId> <artifactId>error-codes-maven-plugin</artifactId> </plugin--> </plugins> </build> </project>