aboutsummaryrefslogtreecommitdiffstats
path: root/models-examples/src/main
diff options
context:
space:
mode:
authorjhh <jorge.hernandez-herrero@att.com>2020-02-06 15:03:54 -0600
committerjhh <jorge.hernandez-herrero@att.com>2020-02-06 15:40:43 -0600
commitd6715b1d22bbbb31ba48125936d927bf3b28212b (patch)
tree2b06439604527c30114225886fa7ab9de9f2b765 /models-examples/src/main
parent60344d720eef9fc24dc86d7a6adc5f4530f9d099 (diff)
Change recipe to operation to match type
Issue-ID: POLICY-2345 Signed-off-by: jhh <jorge.hernandez-herrero@att.com> Change-Id: I4a79459cf7dfdccd7d9d88ec983afb6bce746493 Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Diffstat (limited to 'models-examples/src/main')
-rw-r--r--models-examples/src/main/resources/policies/vCPE.policy.operational.input.tosca.json2
-rw-r--r--models-examples/src/main/resources/policies/vCPE.policy.operational.input.tosca.yaml2
2 files changed, 2 insertions, 2 deletions
diff --git a/models-examples/src/main/resources/policies/vCPE.policy.operational.input.tosca.json b/models-examples/src/main/resources/policies/vCPE.policy.operational.input.tosca.json
index 6f3545b9b..6d9c03052 100644
--- a/models-examples/src/main/resources/policies/vCPE.policy.operational.input.tosca.json
+++ b/models-examples/src/main/resources/policies/vCPE.policy.operational.input.tosca.json
@@ -21,7 +21,7 @@
"description": "Restart the VM",
"operation": {
"actor": "APPC",
- "recipe": "Restart",
+ "operation": "Restart",
"target": {
"type": "VNF"
}
diff --git a/models-examples/src/main/resources/policies/vCPE.policy.operational.input.tosca.yaml b/models-examples/src/main/resources/policies/vCPE.policy.operational.input.tosca.yaml
index 0f669d9ca..9641eece8 100644
--- a/models-examples/src/main/resources/policies/vCPE.policy.operational.input.tosca.yaml
+++ b/models-examples/src/main/resources/policies/vCPE.policy.operational.input.tosca.yaml
@@ -17,7 +17,7 @@ topology_template:
description: Restart the VM
operation:
actor: APPC
- recipe: Restart
+ operation: Restart
target:
type: VNF
timeout: 1200