6d89d58c4e86874a53b0e71a5622a83fe5944040
[policy/drools-applications.git] /
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 controlLoop:
15   version: 2.0.0
16   controlLoopName: ControlLoop-Params-Cleanup-Test
17   trigger_policy: unique-policy-id-1-scale-up
18   timeout: 60
19  
20 policies:
21   - id: unique-policy-id-1-scale-up
22     name: Create a new VF Module
23     description:
24     actor: SO
25     recipe: VF Module Create
26     target:
27       type: VNF
28     retry: 0
29     timeout: 30
30     success: final_success
31     failure: final_failure
32     failure_timeout: final_failure_timeout
33     failure_retries: final_failure_retries
34     failure_exception: final_failure_exception
35     failure_guard: final_failure_guard