diff options
author | Polavarapu, Chaitanya (cp8128) <cp8128@att.com> | 2021-02-12 13:32:33 -0500 |
---|---|---|
committer | Polavarapu, Chaitanya (cp8128) <cp8128@att.com> | 2021-02-23 15:54:08 -0500 |
commit | 7f592e87a5ba61a8538d6f399f3778b884a9b3ce (patch) | |
tree | e08612504770b164d28b70a9008cae04d37738a7 /src/test/resources/ymlFiles/resource-Contrailvirtualnetwork-template.yml | |
parent | de97feac66e234a0ebea9bf0774aa01136f3c04f (diff) |
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) <cp8128@att.com>
Diffstat (limited to 'src/test/resources/ymlFiles/resource-Contrailvirtualnetwork-template.yml')
-rw-r--r-- | src/test/resources/ymlFiles/resource-Contrailvirtualnetwork-template.yml | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/src/test/resources/ymlFiles/resource-Contrailvirtualnetwork-template.yml b/src/test/resources/ymlFiles/resource-Contrailvirtualnetwork-template.yml new file mode 100644 index 0000000..1ef0376 --- /dev/null +++ b/src/test/resources/ymlFiles/resource-Contrailvirtualnetwork-template.yml @@ -0,0 +1,60 @@ +tosca_definitions_version: tosca_simple_yaml_1_0 +metadata: + invariantUUID: 4ef3ec74-aa57-402b-881c-310037e4c042 + UUID: b407610b-7520-46dc-a595-cb713bafe72e + name: ContrailVirtualNetwork + description: Represents a network service with optional subnets and advanced configurations. + type: VL + category: Generic + subcategory: Network Elements + resourceVendor: ATT (Tosca) + resourceVendorRelease: 1.0.0.wd03 +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.vl.nodes.heat.network.contrail.VirtualNetwork: + derived_from: org.openecomp.resource.vl.nodes.network.Network + description: Represents a network service with optional subnets and advanced configurations. + properties: + shared: + type: string + description: Is virtual network shared + forwarding_mode: + type: string + description: forwarding mode of the virtual network + external: + type: string + description: Is virtual network external + allow_transit: + type: string + description: Whether this network should be transitive. + flood_unknown_unicast: + type: string + description: flood L2 packets on network + route_targets: + type: list + description: route targets associated with the virtual network + entry_schema: + type: string + subnets: + type: map + description: Network related subnets + entry_schema: + type: org.openecomp.datatypes.heat.network.neutron.Subnet + capabilities: + attachment: + type: tosca.capabilities.Attachment + occurrences: + - 1 + - UNBOUNDED |