From d3f7c6e9cf6bad3fc295fd35283e1d79e6166f3d Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Thu, 16 Apr 2020 10:21:15 -0400 Subject: Add version to example yaml files Determined that some of the yaml files were not suitable for use in the CSITs, because they were missing the "version" property. Added it where needed. Also added type_version where it was missing, as well. Issue-ID: POLICY-2491 Change-Id: I47bf0ec2b99d29580390a6e90512dfd903b042d6 Signed-off-by: Jim Hahn --- .../resources/policies/vCPE.policy.operational.output.tosca.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'models-examples/src/main/resources/policies/vCPE.policy.operational.output.tosca.yaml') diff --git a/models-examples/src/main/resources/policies/vCPE.policy.operational.output.tosca.yaml b/models-examples/src/main/resources/policies/vCPE.policy.operational.output.tosca.yaml index 3381c4b10..1d8927d25 100644 --- a/models-examples/src/main/resources/policies/vCPE.policy.operational.output.tosca.yaml +++ b/models-examples/src/main/resources/policies/vCPE.policy.operational.output.tosca.yaml @@ -2,10 +2,11 @@ tosca_definitions_version: tosca_simple_yaml_1_1_0 topology_template: policies: - - operational.restart: + operational.restart: type: onap.policies.controlloop.Operational + type_version: 1.0.0 version: 1.0.0 - metadata: + metadata: policy-id: operational.restart policy-version: 1 properties: @@ -15,7 +16,7 @@ topology_template: trigger_policy: unique-policy-id-1-restart timeout: 3600 abatement: true - + policies: - id: unique-policy-id-1-restart name: Restart the VM -- cgit 1.2.3-korg