summaryrefslogtreecommitdiffstats
path: root/common/openecomp-sdc-artifact-generator-lib/openecomp-sdc-artifact-generator-core/src/test/resources/testSameVLdifferentVersion/resource-Extvl-template.yml
diff options
context:
space:
mode:
authoramitjai <amitjai@amdocs.com>2018-04-27 13:28:57 +0530
committerOren Kleks <orenkle@amdocs.com>2018-04-30 06:05:27 +0000
commit42c920baf4dbb9fe8775843a6d4c9f70fa29f064 (patch)
treeac2aff977e2b129e61d2166c4832842676e4f5c3 /common/openecomp-sdc-artifact-generator-lib/openecomp-sdc-artifact-generator-core/src/test/resources/testSameVLdifferentVersion/resource-Extvl-template.yml
parentf487427a32f410ab5c97a4092865d32beb88ee27 (diff)
Rename packages from openecomp to onap.
This task is all about package name space change also make changes to pom for common module Change-Id: Ie9bda0f958a9a05826c0374830cc9cb7d6d196b6 Issue-ID: SDC-1272 Signed-off-by: amitjai <amitjai@amdocs.com>
Diffstat (limited to 'common/openecomp-sdc-artifact-generator-lib/openecomp-sdc-artifact-generator-core/src/test/resources/testSameVLdifferentVersion/resource-Extvl-template.yml')
-rw-r--r--common/openecomp-sdc-artifact-generator-lib/openecomp-sdc-artifact-generator-core/src/test/resources/testSameVLdifferentVersion/resource-Extvl-template.yml61
1 files changed, 0 insertions, 61 deletions
diff --git a/common/openecomp-sdc-artifact-generator-lib/openecomp-sdc-artifact-generator-core/src/test/resources/testSameVLdifferentVersion/resource-Extvl-template.yml b/common/openecomp-sdc-artifact-generator-lib/openecomp-sdc-artifact-generator-core/src/test/resources/testSameVLdifferentVersion/resource-Extvl-template.yml
deleted file mode 100644
index aa32d4ae01..0000000000
--- a/common/openecomp-sdc-artifact-generator-lib/openecomp-sdc-artifact-generator-core/src/test/resources/testSameVLdifferentVersion/resource-Extvl-template.yml
+++ /dev/null
@@ -1,61 +0,0 @@
-#_______________________________________________________________________________________________________________________________________
- #| 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: f148dbb0-8c53-466d-9687-791c0e9d40cf
- UUID: 3f8fa4d2-2b86-4b36-bbc8-ffb8f9f57468
- name: ExtVL1
- description: OPENECOMP generic virtual link (network) base type for all other service-level and global networks
- type: VL
- category: Generic
- subcategory: Network Elements
- resourceVendor: OPENECOMP (Tosca)
- resourceVendorRelease: 1.0.0.wd03
-node_types:
- org.openecomp.resource.vl.extVL:
- derived_from: tosca.nodes.Root
- description: OPENECOMP generic virtual link (network) base type for all other service-level and global networks
- properties:
- physical_network:
- type: org.openecomp.datatypes.network.PhysicalNetwork
- network_role:
- type: string
- description: |
- Unique label that defines the role that this network performs. example: vce oam network, vnat sr-iov1 network
- network_assignments:
- type: org.openecomp.datatypes.network.NetworkAssignments
- network_flows:
- type: org.openecomp.datatypes.network.NetworkFlows
- vl_artifacts:
- type: map
- description: List of artifacts associated with the VL
- entry_schema:
- type: org.openecomp.datatypes.Artifact
- network_scope:
- type: string
- description: |
- Uniquely identifies the network scope. Valid values for the network scope includes: VF - VF-level network. Intra-VF network which connects the VFCs (VMs) inside the VF. SERVICE - Service-level network. Intra-Service network which connects the VFs within the service GLOBAL - Global network which can be shared by multiple services
- network_ecomp_naming:
- type: org.openecomp.datatypes.EcompNaming
- network_type:
- type: string
- description: OPENECOMP supported network types.
- network_technology:
- type: string
- description: OPENECOMP supported network technology
- network_homing:
- type: org.openecomp.datatypes.EcompHoming
- capabilities:
- virtual_linkable:
- type: tosca.capabilities.network.Linkable
- occurrences:
- - 1
- - UNBOUNDED
-#_______________________________________________________________________________________________________________________________________
- #| 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 |
- #|_______________________________________________________________________________________________________________________________________|