Rename packages from openecomp to onap.
[sdc.git] / common / onap-sdc-artifact-generator-lib / onap-sdc-artifact-generator-test / src / main / resources / CMAUI_VFInvalidFormat.yaml
1 tosca_definitions_version: tosca_simple_profile_for_ecomp_1_0
2
3 description: vMMSC VF Topology Template
4
5 metadata:
6   invariantUUID: dd4f3d68-1223-4a97-127c-11ab729d4da2 # generated by ASDC
7   UUID: 2a14db52-5116-d3af-1240-1236221cab8d # generated by ASDC
8   name: CMAUI VF
9   description: CMAUI MMSC VF
10   type: VF
11   category: Mobility
12   subCategory: MMSC
13   vendor: Nokia
14   vendorVersion: 5.0.2.5.37
15
16   
17  # reference to template definitions
18 imports:
19   - tosca_simple_profile_for_ecomp_1_0.yml
20   
21 topology_template:
22   
23    # This section provides the parameters which OPENECOMP is not providing values to during instantiation.
24    # It is expected that node template parameters which are not mapped to the Inputs section recieve value from OPENECOMP
25    # during the orchestration
26
27   inputes: 
28     
29   node_templates:
30
31     vCMAUI: # vMMSC VFC
32       type: org.openecomp.resource.vfc.Generic
33
34       metadata:
35         invariantUUID: 0a258d08-2223-4a97-127c-11ab729d2bc3
36         UUID: 7214db52-1216-3aaf-1240-a236221ca404
37         version: 1.0
38         name: vMMC VFC
39         description:
40         type: VFC
41         category: Generic
42         subCategory: Generic_VFC
43         vendor: Nokia
44         vendorVersion: 6.0.2.14
45
46       properties:
47         vfc_ecomp_name: true
48         vfc_instance_name: # to be set by OPENECOMP during instantiation
49         vfc_type_tag:  # from HEAT ENV
50         vfc_description: vCMAUI VFC
51         vfc_image_name: cmaui-5.0.2.5_v37.qcow2 # from HEAT / HEAT ENV
52         vfc_availability_zone: 
53
54
55       capabilities:
56         nfv_compute:
57           properties:
58             vfc_flavor: cmaui_flavor # from HEAT ENV
59         scaling:
60           properties:
61             min_instances: 2
62             max_instances: 2
63
64     cmaui_oam:
65       type: org.openecomp.cp.OAM
66       
67       metadata:
68         invariantUUID: 553f8d08-2223-4a97-127c-11ab729d1234 # generated by ASDC
69         UUID: ab14db52-2116-a3af-1240-a236221ca82a # generated by ASDC
70         version: 1.0 # set by ASDC
71         name: OAM CP
72         description: OAM CP
73         type: CP
74         category: CP
75         vendor: AT&T
76       
77       properties:
78         address_Info:
79           ip_address:  # provided by OPENECOMP (SDNC)
80       
81
82
83   policies:
84      # Placement policy
85     - mmsc_anti_affinity_placement_policy:
86       type: org.openecomp.policy.Placement
87
88       properties:
89         conatiner_type: compute
90         policy: anti_affinity
91
92       target: [ vMMSC ]