358bbfbeab291dc32ee99d5ff05deb0b97acfe5e
[policy/drools-applications.git] / controlloop / templates / template.demo.clc / src / test / resources / yaml / policy_ControlLoop_ParamsCleanup-test2.yaml
1 # Copyright 2018 AT&T Intellectual Property. All rights reserved
2 #
3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at
6 #
7 #         http://www.apache.org/licenses/LICENSE-2.0
8 #
9 # Unless required by applicable law or agreed to in writing, software
10 # distributed under the License is distributed on an "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 # See the License for the specific language governing permissions and
13 # limitations under the License.
14
15 #
16 # This YAML must be slightly different from test.yaml.
17 #
18 controlLoop:
19   version: 3.0.0
20   controlLoopName: ControlLoop-Params-Cleanup-Test
21   trigger_policy: unique-policy-id-1-scale-up
22   timeout: 60
23  
24 policies:
25   - id: unique-policy-id-1-scale-up
26     name: Create a new VF Module
27     description:
28     actor: SO
29     recipe: VF Module Create
30     target:
31       type: VNF
32     retry: 0
33     timeout: 30
34     success: final_success
35     failure: final_failure
36     failure_timeout: final_failure_timeout
37     failure_retries: final_failure_retries
38     failure_exception: final_failure_exception
39     failure_guard: final_failure_guard