[POLICY-22] Reorganizing drools-apps 99/5199/2
authorGao, Chenfei (cg287m) <cgao@research.att.com>
Thu, 22 Jun 2017 18:48:41 +0000 (14:48 -0400)
committerPamela Dragosh <pdragosh@research.att.com>
Thu, 29 Jun 2017 16:50:23 +0000 (12:50 -0400)
commit68377161605e39c8c74ea77d0b504177480788f3
treefb0fb8a27178da607866e1850f73ac056e046ee8
parentf0c29b57e132e6335f0fa7bbad885d403e4c85df
[POLICY-22] Reorganizing drools-apps

Change-Id: I5f9bb3908f8d55c466dd847ae5e01a424e9ba364
Signed-off-by: Gao, Chenfei (cg287m) <chenfei.gao11@gmail.com>
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
285 files changed:
aai/pom.xml [deleted file]
aai/src/test/java/org/openecomp/policy/aai/TestDemo.java [deleted file]
aai/src/test/resources/response.json [deleted file]
controlloop/common/actors/actor.appc/pom.xml [new file with mode: 0644]
controlloop/common/actors/actor.appc/src/main/java/org/onap/policy/controlloop/actor/appc/APPCActorServiceProvider.java [new file with mode: 0644]
controlloop/common/actors/actor.appc/src/main/resources/META-INF/services/com.att.ecomp.policy.controlloop.actorServiceProvider.spi.Actor [new file with mode: 0644]
controlloop/common/actors/actor.mso/pom.xml [new file with mode: 0644]
controlloop/common/actors/actor.mso/src/main/java/org/onap/policy/controlloop/actor/mso/MSOActorServiceProvider.java [new file with mode: 0644]
controlloop/common/actors/actor.mso/src/main/resources/META-INF/services/com.att.ecomp.policy.controlloop.actorServiceProvider.spi.Actor [new file with mode: 0644]
controlloop/common/actors/actor.test/pom.xml [new file with mode: 0644]
controlloop/common/actors/actor.test/src/test/java/org/onap/policy/controlloop/actor/test/Test.java [new file with mode: 0644]
controlloop/common/actors/actorServiceProvider/pom.xml [new file with mode: 0644]
controlloop/common/actors/actorServiceProvider/src/main/java/org/onap/policy/controlloop/actorServiceProvider/ActorService.java [new file with mode: 0644]
controlloop/common/actors/actorServiceProvider/src/main/java/org/onap/policy/controlloop/actorServiceProvider/spi/Actor.java [new file with mode: 0644]
controlloop/common/actors/pom.xml [new file with mode: 0644]
controlloop/common/eventmanager/README.md [new file with mode: 0644]
controlloop/common/eventmanager/pom.xml [new file with mode: 0644]
controlloop/common/eventmanager/src/main/java/org/onap/policy/controlloop/ControlLoopException.java [moved from template.demo/src/main/java/org/openecomp/policy/template/demo/ControlLoopException.java with 96% similarity]
controlloop/common/eventmanager/src/main/java/org/onap/policy/controlloop/ControlLoopLogger.java [new file with mode: 0644]
controlloop/common/eventmanager/src/main/java/org/onap/policy/controlloop/ControlLoopPublisher.java [new file with mode: 0644]
controlloop/common/eventmanager/src/main/java/org/onap/policy/controlloop/eventmanager/ControlLoopEventManager.java [new file with mode: 0644]
controlloop/common/eventmanager/src/main/java/org/onap/policy/controlloop/eventmanager/ControlLoopOperationManager.java [new file with mode: 0644]
controlloop/common/eventmanager/src/main/java/org/onap/policy/controlloop/eventmanager/OperationsHistoryDbEntry.java [moved from sdnc/src/main/java/org/openecomp/policy/sdnc/SDNCRequestInformation.java with 58% similarity]
controlloop/common/eventmanager/src/main/java/org/onap/policy/controlloop/impl/ControlLoopLoggerStdOutImpl.java [new file with mode: 0644]
controlloop/common/eventmanager/src/main/java/org/onap/policy/controlloop/impl/ControlLoopPublisherJUnitImpl.java [new file with mode: 0644]
controlloop/common/eventmanager/src/main/java/org/onap/policy/controlloop/processor/ControlLoopProcessor.java [new file with mode: 0644]
controlloop/common/eventmanager/src/main/java/org/onap/policy/drools/PolicyEngine.java [new file with mode: 0644]
controlloop/common/eventmanager/src/main/java/org/onap/policy/drools/impl/PolicyEngineJUnitImpl.java [moved from template.demo/src/main/java/org/openecomp/policy/template/demo/PolicyEngine.java with 53% similarity]
controlloop/common/eventmanager/src/main/resources/META-INF/persistence.xml [new file with mode: 0644]
controlloop/common/eventmanager/src/test/java/org/onap/policy/controlloop/Util.java [new file with mode: 0644]
controlloop/common/eventmanager/src/test/java/org/onap/policy/controlloop/eventmanager/ControlLoopEventManagerTest.java [new file with mode: 0644]
controlloop/common/eventmanager/src/test/java/org/onap/policy/controlloop/eventmanager/ControlLoopOperationManagerTest.java [new file with mode: 0644]
controlloop/common/eventmanager/src/test/java/org/onap/policy/controlloop/processor/ControlLoopProcessorTest.java [new file with mode: 0644]
controlloop/common/eventmanager/src/test/resources/test.yaml [new file with mode: 0644]
controlloop/common/guard/README.md [new file with mode: 0644]
controlloop/common/guard/pom.xml [new file with mode: 0644]
controlloop/common/guard/src/main/java/org/onap/policy/guard/CallGuardTask.java [new file with mode: 0644]
controlloop/common/guard/src/main/java/org/onap/policy/guard/GuardResult.java [new file with mode: 0644]
controlloop/common/guard/src/main/java/org/onap/policy/guard/LockCallback.java [new file with mode: 0644]
controlloop/common/guard/src/main/java/org/onap/policy/guard/PIPEngineGetHistory.java [new file with mode: 0644]
controlloop/common/guard/src/main/java/org/onap/policy/guard/PolicyGuard.java [new file with mode: 0644]
controlloop/common/guard/src/main/java/org/onap/policy/guard/PolicyGuardRequest.java [new file with mode: 0644]
controlloop/common/guard/src/main/java/org/onap/policy/guard/PolicyGuardResponse.java [new file with mode: 0644]
controlloop/common/guard/src/main/java/org/onap/policy/guard/PolicyGuardXacmlHelper.java [new file with mode: 0644]
controlloop/common/guard/src/main/java/org/onap/policy/guard/PolicyGuardXacmlRequestAttributes.java [new file with mode: 0644]
controlloop/common/guard/src/main/java/org/onap/policy/guard/PolicyGuardYamlToXacml.java [new file with mode: 0644]
controlloop/common/guard/src/main/java/org/onap/policy/guard/TargetLock.java [new file with mode: 0644]
controlloop/common/guard/src/main/java/org/onap/policy/guard/Util.java [new file with mode: 0644]
controlloop/common/guard/src/main/java/org/onap/policy/guard/impl/PNFTargetLock.java [new file with mode: 0644]
controlloop/common/guard/src/main/java/org/onap/policy/guard/impl/VMTargetLock.java [new file with mode: 0644]
controlloop/common/guard/src/main/resources/META-INF/persistence.xml [new file with mode: 0644]
controlloop/common/guard/src/test/java/org/onap/policy/guard/PolicyGuardTest.java [moved from sdnc/src/main/java/org/openecomp/policy/sdnc/util/Serialization.java with 78% similarity]
controlloop/common/model-impl/aai/pom.xml [new file with mode: 0644]
controlloop/common/model-impl/aai/src/main/java/org/onap/policy/aai/AAIGETResponse.java [moved from aai/src/main/java/org/openecomp/policy/aai/AAIGETResponse.java with 97% similarity]
controlloop/common/model-impl/aai/src/main/java/org/onap/policy/aai/AAINQF199/AAINQF199CloudRegion.java [moved from aai/src/main/java/org/openecomp/policy/aai/AAINQF199/AAINQF199CloudRegion.java with 97% similarity]
controlloop/common/model-impl/aai/src/main/java/org/onap/policy/aai/AAINQF199/AAINQF199ExtraProperties.java [moved from aai/src/main/java/org/openecomp/policy/aai/AAINQF199/AAINQF199ExtraProperties.java with 97% similarity]
controlloop/common/model-impl/aai/src/main/java/org/onap/policy/aai/AAINQF199/AAINQF199ExtraProperty.java [moved from aai/src/main/java/org/openecomp/policy/aai/AAINQF199/AAINQF199ExtraProperty.java with 97% similarity]
controlloop/common/model-impl/aai/src/main/java/org/onap/policy/aai/AAINQF199/AAINQF199GenericVNF.java [moved from aai/src/main/java/org/openecomp/policy/aai/AAINQF199/AAINQF199GenericVNF.java with 98% similarity]
controlloop/common/model-impl/aai/src/main/java/org/onap/policy/aai/AAINQF199/AAINQF199InstanceFilters.java [moved from aai/src/main/java/org/openecomp/policy/aai/AAINQF199/AAINQF199InstanceFilters.java with 97% similarity]
controlloop/common/model-impl/aai/src/main/java/org/onap/policy/aai/AAINQF199/AAINQF199InventoryResponseItem.java [moved from aai/src/main/java/org/openecomp/policy/aai/AAINQF199/AAINQF199InventoryResponseItem.java with 97% similarity]
controlloop/common/model-impl/aai/src/main/java/org/onap/policy/aai/AAINQF199/AAINQF199InventoryResponseItems.java [moved from aai/src/main/java/org/openecomp/policy/aai/AAINQF199/AAINQF199InventoryResponseItems.java with 97% similarity]
controlloop/common/model-impl/aai/src/main/java/org/onap/policy/aai/AAINQF199/AAINQF199Manager.java [moved from aai/src/main/java/org/openecomp/policy/aai/AAINQF199/AAINQF199Manager.java with 93% similarity]
controlloop/common/model-impl/aai/src/main/java/org/onap/policy/aai/AAINQF199/AAINQF199NamedQuery.java [moved from aai/src/main/java/org/openecomp/policy/aai/AAINQF199/AAINQF199NamedQuery.java with 96% similarity]
controlloop/common/model-impl/aai/src/main/java/org/onap/policy/aai/AAINQF199/AAINQF199QueryParameters.java [moved from aai/src/main/java/org/openecomp/policy/aai/AAINQF199/AAINQF199QueryParameters.java with 96% similarity]
controlloop/common/model-impl/aai/src/main/java/org/onap/policy/aai/AAINQF199/AAINQF199Request.java [moved from aai/src/main/java/org/openecomp/policy/aai/AAINQF199/AAINQF199Request.java with 97% similarity]
controlloop/common/model-impl/aai/src/main/java/org/onap/policy/aai/AAINQF199/AAINQF199RequestWrapper.java [moved from aai/src/main/java/org/openecomp/policy/aai/AAINQF199/AAINQF199RequestWrapper.java with 96% similarity]
controlloop/common/model-impl/aai/src/main/java/org/onap/policy/aai/AAINQF199/AAINQF199Response.java [moved from aai/src/main/java/org/openecomp/policy/aai/AAINQF199/AAINQF199Response.java with 97% similarity]
controlloop/common/model-impl/aai/src/main/java/org/onap/policy/aai/AAINQF199/AAINQF199ResponseWrapper.java [moved from aai/src/main/java/org/openecomp/policy/aai/AAINQF199/AAINQF199ResponseWrapper.java with 92% similarity]
controlloop/common/model-impl/aai/src/main/java/org/onap/policy/aai/AAINQF199/AAINQF199ServiceInstance.java [moved from aai/src/main/java/org/openecomp/policy/aai/AAINQF199/AAINQF199ServiceInstance.java with 97% similarity]
controlloop/common/model-impl/aai/src/main/java/org/onap/policy/aai/AAINQF199/AAINQF199Tenant.java [moved from aai/src/main/java/org/openecomp/policy/aai/AAINQF199/AAINQF199Tenant.java with 97% similarity]
controlloop/common/model-impl/aai/src/main/java/org/onap/policy/aai/AAINQF199/AAINQF199VServer.java [moved from aai/src/main/java/org/openecomp/policy/aai/AAINQF199/AAINQF199VServer.java with 97% similarity]
controlloop/common/model-impl/aai/src/main/java/org/onap/policy/aai/AAINQF199/AAINQF199VfModule.java [moved from aai/src/main/java/org/openecomp/policy/aai/AAINQF199/AAINQF199VfModule.java with 97% similarity]
controlloop/common/model-impl/aai/src/main/java/org/onap/policy/aai/PNF.java [new file with mode: 0644]
controlloop/common/model-impl/aai/src/main/java/org/onap/policy/aai/PNFInstance.java [new file with mode: 0644]
controlloop/common/model-impl/aai/src/main/java/org/onap/policy/aai/PNFType.java [new file with mode: 0644]
controlloop/common/model-impl/aai/src/main/java/org/onap/policy/aai/RelatedToPropertyItem.java [moved from aai/src/main/java/org/openecomp/policy/aai/RelatedToPropertyItem.java with 97% similarity]
controlloop/common/model-impl/aai/src/main/java/org/onap/policy/aai/RelationshipItem.java [moved from aai/src/main/java/org/openecomp/policy/aai/RelationshipItem.java with 97% similarity]
controlloop/common/model-impl/aai/src/main/java/org/onap/policy/aai/RelationshipList.java [moved from aai/src/main/java/org/openecomp/policy/aai/RelationshipList.java with 97% similarity]
controlloop/common/model-impl/aai/src/main/java/org/onap/policy/aai/util/Serialization.java [moved from aai/src/main/java/org/openecomp/policy/aai/util/Serialization.java with 97% similarity]
controlloop/common/model-impl/appc/pom.xml [moved from appc/pom.xml with 94% similarity]
controlloop/common/model-impl/appc/src/main/java/org/onap/policy/appc/CommonHeader.java [moved from appc/src/main/java/org/openecomp/policy/appc/CommonHeader.java with 99% similarity]
controlloop/common/model-impl/appc/src/main/java/org/onap/policy/appc/Request.java [moved from appc/src/main/java/org/openecomp/policy/appc/Request.java with 98% similarity]
controlloop/common/model-impl/appc/src/main/java/org/onap/policy/appc/Response.java [moved from appc/src/main/java/org/openecomp/policy/appc/Response.java with 98% similarity]
controlloop/common/model-impl/appc/src/main/java/org/onap/policy/appc/ResponseCode.java [moved from appc/src/main/java/org/openecomp/policy/appc/ResponseCode.java with 97% similarity]
controlloop/common/model-impl/appc/src/main/java/org/onap/policy/appc/ResponseStatus.java [moved from appc/src/main/java/org/openecomp/policy/appc/ResponseStatus.java with 98% similarity]
controlloop/common/model-impl/appc/src/main/java/org/onap/policy/appc/ResponseValue.java [moved from appc/src/main/java/org/openecomp/policy/appc/ResponseValue.java with 97% similarity]
controlloop/common/model-impl/appc/src/main/java/org/onap/policy/appc/util/Serialization.java [moved from appc/src/main/java/org/openecomp/policy/appc/util/Serialization.java with 98% similarity]
controlloop/common/model-impl/appc/src/main/resources/definitions.yaml [moved from appc/src/main/resources/definitions.yaml with 100% similarity]
controlloop/common/model-impl/events/README.md [new file with mode: 0644]
controlloop/common/model-impl/events/pom.xml [new file with mode: 0644]
controlloop/common/model-impl/events/src/main/java/org/onap/policy/controlloop/ControlLoopEvent.java [moved from controlloop/src/main/java/org/openecomp/policy/controlloop/ControlLoopEvent.java with 98% similarity]
controlloop/common/model-impl/events/src/main/java/org/onap/policy/controlloop/ControlLoopEventStatus.java [moved from controlloop/src/main/java/org/openecomp/policy/controlloop/ControlLoopEventStatus.java with 97% similarity]
controlloop/common/model-impl/events/src/main/java/org/onap/policy/controlloop/ControlLoopNotification.java [moved from controlloop/src/main/java/org/openecomp/policy/controlloop/ControlLoopNotification.java with 98% similarity]
controlloop/common/model-impl/events/src/main/java/org/onap/policy/controlloop/ControlLoopNotificationType.java [moved from controlloop/src/main/java/org/openecomp/policy/controlloop/ControlLoopNotificationType.java with 98% similarity]
controlloop/common/model-impl/events/src/main/java/org/onap/policy/controlloop/ControlLoopOperation.java [moved from controlloop/src/main/java/org/openecomp/policy/controlloop/ControlLoopOperation.java with 99% similarity]
controlloop/common/model-impl/events/src/main/java/org/onap/policy/controlloop/ControlLoopOperationWrapper.java [moved from controlloop/src/main/java/org/openecomp/policy/controlloop/ControlLoopOperationWrapper.java with 96% similarity]
controlloop/common/model-impl/events/src/main/java/org/onap/policy/controlloop/ControlLoopTargetType.java [moved from controlloop/src/main/java/org/openecomp/policy/controlloop/ControlLoopTargetType.java with 97% similarity]
controlloop/common/model-impl/events/src/main/java/org/onap/policy/controlloop/PhysicalControlLoopEvent.java [moved from controlloop/src/main/java/org/openecomp/policy/controlloop/PhysicalControlLoopEvent.java with 96% similarity]
controlloop/common/model-impl/events/src/main/java/org/onap/policy/controlloop/PhysicalControlLoopNotification.java [moved from controlloop/src/main/java/org/openecomp/policy/controlloop/PhysicalControlLoopNotification.java with 96% similarity]
controlloop/common/model-impl/events/src/main/java/org/onap/policy/controlloop/VirtualControlLoopEvent.java [moved from controlloop/src/main/java/org/openecomp/policy/controlloop/VirtualControlLoopEvent.java with 97% similarity]
controlloop/common/model-impl/events/src/main/java/org/onap/policy/controlloop/VirtualControlLoopNotification.java [moved from controlloop/src/main/java/org/openecomp/policy/controlloop/VirtualControlLoopNotification.java with 97% similarity]
controlloop/common/model-impl/events/src/main/java/org/onap/policy/controlloop/util/Serialization.java [moved from controlloop/src/main/java/org/openecomp/policy/controlloop/util/Serialization.java with 96% similarity]
controlloop/common/model-impl/events/src/main/resources/definitions.yaml [moved from controlloop/src/main/resources/definitions.yaml with 58% similarity]
controlloop/common/model-impl/mso/pom.xml [moved from mso/pom.xml with 91% similarity]
controlloop/common/model-impl/mso/src/main/java/org/onap/policy/mso/MSOAsyncRequestStatus.java [moved from mso/src/main/java/org/openecomp/policy/mso/MSOAsyncRequestStatus.java with 98% similarity]
controlloop/common/model-impl/mso/src/main/java/org/onap/policy/mso/MSOCloudConfiguration.java [moved from mso/src/main/java/org/openecomp/policy/mso/MSOCloudConfiguration.java with 97% similarity]
controlloop/common/model-impl/mso/src/main/java/org/onap/policy/mso/MSOInstanceReferences.java [moved from mso/src/main/java/org/openecomp/policy/mso/MSOInstanceReferences.java with 97% similarity]
controlloop/common/model-impl/mso/src/main/java/org/onap/policy/mso/MSOManager.java [moved from mso/src/main/java/org/openecomp/policy/mso/MSOManager.java with 95% similarity]
controlloop/common/model-impl/mso/src/main/java/org/onap/policy/mso/MSOModelInfo.java [moved from mso/src/main/java/org/openecomp/policy/mso/MSOModelInfo.java with 97% similarity]
controlloop/common/model-impl/mso/src/main/java/org/onap/policy/mso/MSOPolicyException.java [moved from mso/src/main/java/org/openecomp/policy/mso/MSOPolicyException.java with 97% similarity]
controlloop/common/model-impl/mso/src/main/java/org/onap/policy/mso/MSORelatedInstance.java [moved from mso/src/main/java/org/openecomp/policy/mso/MSORelatedInstance.java with 97% similarity]
controlloop/common/model-impl/mso/src/main/java/org/onap/policy/mso/MSORelatedInstanceListElement.java [moved from mso/src/main/java/org/openecomp/policy/mso/MSORelatedInstanceListElement.java with 97% similarity]
controlloop/common/model-impl/mso/src/main/java/org/onap/policy/mso/MSORequest.java [moved from mso/src/main/java/org/openecomp/policy/mso/MSORequest.java with 98% similarity]
controlloop/common/model-impl/mso/src/main/java/org/onap/policy/mso/MSORequestDetails.java [moved from mso/src/main/java/org/openecomp/policy/mso/MSORequestDetails.java with 98% similarity]
controlloop/common/model-impl/mso/src/main/java/org/onap/policy/mso/MSORequestError.java [moved from mso/src/main/java/org/openecomp/policy/mso/MSORequestError.java with 97% similarity]
controlloop/common/model-impl/mso/src/main/java/org/onap/policy/mso/MSORequestInfo.java [moved from mso/src/main/java/org/openecomp/policy/mso/MSORequestInfo.java with 98% similarity]
controlloop/common/model-impl/mso/src/main/java/org/onap/policy/mso/MSORequestParameters.java [moved from mso/src/main/java/org/openecomp/policy/mso/MSORequestParameters.java with 97% similarity]
controlloop/common/model-impl/mso/src/main/java/org/onap/policy/mso/MSORequestReferences.java [moved from mso/src/main/java/org/openecomp/policy/mso/MSORequestReferences.java with 97% similarity]
controlloop/common/model-impl/mso/src/main/java/org/onap/policy/mso/MSORequestStatus.java [moved from mso/src/main/java/org/openecomp/policy/mso/MSORequestStatus.java with 97% similarity]
controlloop/common/model-impl/mso/src/main/java/org/onap/policy/mso/MSOResponse.java [moved from mso/src/main/java/org/openecomp/policy/mso/MSOResponse.java with 97% similarity]
controlloop/common/model-impl/mso/src/main/java/org/onap/policy/mso/MSOServiceException.java [moved from mso/src/main/java/org/openecomp/policy/mso/MSOServiceException.java with 97% similarity]
controlloop/common/model-impl/mso/src/main/java/org/onap/policy/mso/MSOSubscriberInfo.java [moved from mso/src/main/java/org/openecomp/policy/mso/MSOSubscriberInfo.java with 97% similarity]
controlloop/common/model-impl/mso/src/main/java/org/onap/policy/mso/util/Serialization.java [moved from mso/src/main/java/org/openecomp/policy/mso/util/Serialization.java with 96% similarity]
controlloop/common/model-impl/mso/src/test/java/org/openecomp/policy/mso/TestDemo.java [moved from mso/src/test/java/org/openecomp/policy/mso/TestDemo.java with 95% similarity]
controlloop/common/model-impl/pom.xml [new file with mode: 0644]
controlloop/common/model-impl/rest/pom.xml [moved from rest/pom.xml with 94% similarity]
controlloop/common/model-impl/rest/src/main/java/org/onap/policy/rest/RESTManager.java [moved from rest/src/main/java/org/openecomp/policy/rest/RESTManager.java with 99% similarity]
controlloop/common/model-impl/sdc/README.md [new file with mode: 0644]
controlloop/common/model-impl/sdc/pom.xml [new file with mode: 0644]
controlloop/common/model-impl/sdc/src/main/java/org/onap/policy/sdc/Resource.java [new file with mode: 0644]
controlloop/common/model-impl/sdc/src/main/java/org/onap/policy/sdc/ResourceInstance.java [new file with mode: 0644]
controlloop/common/model-impl/sdc/src/main/java/org/onap/policy/sdc/ResourceType.java [new file with mode: 0644]
controlloop/common/model-impl/sdc/src/main/java/org/onap/policy/sdc/Service.java [new file with mode: 0644]
controlloop/common/model-impl/sdc/src/main/java/org/onap/policy/sdc/ServiceInstance.java [new file with mode: 0644]
controlloop/common/model-impl/sdc/src/main/resources/definitions.yaml [new file with mode: 0644]
controlloop/common/model-impl/sdc/src/test/resources/service_trinity.yaml [new file with mode: 0644]
controlloop/common/model-impl/sdc/src/test/resources/service_vSCP.yaml [new file with mode: 0644]
controlloop/common/model-impl/sdc/src/test/resources/service_vUSP.yaml [new file with mode: 0644]
controlloop/common/model-impl/trafficgenerator/pom.xml [moved from trafficgenerator/pom.xml with 94% similarity]
controlloop/common/model-impl/trafficgenerator/src/main/java/org/onap/policy/vnf/trafficgenerator/PGRequest.java [moved from trafficgenerator/src/main/java/org/openecomp/policy/vnf/trafficgenerator/PGRequest.java with 96% similarity]
controlloop/common/model-impl/trafficgenerator/src/main/java/org/onap/policy/vnf/trafficgenerator/PGStream.java [moved from trafficgenerator/src/main/java/org/openecomp/policy/vnf/trafficgenerator/PGStream.java with 96% similarity]
controlloop/common/model-impl/trafficgenerator/src/main/java/org/onap/policy/vnf/trafficgenerator/PGStreams.java [moved from trafficgenerator/src/main/java/org/openecomp/policy/vnf/trafficgenerator/PGStreams.java with 96% similarity]
controlloop/common/model-impl/trafficgenerator/src/main/java/org/onap/policy/vnf/trafficgenerator/util/Serialization.java [moved from trafficgenerator/src/main/java/org/openecomp/policy/vnf/trafficgenerator/util/Serialization.java with 95% similarity]
controlloop/common/model-impl/trafficgenerator/src/test/java/org/onap/policy/vnf/trafficgenerator/TestDemo.java [moved from trafficgenerator/src/test/java/org/openecomp/policy/vnf/trafficgenerator/TestDemo.java with 80% similarity]
controlloop/common/packages/apps/pom.xml [moved from packages/apps/pom.xml with 92% similarity]
controlloop/common/packages/apps/src/assembly/zip.xml [moved from packages/apps/src/assembly/zip.xml with 100% similarity]
controlloop/common/packages/apps/src/files/README.apps.txt [moved from packages/apps/src/files/README.apps.txt with 100% similarity]
controlloop/common/packages/artifacts/pom.xml [moved from packages/artifacts/pom.xml with 78% similarity]
controlloop/common/packages/artifacts/src/assembly/zip.xml [moved from packages/artifacts/src/assembly/zip.xml with 100% similarity]
controlloop/common/packages/basex/pom.xml [moved from packages/basex/pom.xml with 96% similarity]
controlloop/common/packages/basex/src/assembly/zip.xml [moved from packages/basex/src/assembly/zip.xml with 100% similarity]
controlloop/common/packages/basex/src/files/bin/create-closed-loop-demo.sh [moved from packages/basex/src/files/bin/create-closed-loop-demo.sh with 100% similarity]
controlloop/common/packages/basex/src/files/config/vDNS-controller.properties [moved from packages/basex/src/files/config/vDNS-controller.properties with 100% similarity]
controlloop/common/packages/basex/src/files/config/vFW-controller.properties [moved from packages/basex/src/files/config/vFW-controller.properties with 100% similarity]
controlloop/common/packages/pom.xml [moved from packages/pom.xml with 93% similarity]
controlloop/common/policy-yaml/README- v1.0.0.md [new file with mode: 0644]
controlloop/common/policy-yaml/README-guard-v2.0.0.md [new file with mode: 0644]
controlloop/common/policy-yaml/README-v2.0.0.md [new file with mode: 0644]
controlloop/common/policy-yaml/pom.xml [new file with mode: 0644]
controlloop/common/policy-yaml/src/main/java/org/onap/policy/controlloop/compiler/CompilerException.java [new file with mode: 0644]
controlloop/common/policy-yaml/src/main/java/org/onap/policy/controlloop/compiler/ControlLoopCompiler.java [new file with mode: 0644]
controlloop/common/policy-yaml/src/main/java/org/onap/policy/controlloop/compiler/ControlLoopCompilerCallback.java [new file with mode: 0644]
controlloop/common/policy-yaml/src/main/java/org/onap/policy/controlloop/guard/compiler/ControlLoopGuardCompiler.java [new file with mode: 0644]
controlloop/common/policy-yaml/src/main/java/org/onap/policy/controlloop/policy/ControlLoop.java [new file with mode: 0644]
controlloop/common/policy-yaml/src/main/java/org/onap/policy/controlloop/policy/ControlLoopPolicy.java [new file with mode: 0644]
controlloop/common/policy-yaml/src/main/java/org/onap/policy/controlloop/policy/FinalResult.java [new file with mode: 0644]
controlloop/common/policy-yaml/src/main/java/org/onap/policy/controlloop/policy/OperationsAccumulateParams.java [new file with mode: 0644]
controlloop/common/policy-yaml/src/main/java/org/onap/policy/controlloop/policy/Policy.java [new file with mode: 0644]
controlloop/common/policy-yaml/src/main/java/org/onap/policy/controlloop/policy/PolicyResult.java [new file with mode: 0644]
controlloop/common/policy-yaml/src/main/java/org/onap/policy/controlloop/policy/Target.java [new file with mode: 0644]
controlloop/common/policy-yaml/src/main/java/org/onap/policy/controlloop/policy/TargetType.java [new file with mode: 0644]
controlloop/common/policy-yaml/src/main/java/org/onap/policy/controlloop/policy/builder/BuilderException.java [new file with mode: 0644]
controlloop/common/policy-yaml/src/main/java/org/onap/policy/controlloop/policy/builder/ControlLoopPolicyBuilder.java [new file with mode: 0644]
controlloop/common/policy-yaml/src/main/java/org/onap/policy/controlloop/policy/builder/Message.java [new file with mode: 0644]
controlloop/common/policy-yaml/src/main/java/org/onap/policy/controlloop/policy/builder/MessageLevel.java [new file with mode: 0644]
controlloop/common/policy-yaml/src/main/java/org/onap/policy/controlloop/policy/builder/Results.java [new file with mode: 0644]
controlloop/common/policy-yaml/src/main/java/org/onap/policy/controlloop/policy/builder/impl/ControlLoopPolicyBuilderImpl.java [new file with mode: 0644]
controlloop/common/policy-yaml/src/main/java/org/onap/policy/controlloop/policy/builder/impl/MessageImpl.java [new file with mode: 0644]
controlloop/common/policy-yaml/src/main/java/org/onap/policy/controlloop/policy/builder/impl/ResultsImpl.java [moved from sdnc/src/main/java/org/openecomp/policy/sdnc/SDNCVnfAssignments.java with 59% similarity]
controlloop/common/policy-yaml/src/main/java/org/onap/policy/controlloop/policy/guard/Constraint.java [new file with mode: 0644]
controlloop/common/policy-yaml/src/main/java/org/onap/policy/controlloop/policy/guard/ControlLoopGuard.java [new file with mode: 0644]
controlloop/common/policy-yaml/src/main/java/org/onap/policy/controlloop/policy/guard/Guard.java [new file with mode: 0644]
controlloop/common/policy-yaml/src/main/java/org/onap/policy/controlloop/policy/guard/GuardPolicy.java [new file with mode: 0644]
controlloop/common/policy-yaml/src/main/java/org/onap/policy/controlloop/policy/guard/builder/impl/ControlLoopGuardBuilderImpl.java [new file with mode: 0644]
controlloop/common/policy-yaml/src/main/java/org/onap/policy/controlloop/poligy/guard/builder/ControlLoopGuardBuilder.java [new file with mode: 0644]
controlloop/common/policy-yaml/src/test/java/org/onap/policy/controlloop/compiler/ControlLoopCompilerTest.java [new file with mode: 0644]
controlloop/common/policy-yaml/src/test/java/org/onap/policy/controlloop/compiler/ControlLoopGuardCompilerTest.java [new file with mode: 0644]
controlloop/common/policy-yaml/src/test/java/org/onap/policy/controlloop/policy/ControlLoopPolicyBuilderTest.java [new file with mode: 0644]
controlloop/common/policy-yaml/src/test/java/org/onap/policy/controlloop/policy/ControlLoopPolicyTest.java [new file with mode: 0644]
controlloop/common/policy-yaml/src/test/java/org/onap/policy/controlloop/policy/guard/ControlLoopGuardBuilderTest.java [new file with mode: 0644]
controlloop/common/policy-yaml/src/test/java/org/onap/policy/controlloop/policy/guard/ControlLoopGuardTest.java [new file with mode: 0644]
controlloop/common/policy-yaml/src/test/resources/v1.0.0/bad_policies_1.yaml [new file with mode: 0644]
controlloop/common/policy-yaml/src/test/resources/v1.0.0/bad_trigger_1.yaml [new file with mode: 0644]
controlloop/common/policy-yaml/src/test/resources/v1.0.0/bad_trigger_2.yaml [new file with mode: 0644]
controlloop/common/policy-yaml/src/test/resources/v1.0.0/policy_OpenLoop_1610.yaml [new file with mode: 0644]
controlloop/common/policy-yaml/src/test/resources/v1.0.0/policy_SDNO_1702.yaml [new file with mode: 0644]
controlloop/common/policy-yaml/src/test/resources/v1.0.0/policy_Test.yaml [new file with mode: 0644]
controlloop/common/policy-yaml/src/test/resources/v1.0.0/policy_Test_MultipleService.yaml [new file with mode: 0644]
controlloop/common/policy-yaml/src/test/resources/v1.0.0/policy_vProbes_1610.yaml [new file with mode: 0644]
controlloop/common/policy-yaml/src/test/resources/v1.0.0/policy_vSCP_F5_1610.yaml [new file with mode: 0644]
controlloop/common/policy-yaml/src/test/resources/v1.0.0/policy_vUSP_1610.yaml [new file with mode: 0644]
controlloop/common/policy-yaml/src/test/resources/v1.0.0/test.yaml [new file with mode: 0644]
controlloop/common/policy-yaml/src/test/resources/v1.0.0/test_evil.yaml [new file with mode: 0644]
controlloop/common/policy-yaml/src/test/resources/v2.0.0-guard/duplicate_guard_constraint.yaml [new file with mode: 0644]
controlloop/common/policy-yaml/src/test/resources/v2.0.0-guard/duplicate_guard_policy.yaml [new file with mode: 0644]
controlloop/common/policy-yaml/src/test/resources/v2.0.0-guard/no_guard_constraint.yaml [new file with mode: 0644]
controlloop/common/policy-yaml/src/test/resources/v2.0.0-guard/no_guard_policy.yaml [new file with mode: 0644]
controlloop/common/policy-yaml/src/test/resources/v2.0.0-guard/policy_guard_OpenECOMP_demo_vDNS.yaml [new file with mode: 0644]
controlloop/common/policy-yaml/src/test/resources/v2.0.0-guard/policy_guard_OpenECOMP_demo_vDNS.yaml~ [new file with mode: 0644]
controlloop/common/policy-yaml/src/test/resources/v2.0.0-guard/policy_guard_vUSP_1707_appc.yaml [new file with mode: 0644]
controlloop/common/policy-yaml/src/test/resources/v2.0.0/Demo-1.0.0-HeatTemplates/resource-59a2ee3fB58045feB5a1-template.yml [new file with mode: 0644]
controlloop/common/policy-yaml/src/test/resources/v2.0.0/Demo-1.0.0-HeatTemplates/resource-Eace933104d443b496b8-template.yml [new file with mode: 0644]
controlloop/common/policy-yaml/src/test/resources/v2.0.0/Demo-1.0.0-HeatTemplates/service-57e66ea70ed645c7970f-template.yml [new file with mode: 0644]
controlloop/common/policy-yaml/src/test/resources/v2.0.0/Demo-1.0.0-HeatTemplates/service-D473899264974dca9db9-template.yml [new file with mode: 0644]
controlloop/common/policy-yaml/src/test/resources/v2.0.0/pgstreams.json [new file with mode: 0644]
controlloop/common/policy-yaml/src/test/resources/v2.0.0/policy_OpenECOMP_demo_vDNS.yaml [new file with mode: 0644]
controlloop/common/policy-yaml/src/test/resources/v2.0.0/policy_OpenECOMP_demo_vFirewall.yaml [new file with mode: 0644]
controlloop/common/policy-yaml/src/test/resources/v2.0.0/policy_eNodeB_ALU_1707.yaml [new file with mode: 0644]
controlloop/common/policy-yaml/src/test/resources/v2.0.0/policy_eNodeB_Ericsson_1707.yaml [new file with mode: 0644]
controlloop/common/policy-yaml/src/test/resources/v2.0.0/policy_vUSP_1707.yaml [new file with mode: 0644]
controlloop/common/pom.xml [new file with mode: 0644]
controlloop/pom.xml
controlloop/templates/pom.xml [new file with mode: 0644]
controlloop/templates/template.demo.v1.0.0/README.md [new file with mode: 0644]
controlloop/templates/template.demo.v1.0.0/archetype-closedloop-demo-rules/pom.xml [moved from archetype-closedloop-demo-rules/pom.xml with 92% similarity]
controlloop/templates/template.demo.v1.0.0/archetype-closedloop-demo-rules/src/main/resources/META-INF/maven/archetype-metadata.xml [moved from archetype-closedloop-demo-rules/src/main/resources/META-INF/maven/archetype-metadata.xml with 100% similarity]
controlloop/templates/template.demo.v1.0.0/archetype-closedloop-demo-rules/src/main/resources/archetype-resources/pom.xml [moved from archetype-closedloop-demo-rules/src/main/resources/archetype-resources/pom.xml with 100% similarity]
controlloop/templates/template.demo.v1.0.0/archetype-closedloop-demo-rules/src/main/resources/archetype-resources/src/main/config/__artifactId__-controller.properties [moved from archetype-closedloop-demo-rules/src/main/resources/archetype-resources/src/main/config/__artifactId__-controller.properties with 100% similarity]
controlloop/templates/template.demo.v1.0.0/archetype-closedloop-demo-rules/src/main/resources/archetype-resources/src/main/config/__artifactId__-controller.rest.json [moved from archetype-closedloop-demo-rules/src/main/resources/archetype-resources/src/main/config/__artifactId__-controller.rest.json with 100% similarity]
controlloop/templates/template.demo.v1.0.0/archetype-closedloop-demo-rules/src/main/resources/archetype-resources/src/main/config/appc.accepted.json [moved from archetype-closedloop-demo-rules/src/main/resources/archetype-resources/src/main/config/appc.accepted.json with 100% similarity]
controlloop/templates/template.demo.v1.0.0/archetype-closedloop-demo-rules/src/main/resources/archetype-resources/src/main/config/appc.success.json [moved from archetype-closedloop-demo-rules/src/main/resources/archetype-resources/src/main/config/appc.success.json with 100% similarity]
controlloop/templates/template.demo.v1.0.0/archetype-closedloop-demo-rules/src/main/resources/archetype-resources/src/main/config/dcae.onset.json [moved from archetype-closedloop-demo-rules/src/main/resources/archetype-resources/src/main/config/dcae.onset.json with 100% similarity]
controlloop/templates/template.demo.v1.0.0/archetype-closedloop-demo-rules/src/main/resources/archetype-resources/src/main/config/vFWsim-controller.properties [moved from archetype-closedloop-demo-rules/src/main/resources/archetype-resources/src/main/config/vFWsim-controller.properties with 100% similarity]
controlloop/templates/template.demo.v1.0.0/archetype-closedloop-demo-rules/src/main/resources/archetype-resources/src/main/config/vFWsim-controller.rest.json [moved from archetype-closedloop-demo-rules/src/main/resources/archetype-resources/src/main/config/vFWsim-controller.rest.json with 100% similarity]
controlloop/templates/template.demo.v1.0.0/archetype-closedloop-demo-rules/src/main/resources/archetype-resources/src/main/config/vfwsim-onset.json [moved from archetype-closedloop-demo-rules/src/main/resources/archetype-resources/src/main/config/vfwsim-onset.json with 100% similarity]
controlloop/templates/template.demo.v1.0.0/archetype-closedloop-demo-rules/src/main/resources/archetype-resources/src/main/resources/ControlLoopDemo__closedLoopControlName__.drl [moved from archetype-closedloop-demo-rules/src/main/resources/archetype-resources/src/main/resources/ControlLoopDemo__closedLoopControlName__.drl with 92% similarity]
controlloop/templates/template.demo.v1.0.0/archetype-closedloop-demo-rules/src/main/resources/archetype-resources/src/main/resources/META-INF/kmodule.xml [moved from archetype-closedloop-demo-rules/src/main/resources/archetype-resources/src/main/resources/META-INF/kmodule.xml with 100% similarity]
controlloop/templates/template.demo.v1.0.0/archetype-closedloop-demo-rules/src/test/resources/projects/basic/archetype.properties [moved from archetype-closedloop-demo-rules/src/test/resources/projects/basic/archetype.properties with 100% similarity]
controlloop/templates/template.demo.v1.0.0/archetype-closedloop-demo-rules/src/test/resources/projects/basic/goal.txt [moved from archetype-closedloop-demo-rules/src/test/resources/projects/basic/goal.txt with 100% similarity]
controlloop/templates/template.demo.v1.0.0/pom.xml [new file with mode: 0644]
controlloop/templates/template.demo.v1.0.0/template.demo/pom.xml [moved from template.demo/pom.xml with 72% similarity]
controlloop/templates/template.demo.v1.0.0/template.demo/src/main/resources/archetype-resources/src/main/resources/ControlLoopDemo__closedLoopControlName__.drl [moved from template.demo/src/main/resources/archetype-resources/src/main/resources/ControlLoopDemo__closedLoopControlName__.drl with 92% similarity]
controlloop/templates/template.demo.v1.0.0/template.demo/src/test/java/org/onap/policy/template/demo/TestAPPCPayload.java [moved from template.demo/src/test/java/org/openecomp/policy/template/demo/TestAPPCPayload.java with 82% similarity]
controlloop/templates/template.demo.v1.0.0/template.demo/src/test/java/org/onap/policy/template/demo/TestFirewallDemo.java [moved from template.demo/src/test/java/org/openecomp/policy/template/demo/TestFirewallDemo.java with 96% similarity]
controlloop/templates/template.demo.v1.0.0/template.demo/src/test/java/org/onap/policy/template/demo/TestMSO.java [moved from template.demo/src/test/java/org/openecomp/policy/template/demo/TestMSO.java with 93% similarity]
controlloop/templates/template.demo.v1.0.0/template.demo/src/test/resources/aairesponse.json [moved from template.demo/src/test/resources/aairesponse.json with 100% similarity]
controlloop/templates/template.demo/README.md [new file with mode: 0644]
controlloop/templates/template.demo/pom.xml [new file with mode: 0644]
controlloop/templates/template.demo/src/main/resources/ControlLoop_Template_1707_xacml_guard.drl [new file with mode: 0644]
controlloop/templates/template.demo/src/main/resources/blacklist_template.xml [new file with mode: 0644]
controlloop/templates/template.demo/src/main/resources/frequency_limiter_template.xml [new file with mode: 0644]
controlloop/templates/template.demo/src/main/resources/frequency_limiter_template_old.xml [new file with mode: 0644]
controlloop/templates/template.demo/src/main/resources/old/ControlLoop_Template_1610_v1.1_xacml_guard.drl [new file with mode: 0644]
controlloop/templates/template.demo/src/main/resources/old/ControlLoop_Template_1707_xacml_guard_enodeb.drl [new file with mode: 0644]
controlloop/templates/template.demo/src/test/java/org/onap/policy/controlloop/processor/ControlLoopXacmlGuardTest.java [new file with mode: 0644]
controlloop/templates/template.demo/src/test/java/org/onap/policy/controlloop/processor/Util.java [new file with mode: 0644]
controlloop/templates/template.demo/src/test/resources/xacml/old/frequency_limiter_1.xml [new file with mode: 0644]
controlloop/templates/template.demo/src/test/resources/xacml/old/frequency_limiter_2.xml [new file with mode: 0644]
controlloop/templates/template.demo/src/test/resources/xacml/old/frequency_limiter_3.xml [new file with mode: 0644]
controlloop/templates/template.demo/src/test/resources/xacml/old/frequency_limiter_4.xml [new file with mode: 0644]
controlloop/templates/template.demo/src/test/resources/xacml/old/xacml.properties [new file with mode: 0644]
controlloop/templates/template.demo/src/test/resources/xacml/old/xacml2.properties [new file with mode: 0644]
controlloop/templates/template.demo/src/test/resources/xacml/old/xacml3.properties [new file with mode: 0644]
controlloop/templates/template.demo/src/test/resources/xacml/xacml_guard.properties [new file with mode: 0644]
controlloop/templates/template.demo/src/test/resources/xacml/xacml_guard_old.properties [new file with mode: 0644]
controlloop/templates/template.demo/src/test/resources/yaml/policy_ControlLoop_vUSP_1707.yaml [new file with mode: 0644]
controlloop/templates/template.demo/src/test/resources/yaml/policy_guard_vUSP_1707_appc_migrate.yaml [new file with mode: 0644]
controlloop/templates/template.demo/src/test/resources/yaml/policy_guard_vUSP_1707_appc_rebuild.yaml [new file with mode: 0644]
controlloop/templates/template.demo/src/test/resources/yaml/policy_guard_vUSP_1707_appc_rebuild_1.yaml [new file with mode: 0644]
controlloop/templates/template.demo/src/test/resources/yaml/policy_guard_vUSP_1707_appc_restart.yaml [new file with mode: 0644]
controlloop/templates/template.demo/src/test/resources/yaml/policy_guard_vUSP_1707_appc_restart_blacklist.yaml [new file with mode: 0644]
pom.xml
sdnc/pom.xml [deleted file]
sdnc/src/main/java/org/openecomp/policy/sdnc/SDNCRequest.java [deleted file]
sdnc/src/main/java/org/openecomp/policy/sdnc/SDNCRequestHeader.java [deleted file]
sdnc/src/main/java/org/openecomp/policy/sdnc/SDNCRequestInput.java [deleted file]
sdnc/src/main/java/org/openecomp/policy/sdnc/SDNCVnfTopologyIdentifier.java [deleted file]
sdnc/src/main/java/org/openecomp/policy/sdnc/SDNCVnfTopologyInformation.java [deleted file]
sdnc/src/test/java/org/openecomp/policy/sdnc/TestDemo.java [deleted file]
template.demo/src/main/java/org/openecomp/policy/template/demo/EventManager.java [deleted file]
vfwsim/pom.xml [deleted file]
vfwsim/src/main/java/org/openecomp/policy/sim/vfw/AppcResponseEvent.java [deleted file]
vfwsim/src/main/java/org/openecomp/policy/sim/vfw/OnsetEvent.java [deleted file]
vfwsim/src/main/resources/META-INF/kmodule.xml [deleted file]
vfwsim/src/main/resources/vFWsim.drl [deleted file]