aboutsummaryrefslogtreecommitdiffstats
path: root/controlloop/common/policy-yaml/src/test/resources/v1.0.0/bad_trigger_no_trigger_id.yaml
blob: 8231b2498838236e5af423a29c7784f235de1b68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
controlLoop:
  controlLoopName: ControlLoop-TEST-5dfa8fce-bd7a-4424-b60d-ee2ad2f254a3
  version: 1.0.0
  services: 
    - serviceName: Foo Service
  resources: 
    - resourceName: Bar VNF
      resourceType: VF
  trigger_policy: 
  timeout: 1200

policies:
  - id: unique-policy-id-1-restart
    name: Restart Policy for Trigger Event
    description:
    actor: APPC
    recipe: Restart
    target: VM
    retry: 2
    timeout: 300