diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2019-10-21 14:21:54 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2019-10-21 14:22:03 -0400 |
commit | fc07c32a4c01a2541c8061a37c3c6589c720e2b3 (patch) | |
tree | 98c2f46d6cc1d413586df462abd091e828f1de3e /applications/optimization/src/test/resources/onap.policies.Optimization-1.0.0.json | |
parent | 3107498c86304ef114e6799ee430013fc26e1750 (diff) |
Use yaml policies in models-examples
Now that yaml is supported, use those policies that are
stored in the models-examples that are preloaded into the
api.
Fixed a minor checkstyle issue. Not sure why it was missed.
Issue-ID: POLICY-2066
Change-Id: I2f4384a310bfa818555de5dacb477daf82fac6de
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'applications/optimization/src/test/resources/onap.policies.Optimization-1.0.0.json')
-rw-r--r-- | applications/optimization/src/test/resources/onap.policies.Optimization-1.0.0.json | 66 |
1 files changed, 0 insertions, 66 deletions
diff --git a/applications/optimization/src/test/resources/onap.policies.Optimization-1.0.0.json b/applications/optimization/src/test/resources/onap.policies.Optimization-1.0.0.json deleted file mode 100644 index 8ee418e2..00000000 --- a/applications/optimization/src/test/resources/onap.policies.Optimization-1.0.0.json +++ /dev/null @@ -1,66 +0,0 @@ -{ - "tosca_definitions_version": "tosca_simple_yaml_1_0_0", - "policy_types": { - "onap.policies.Optimization": { - "derived_from": "tosca.policies.Root", - "version": "1.0.0", - "description": "The base policy type for all policies that govern optimization", - "properties": { - "scope": { - "description": "Scope for the policy - could be for a specific release.", - "type": "list", - "metadata": { - "matchable": true - }, - "required": true - }, - "services": { - "description": "One or more services that the policy applies to.", - "type": "list", - "metadata": { - "matchable": true - }, - "required": true, - "entry_schema": { - "type": "string" - } - }, - "resources": { - "description": "One or more VNF resources that the policy applies to.", - "type": "list", - "metadata": { - "matchable": true - }, - "required": true, - "entry_schema": { - "type": "string" - } - }, - "geography": { - "description": "One or more geographic regions", - "type": "list", - "metadata": { - "matchable": true - }, - "required": true, - "entry_schema": { - "type": "string", - "constraints": [ - { - "valid_values": [ - "US", - "International" - ] - } - ] - } - }, - "identity": { - "description": "Used internally for identification", - "type": "string", - "required": true - } - } - } - } -}
\ No newline at end of file |