diff options
author | Ravi Mantena <rx908f@att.com> | 2020-12-21 11:31:55 -0500 |
---|---|---|
committer | Ravi Mantena <rx908f@att.com> | 2020-12-21 11:32:34 -0500 |
commit | a520d00e005db1b232b9dae0c70d4dc5d73b33e1 (patch) | |
tree | 9c0e16ce5fab9bc12da138c4d8c613bcff54516b /mod/bpgenerator/onap/models | |
parent | 2f551ba584dbb70568a69144b39e6da7c55c517f (diff) |
BpGen refactor Code Quality Issue-ID: DCAEGEN2-2502
Issue-ID: DCAEGEN2-2502
Change-Id: If6e08f0bb88c9039fb27898d50d2645f79175ba4
Signed-off-by: Ravi Mantena <rx908f@att.com>
Diffstat (limited to 'mod/bpgenerator/onap/models')
-rw-r--r-- | mod/bpgenerator/onap/models/Test_Parameters.yml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/mod/bpgenerator/onap/models/Test_Parameters.yml b/mod/bpgenerator/onap/models/Test_Parameters.yml new file mode 100644 index 0000000..5df73fb --- /dev/null +++ b/mod/bpgenerator/onap/models/Test_Parameters.yml @@ -0,0 +1,23 @@ +--- +tosca_definition_version: tosca_simple_yaml_1_0_0 +node_types: + onap.policy.Test_Parameters: + derived_from: tosca.datatypes.Root + properties: + testParam1: + type: map + entry_schema: + - 'type: onap.datatypes.testParam1' +data_types: + onap.datatypes.PolicySchemaTest: + derived_from: tosca.nodes.Root + properties: + TestEntrySchema: + type: string + onap.datatypes.testParam1: + derived_from: tosca.datatypes.Root + properties: + PolicySchemaTest: + type: map + entry_schema: + - 'type: onap.datatypes.PolicySchemaTest' |