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-Securityrules-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-Securityrules-template.YML')
-rw-r--r-- | src/test/resources/ymlFiles/resource-Securityrules-template.YML | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/src/test/resources/ymlFiles/resource-Securityrules-template.YML b/src/test/resources/ymlFiles/resource-Securityrules-template.YML new file mode 100644 index 0000000..0221cd5 --- /dev/null +++ b/src/test/resources/ymlFiles/resource-Securityrules-template.YML @@ -0,0 +1,48 @@ +tosca_definitions_version: tosca_simple_yaml_1_0 +metadata: + invariantUUID: dd31d2de-0a7f-4198-8966-3a04100fbfe3 + UUID: d57e57d2-e3c6-470d-8d16-e6ea05f536c5 + name: SecurityRules + description: Configuration of policy rules to be applied on ports. + type: VFC + category: Generic + subcategory: Rules + 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.vfc.rules.nodes.heat.network.neutron.SecurityRules: + derived_from: tosca.nodes.Root + description: Configuration of policy rules to be applied on ports. + properties: + name: + type: string + description: A symbolic name for this security group, which is not required to be unique. + description: + type: string + description: Description of the security group + rules: + type: list + description: List of security group rules + entry_schema: + type: org.openecomp.datatypes.heat.network.neutron.SecurityRules.Rule + requirements: + - port: + occurrences: + - 0 + - UNBOUNDED + capability: tosca.capabilities.Attachment + node: org.openecomp.resource.cp.nodes.heat.network.neutron.Port + relationship: org.openecomp.relationships.AttachesTo |