diff options
author | jhh <jorge.hernandez-herrero@att.com> | 2022-11-04 11:50:17 -0500 |
---|---|---|
committer | jhh <jorge.hernandez-herrero@att.com> | 2022-11-04 11:50:17 -0500 |
commit | 8dece848c0775833013e2fa6ff801478fccb4a52 (patch) | |
tree | 6d74ce523936844ef8255beb18c269e83b549a25 /models-examples/src/main/resources/policies/v5gSonA1.policy.operational.input.tosca.json | |
parent | af8eea569e5e91f09c454746c177885597ea2c32 (diff) |
Create A1P actor to talk to A1 PMS.
This relates to the support for the SON use case.
Issue-ID: POLICY-4444
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: I2c67ec282c77d42b9e8a11cc70cb518976075a00
Diffstat (limited to 'models-examples/src/main/resources/policies/v5gSonA1.policy.operational.input.tosca.json')
-rw-r--r-- | models-examples/src/main/resources/policies/v5gSonA1.policy.operational.input.tosca.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/models-examples/src/main/resources/policies/v5gSonA1.policy.operational.input.tosca.json b/models-examples/src/main/resources/policies/v5gSonA1.policy.operational.input.tosca.json index c2790188e..a690c758c 100644 --- a/models-examples/src/main/resources/policies/v5gSonA1.policy.operational.input.tosca.json +++ b/models-examples/src/main/resources/policies/v5gSonA1.policy.operational.input.tosca.json @@ -15,14 +15,14 @@ "id": "ControlLoop-SONA1-7d4baf04-8875-4d1f-946d-06b874048b61", "timeout": 1200, "abatement": false, - "trigger": "modify-a1-policy", + "trigger": "put-a1-policy", "operations": [ { - "id": "modify-a1-policy", - "description": "Control Loop Modify A1 Policy", + "id": "put-a1-policy", + "description": "Control Loop Put A1 Policy", "operation": { - "actor": "SDNR", - "operation": "ModifyA1Policy", + "actor": "A1P", + "operation": "PutA1Policy", "target": { "targetType": "PNF" } |