aboutsummaryrefslogtreecommitdiffstats
path: root/common/onap-sdc-artifact-generator-lib/onap-sdc-artifact-generator-test/src/main/resources/CMAUI_VF.yaml
diff options
context:
space:
mode:
authorseshukm <seshu.kumar.m@huawei.com>2018-09-21 14:07:23 +0800
committerVitaly Emporopulo <Vitaliy.Emporopulo@amdocs.com>2018-09-25 16:25:04 +0000
commit7c4075a2edbefe4d564dd126584278d057b35e99 (patch)
tree08c8c4990d74e3890f1e1b67bc845ad235671370 /common/onap-sdc-artifact-generator-lib/onap-sdc-artifact-generator-test/src/main/resources/CMAUI_VF.yaml
parent2b7766dd6ecf6fc011c917a3e99cf538f8cfd6eb (diff)
remove the unwanted code
Change-Id: I6785a2a24e4508b23d8c8cc414f4421ce8c6a115 Issue-ID: SDC-1770 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Diffstat (limited to 'common/onap-sdc-artifact-generator-lib/onap-sdc-artifact-generator-test/src/main/resources/CMAUI_VF.yaml')
-rw-r--r--common/onap-sdc-artifact-generator-lib/onap-sdc-artifact-generator-test/src/main/resources/CMAUI_VF.yaml92
1 files changed, 0 insertions, 92 deletions
diff --git a/common/onap-sdc-artifact-generator-lib/onap-sdc-artifact-generator-test/src/main/resources/CMAUI_VF.yaml b/common/onap-sdc-artifact-generator-lib/onap-sdc-artifact-generator-test/src/main/resources/CMAUI_VF.yaml
deleted file mode 100644
index 72bbca9a61..0000000000
--- a/common/onap-sdc-artifact-generator-lib/onap-sdc-artifact-generator-test/src/main/resources/CMAUI_VF.yaml
+++ /dev/null
@@ -1,92 +0,0 @@
-tosca_definitions_version: tosca_simple_profile_for_ecomp_1_0
-
-description: vMMSC VF Topology Template
-
-metadata:
- invariantUUID: dd4f3d68-1223-4a97-127c-11ab729d4da2 # generated by ASDC
- UUID: 2a14db52-5116-d3af-1240-1236221cab8d # generated by ASDC
- name: CMAUI VF
- description: CMAUI MMSC VF
- type: VF
- category: Mobility
- subCategory: MMSC
- vendor: Nokia
- vendorVersion: 5.0.2.5.37
-
-
- # reference to template definitions
-imports:
- - tosca_simple_profile_for_ecomp_1_0.yml
-
-topology_template:
-
- # This section provides the parameters which OPENECOMP is not providing values to during instantiation.
- # It is expected that node template parameters which are not mapped to the Inputs section recieve value from OPENECOMP
- # during the orchestration
-
- inputes:
-
- node_templates:
-
- vCMAUI: # vMMSC VFC
- type: org.openecomp.resource.vfc.Generic
-
- metadata:
- invariantUUID: 0a258d08-2223-4a97-127c-11ab729d2bc3
- UUID: 7214db52-1216-3aaf-1240-a236221ca404
- version: 1.0
- name: vMMC VFC
- description:
- type: VFC
- category: Generic
- subCategory: Generic_VFC
- vendor: Nokia
- vendorVersion: 6.0.2.14
-
- properties:
- vfc_ecomp_name: true
- vfc_instance_name: # to be set by OPENECOMP during instantiation
- vfc_type_tag: # from HEAT ENV
- vfc_description: vCMAUI VFC
- vfc_image_name: cmaui-5.0.2.5_v37.qcow2 # from HEAT / HEAT ENV
- vfc_availability_zone:
-
-
- capabilities:
- nfv_compute:
- properties:
- vfc_flavor: cmaui_flavor # from HEAT ENV
- scaling:
- properties:
- min_instances: 2
- max_instances: 2
-
- cmaui_oam:
- type: org.openecomp.cp.OAM
-
- metadata:
- invariantUUID: 553f8d08-2223-4a97-127c-11ab729d1234 # generated by ASDC
- UUID: ab14db52-2116-a3af-1240-a236221ca82a # generated by ASDC
- version: 1.0 # set by ASDC
- name: OAM CP
- description: OAM CP
- type: CP
- category: CP
- vendor: AT&T
-
- properties:
- address_Info:
- ip_address: # provided by OPENECOMP (SDNC)
-
-
-
- policies:
- # Placement policy
- - mmsc_anti_affinity_placement_policy:
- type: org.openecomp.policy.Placement
-
- properties:
- conatiner_type: compute
- policy: anti_affinity
-
- target: [ vMMSC ] \ No newline at end of file