From 7f592e87a5ba61a8538d6f399f3778b884a9b3ce Mon Sep 17 00:00:00 2001 From: "Polavarapu, Chaitanya (cp8128)" Date: Fri, 12 Feb 2021 13:32:33 -0500 Subject: Updated pom to remove distribution-management section and corrected aai base image version Issue-ID: AAI-2996 Change-Id: I28da9ccf5618e180e04e3f29b0440bab5e3ffc3f Signed-off-by: Polavarapu, Chaitanya (cp8128) --- .../ymlFiles/resource-Contrailport-template-1.yml | 54 ++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 src/test/resources/ymlFiles/resource-Contrailport-template-1.yml (limited to 'src/test/resources/ymlFiles/resource-Contrailport-template-1.yml') diff --git a/src/test/resources/ymlFiles/resource-Contrailport-template-1.yml b/src/test/resources/ymlFiles/resource-Contrailport-template-1.yml new file mode 100644 index 0000000..48204e9 --- /dev/null +++ b/src/test/resources/ymlFiles/resource-Contrailport-template-1.yml @@ -0,0 +1,54 @@ +tosca_definitions_version: tosca_simple_yaml_1_0 +metadata: + invariantUUID: 3f85c405-6a4f-48ea-bf6c-bfd4421ddf00 + UUID: 1ba2f413-5111-4bb1-ae56-46d96c600612 + name: ContrailPort + description: Represents a logical entity that associates between Compute and Network normative types for contrail. + type: CP + category: Generic + subcategory: Network Elements + resourceVendor: ATT (Tosca) + resourceVendorRelease: 1.0.0.wd03 + resourceVendorModelNumber: '' +imports: +- nodes: + file: nodes.yml +- datatypes: + file: data.yml +- capabilities: + file: capabilities.yml +- relationships: + file: relationships.yml +- groups: + file: groups.yml +- policies: + file: policies.yml +node_types: + org.openecomp.resource.cp.nodes.heat.network.contrail.Port: + derived_from: org.openecomp.resource.cp.nodes.network.Port + description: Represents a logical entity that associates between Compute and Network normative types for contrail. + properties: + static_routes: + type: list + description: An ordered list of static routes to be added to this interface + entry_schema: + type: org.openecomp.datatypes.heat.network.contrail.port.StaticRoute + virtual_network: + type: string + description: Virtual Network for this interface + static_route: + type: boolean + default: false + description: Static route enabled + allowed_address_pairs: + type: list + description: List of allowed address pair for this interface + entry_schema: + type: org.openecomp.datatypes.heat.network.contrail.AddressPair + shared_ip: + type: boolean + default: false + description: Shared ip enabled + interface_type: + type: string + description: Interface type -- cgit 1.2.3-korg