diff options
author | jhh <jorge.hernandez-herrero@att.com> | 2020-02-20 15:40:08 -0600 |
---|---|---|
committer | jhh <jorge.hernandez-herrero@att.com> | 2020-02-20 18:25:15 -0600 |
commit | 4d99fa993f76b9bc271dff7dbe336b281800403e (patch) | |
tree | 8e25e68d7f845c02b3231785fe85725f8af5a16a /models-examples/src/main/resources/policies/vFirewall.policy.operational.output.tosca.yaml | |
parent | f6da7772d9dc01ce4ddd21a55b0f1c5fb7ad814f (diff) |
Corrections in vCPE and vFW tosca to match spec.
Issue-ID: POLICY-2375
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: Ibffc67dd0b68da8597a5fdff7c65321ef4313352
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Diffstat (limited to 'models-examples/src/main/resources/policies/vFirewall.policy.operational.output.tosca.yaml')
-rw-r--r-- | models-examples/src/main/resources/policies/vFirewall.policy.operational.output.tosca.yaml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/models-examples/src/main/resources/policies/vFirewall.policy.operational.output.tosca.yaml b/models-examples/src/main/resources/policies/vFirewall.policy.operational.output.tosca.yaml index 42ea511d9..555d84bee 100644 --- a/models-examples/src/main/resources/policies/vFirewall.policy.operational.output.tosca.yaml +++ b/models-examples/src/main/resources/policies/vFirewall.policy.operational.output.tosca.yaml @@ -24,8 +24,9 @@ topology_template: recipe: ModifyConfig target: # TBD - Cannot be known until instantiation is done - resourceID: Eace933104d443b496b8.nodes.heat.vpg - type: VNF + targetType: VNF + entityIds: + resourceID: Eace933104d443b496b8.nodes.heat.vpg retry: 0 timeout: 300 success: final_success |