Fix Usecase Template for VoLTE 09/15209/1
authordaniel <dc443y@att.com>
Mon, 25 Sep 2017 20:50:33 +0000 (15:50 -0500)
committerdaniel <dc443y@att.com>
Mon, 25 Sep 2017 20:57:16 +0000 (15:57 -0500)
commit04836227f4d74bc1041c6ceb2438d9f5371f3591
treed65142f6332e67393927250342c4e9820d2a9e22
parentfd96af9ed800232811067e164e51554eea08a167
Fix Usecase Template for VoLTE

This includes VoLTE support for the amsterdam template.
As of right now all use cases are able to get a final
success with guard disabled and no A&AI GET queries.
Currently, the GET query is not working in the lab.
I will address this in another pull request.

Issue-ID: POLICY-259
Change-Id: I216aa84daaa1e93ab12c56ee53283b4cb413a7c3
Signed-off-by: Daniel Cruz<dc443y@att.com>
controlloop/common/model-impl/vfc/pom.xml
controlloop/common/model-impl/vfc/src/main/java/org/onap/policy/vfc/VFCManager.java
controlloop/templates/archetype-cl-amsterdam/src/main/resources/archetype-resources/src/main/config/VoLTE.yaml [new file with mode: 0644]
controlloop/templates/archetype-cl-amsterdam/src/main/resources/archetype-resources/src/main/config/dcae.volte.onset.json [new file with mode: 0644]
controlloop/templates/archetype-cl-amsterdam/src/main/resources/archetype-resources/src/main/resources/__closedLoopControlName__.drl
controlloop/templates/template.demo/src/test/java/org/onap/policy/template/demo/VFCControlLoopTest.java