From bb89ed3ad0765d323b6b026fc5fdd3b4a57fcc31 Mon Sep 17 00:00:00 2001 From: "waqas.ikram" Date: Mon, 18 Jun 2018 14:04:52 +0100 Subject: Adding package module Change-Id: I2513f00a3f49d4428470c173a717ccb9fbc49de5 Issue-ID: POLICY-863 Signed-off-by: waqas.ikram --- .../src/main/resources/META-INF/persistence.xml | 258 +++++++++++++++++++++ .../src/main/resources/hazelcast/hazelcast.xml | 222 ++++++++++++++++++ .../src/main/resources/infinispan/infinispan.xml | 38 +++ .../src/main/resources/infinispan/jgroups-apex.xml | 94 ++++++++ .../src/main/resources/logback-default.xml | 64 +++++ .../src/main/resources/logback-logic.xml | 61 +++++ .../src/main/resources/logback-server.xml | 44 ++++ .../src/main/resources/logback.xml | 64 +++++ 8 files changed, 845 insertions(+) create mode 100644 packages/apex-pdp-package-full/src/main/resources/META-INF/persistence.xml create mode 100644 packages/apex-pdp-package-full/src/main/resources/hazelcast/hazelcast.xml create mode 100644 packages/apex-pdp-package-full/src/main/resources/infinispan/infinispan.xml create mode 100644 packages/apex-pdp-package-full/src/main/resources/infinispan/jgroups-apex.xml create mode 100644 packages/apex-pdp-package-full/src/main/resources/logback-default.xml create mode 100644 packages/apex-pdp-package-full/src/main/resources/logback-logic.xml create mode 100644 packages/apex-pdp-package-full/src/main/resources/logback-server.xml create mode 100644 packages/apex-pdp-package-full/src/main/resources/logback.xml (limited to 'packages/apex-pdp-package-full/src/main/resources') diff --git a/packages/apex-pdp-package-full/src/main/resources/META-INF/persistence.xml b/packages/apex-pdp-package-full/src/main/resources/META-INF/persistence.xml new file mode 100644 index 000000000..692a925e7 --- /dev/null +++ b/packages/apex-pdp-package-full/src/main/resources/META-INF/persistence.xml @@ -0,0 +1,258 @@ + + + + + + org.eclipse.persistence.jpa.PersistenceProvider + + org.onap.policy.apex.core.basicmodel.dao.converters.UUID2String + org.onap.policy.apex.core.basicmodel.concepts.AxArtifactKey + org.onap.policy.apex.core.basicmodel.concepts.AxConcept + org.onap.policy.apex.core.basicmodel.concepts.AxDataType + org.onap.policy.apex.core.basicmodel.concepts.AxKeyInfo + org.onap.policy.apex.core.basicmodel.concepts.AxKeyInformation + org.onap.policy.apex.core.basicmodel.concepts.AxModel + org.onap.policy.apex.core.basicmodel.concepts.TestEntity + org.onap.policy.apex.core.contextmodel.concepts.AxContextType + org.onap.policy.apex.core.contextmodel.concepts.AxContextItem + org.onap.policy.apex.core.contextmodel.concepts.AxContextItemTemplate + org.onap.policy.apex.core.contextmodel.concepts.AxContextScope + org.onap.policy.apex.core.contextmodel.concepts.AxContextType + org.onap.policy.apex.core.contextmodel.concepts.AxContextMap + org.onap.policy.apex.core.contextmodel.concepts.AxContext + org.onap.policy.apex.core.contextmodel.concepts.AxContextModel + org.onap.policy.apex.core.eventmodel.concepts.AxEventParameter + org.onap.policy.apex.core.eventmodel.concepts.AxEvent + org.onap.policy.apex.core.eventmodel.concepts.AxEvents + org.onap.policy.apex.core.eventmodel.concepts.AxEventModel + org.onap.policy.apex.core.policymodel.concepts.AxLogic + org.onap.policy.apex.core.policymodel.concepts.AxTaskParameter + org.onap.policy.apex.core.policymodel.concepts.AxTask + org.onap.policy.apex.core.policymodel.concepts.AxTasks + org.onap.policy.apex.core.policymodel.concepts.AxState + org.onap.policy.apex.core.policymodel.concepts.AxPolicy + org.onap.policy.apex.core.policymodel.concepts.AxPolicies + org.onap.policy.apex.core.policymodel.concepts.AxPolicyModel + org.onap.policy.apex.core.enginemodel.concepts.AxEngineStats + org.onap.policy.apex.core.enginemodel.concepts.AxEngineModel + org.onap.policy.apex.domains.aadm.concepts.ENodeBStatus + org.onap.policy.apex.domains.aadm.concepts.IMSIStatus + org.onap.policy.apex.domains.aadm.concepts.IPAddressStatus + org.onap.policy.apex.domains.adaptive.concepts.AnomalyDetection + org.onap.policy.apex.domains.adaptive.concepts.AutoLearn + org.onap.policy.apex.domains.vpn.concepts.VPNCustomer + org.onap.policy.apex.domains.vpn.concepts.VPNLink + org.onap.policy.apex.domains.vpn.concepts.VPNProblem + + false + + + + + + + + + + + + + + + org.eclipse.persistence.jpa.PersistenceProvider + + org.onap.policy.apex.core.basicmodel.dao.converters.UUID2String + org.onap.policy.apex.core.basicmodel.concepts.AxArtifactKey + org.onap.policy.apex.core.basicmodel.concepts.AxConcept + org.onap.policy.apex.core.basicmodel.concepts.AxDataType + org.onap.policy.apex.core.basicmodel.concepts.AxKeyInfo + org.onap.policy.apex.core.basicmodel.concepts.AxKeyInformation + org.onap.policy.apex.core.basicmodel.concepts.AxModel + org.onap.policy.apex.core.basicmodel.concepts.TestEntity + org.onap.policy.apex.core.contextmodel.concepts.AxContextType + org.onap.policy.apex.core.contextmodel.concepts.AxContextItem + org.onap.policy.apex.core.contextmodel.concepts.AxContextItemTemplate + org.onap.policy.apex.core.contextmodel.concepts.AxContextScope + org.onap.policy.apex.core.contextmodel.concepts.AxContextType + org.onap.policy.apex.core.contextmodel.concepts.AxContextMap + org.onap.policy.apex.core.contextmodel.concepts.AxContext + org.onap.policy.apex.core.contextmodel.concepts.AxContextModel + org.onap.policy.apex.core.eventmodel.concepts.AxEventParameter + org.onap.policy.apex.core.eventmodel.concepts.AxEvent + org.onap.policy.apex.core.eventmodel.concepts.AxEvents + org.onap.policy.apex.core.eventmodel.concepts.AxEventModel + org.onap.policy.apex.core.policymodel.concepts.AxLogic + org.onap.policy.apex.core.policymodel.concepts.AxTaskParameter + org.onap.policy.apex.core.policymodel.concepts.AxTask + org.onap.policy.apex.core.policymodel.concepts.AxTasks + org.onap.policy.apex.core.policymodel.concepts.AxState + org.onap.policy.apex.core.policymodel.concepts.AxPolicy + org.onap.policy.apex.core.policymodel.concepts.AxPolicies + org.onap.policy.apex.core.policymodel.concepts.AxPolicyModel + org.onap.policy.apex.core.enginemodel.concepts.AxEngineStats + org.onap.policy.apex.core.enginemodel.concepts.AxEngineModel + org.onap.policy.apex.domains.aadm.concepts.ENodeBStatus + org.onap.policy.apex.domains.aadm.concepts.IMSIStatus + org.onap.policy.apex.domains.aadm.concepts.IPAddressStatus + org.onap.policy.apex.domains.adaptive.concepts.AnomalyDetection + org.onap.policy.apex.domains.adaptive.concepts.AutoLearn + org.onap.policy.apex.domains.vpn.concepts.VPNCustomer + org.onap.policy.apex.domains.vpn.concepts.VPNLink + org.onap.policy.apex.domains.vpn.concepts.VPNProblem + + false + + + + + + + + + + + + + + + org.hibernate.jpa.HibernatePersistenceProvider + + org.onap.policy.apex.core.basicmodel.dao.converters.UUID2String + org.onap.policy.apex.core.basicmodel.concepts.AxArtifactKey + org.onap.policy.apex.core.basicmodel.concepts.AxConcept + org.onap.policy.apex.core.basicmodel.concepts.AxDataType + org.onap.policy.apex.core.basicmodel.concepts.AxKeyInfo + org.onap.policy.apex.core.basicmodel.concepts.AxKeyInformation + org.onap.policy.apex.core.basicmodel.concepts.AxModel + org.onap.policy.apex.core.basicmodel.concepts.TestEntity + org.onap.policy.apex.core.contextmodel.concepts.AxContextType + org.onap.policy.apex.core.contextmodel.concepts.AxContextItem + org.onap.policy.apex.core.contextmodel.concepts.AxContextItemTemplate + org.onap.policy.apex.core.contextmodel.concepts.AxContextScope + org.onap.policy.apex.core.contextmodel.concepts.AxContextType + org.onap.policy.apex.core.contextmodel.concepts.AxContextMap + org.onap.policy.apex.core.contextmodel.concepts.AxContext + org.onap.policy.apex.core.contextmodel.concepts.AxContextModel + org.onap.policy.apex.core.eventmodel.concepts.AxEventParameter + org.onap.policy.apex.core.eventmodel.concepts.AxEvent + org.onap.policy.apex.core.eventmodel.concepts.AxEvents + org.onap.policy.apex.core.eventmodel.concepts.AxEventModel + org.onap.policy.apex.core.policymodel.concepts.AxLogic + org.onap.policy.apex.core.policymodel.concepts.AxTaskParameter + org.onap.policy.apex.core.policymodel.concepts.AxTask + org.onap.policy.apex.core.policymodel.concepts.AxTasks + org.onap.policy.apex.core.policymodel.concepts.AxState + org.onap.policy.apex.core.policymodel.concepts.AxPolicy + org.onap.policy.apex.core.policymodel.concepts.AxPolicies + org.onap.policy.apex.core.policymodel.concepts.AxPolicyModel + org.onap.policy.apex.core.enginemodel.concepts.AxEngineStats + org.onap.policy.apex.core.enginemodel.concepts.AxEngineModel + org.onap.policy.apex.domains.aadm.concepts.ENodeBStatus + org.onap.policy.apex.domains.aadm.concepts.IMSIStatus + org.onap.policy.apex.domains.aadm.concepts.IPAddressStatus + org.onap.policy.apex.domains.adaptive.concepts.AnomalyDetection + org.onap.policy.apex.domains.adaptive.concepts.AutoLearn + org.onap.policy.apex.domains.vpn.concepts.VPNCustomer + org.onap.policy.apex.domains.vpn.concepts.VPNLink + org.onap.policy.apex.domains.vpn.concepts.VPNProblem + + + + + + + + + + + + + + + + + + + + + + + org.hibernate.jpa.HibernatePersistenceProvider + + org.onap.policy.apex.core.basicmodel.dao.converters.UUID2String + org.onap.policy.apex.core.basicmodel.concepts.AxArtifactKey + org.onap.policy.apex.core.basicmodel.concepts.AxConcept + org.onap.policy.apex.core.basicmodel.concepts.AxDataType + org.onap.policy.apex.core.basicmodel.concepts.AxKeyInfo + org.onap.policy.apex.core.basicmodel.concepts.AxKeyInformation + org.onap.policy.apex.core.basicmodel.concepts.AxModel + org.onap.policy.apex.core.basicmodel.concepts.TestEntity + org.onap.policy.apex.core.contextmodel.concepts.AxContextType + org.onap.policy.apex.core.contextmodel.concepts.AxContextItem + org.onap.policy.apex.core.contextmodel.concepts.AxContextItemTemplate + org.onap.policy.apex.core.contextmodel.concepts.AxContextScope + org.onap.policy.apex.core.contextmodel.concepts.AxContextType + org.onap.policy.apex.core.contextmodel.concepts.AxContextMap + org.onap.policy.apex.core.contextmodel.concepts.AxContext + org.onap.policy.apex.core.contextmodel.concepts.AxContextModel + org.onap.policy.apex.core.eventmodel.concepts.AxEventParameter + org.onap.policy.apex.core.eventmodel.concepts.AxEvent + org.onap.policy.apex.core.eventmodel.concepts.AxEvents + org.onap.policy.apex.core.eventmodel.concepts.AxEventModel + org.onap.policy.apex.core.policymodel.concepts.AxLogic + org.onap.policy.apex.core.policymodel.concepts.AxTaskParameter + org.onap.policy.apex.core.policymodel.concepts.AxTask + org.onap.policy.apex.core.policymodel.concepts.AxTasks + org.onap.policy.apex.core.policymodel.concepts.AxState + org.onap.policy.apex.core.policymodel.concepts.AxPolicy + org.onap.policy.apex.core.policymodel.concepts.AxPolicies + org.onap.policy.apex.core.policymodel.concepts.AxPolicyModel + org.onap.policy.apex.core.enginemodel.concepts.AxEngineStats + org.onap.policy.apex.core.enginemodel.concepts.AxEngineModel + org.onap.policy.apex.domains.aadm.concepts.ENodeBStatus + org.onap.policy.apex.domains.aadm.concepts.IMSIStatus + org.onap.policy.apex.domains.aadm.concepts.IPAddressStatus + org.onap.policy.apex.domains.adaptive.concepts.AnomalyDetection + org.onap.policy.apex.domains.adaptive.concepts.AutoLearn + org.onap.policy.apex.domains.vpn.concepts.VPNCustomer + org.onap.policy.apex.domains.vpn.concepts.VPNLink + org.onap.policy.apex.domains.vpn.concepts.VPNProblem + + + + + + + + + + + + + + + + + + + + + diff --git a/packages/apex-pdp-package-full/src/main/resources/hazelcast/hazelcast.xml b/packages/apex-pdp-package-full/src/main/resources/hazelcast/hazelcast.xml new file mode 100644 index 000000000..f90c53c51 --- /dev/null +++ b/packages/apex-pdp-package-full/src/main/resources/hazelcast/hazelcast.xml @@ -0,0 +1,222 @@ + + + + + HazelcastGroup3.0EVAL + password3.0EVAL + + + 5706 + + + 224.2.2.10 + 54327 + + + 10.0.0.1 + + + + + + 127.0.0.* + + + + true + slf4j + + false + 60 + + + 16 + + + + 100000 + + + + + 1 + + NONE + + 0 + + 25 + + + + + + + 1 + + + true + + LRU + + 3000000 + + 5 + + + 7200 + + + + + + + + + 1 + + + true + + LRU + + 3000000 + + 5 + + + 7200 + + + + + + + 100000 + + + + + 0 + + + + + + 3 + + true + + NONE + + 1000 + + 0 + + + + + 0 + + + + 3 + + true + + NONE + + 1000 + + 0 + + + 0 + + + + 100000 + + + + + 1 + NONE + 0 + + + diff --git a/packages/apex-pdp-package-full/src/main/resources/infinispan/infinispan.xml b/packages/apex-pdp-package-full/src/main/resources/infinispan/infinispan.xml new file mode 100644 index 000000000..fcb57ae8a --- /dev/null +++ b/packages/apex-pdp-package-full/src/main/resources/infinispan/infinispan.xml @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + diff --git a/packages/apex-pdp-package-full/src/main/resources/infinispan/jgroups-apex.xml b/packages/apex-pdp-package-full/src/main/resources/infinispan/jgroups-apex.xml new file mode 100644 index 000000000..c97406abe --- /dev/null +++ b/packages/apex-pdp-package-full/src/main/resources/infinispan/jgroups-apex.xml @@ -0,0 +1,94 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/packages/apex-pdp-package-full/src/main/resources/logback-default.xml b/packages/apex-pdp-package-full/src/main/resources/logback-default.xml new file mode 100644 index 000000000..b96a37686 --- /dev/null +++ b/packages/apex-pdp-package-full/src/main/resources/logback-default.xml @@ -0,0 +1,64 @@ + + + + + + + Apex + + + + + + %d %contextName [%t] %level %logger{36} - %msg%n + + + + + + + + + ${VAR_LOG}/apex.log + + %d %-5relative [procId=${processId}] [%thread] %-5level + %logger{26} - %msg %n %ex{full} + + + + + ${VAR_LOG}/apex_ctxt.log + + %d %-5relative [procId=${processId}] [%thread] %-5level + %logger{26} - %msg %n %ex{full} + + + + + + + + + + + + + diff --git a/packages/apex-pdp-package-full/src/main/resources/logback-logic.xml b/packages/apex-pdp-package-full/src/main/resources/logback-logic.xml new file mode 100644 index 000000000..23ce2b32b --- /dev/null +++ b/packages/apex-pdp-package-full/src/main/resources/logback-logic.xml @@ -0,0 +1,61 @@ + + + + + + + Apex + + + + + %d %contextName [%t] %level %logger{36} - %msg%n + + + + + ${VAR_LOG}/apex.log + + + %d %-5relative [procId=${processId}] [%thread] %-5level%logger{26} - %msg %n %ex{full} + + + + + + + policy: %msg\n + + + + + + + + + + + + + + + + diff --git a/packages/apex-pdp-package-full/src/main/resources/logback-server.xml b/packages/apex-pdp-package-full/src/main/resources/logback-server.xml new file mode 100644 index 000000000..262c826d8 --- /dev/null +++ b/packages/apex-pdp-package-full/src/main/resources/logback-server.xml @@ -0,0 +1,44 @@ + + + + + + + Apex + + + + ${VAR_LOG}/apex.log + + + %d %-5relative [procId=${processId}] [%thread] %-5level%logger{26} - %msg %n %ex{full} + + + + + + + + + + + + \ No newline at end of file diff --git a/packages/apex-pdp-package-full/src/main/resources/logback.xml b/packages/apex-pdp-package-full/src/main/resources/logback.xml new file mode 100644 index 000000000..42502b1ab --- /dev/null +++ b/packages/apex-pdp-package-full/src/main/resources/logback.xml @@ -0,0 +1,64 @@ + + + + + + + Apex + + + + + + %d %contextName [%t] %level %logger{36} - %msg%n + + + + + + + + + ${VAR_LOG}/apex.log + + %d %-5relative [procId=${processId}] [%thread] %-5level + %logger{26} - %msg %n %ex{full} + + + + + ${VAR_LOG}/apex_ctxt.log + + %d %-5relative [procId=${processId}] [%thread] %-5level + %logger{26} - %msg %n %ex{full} + + + + + + + + + + + + + -- cgit 1.2.3-korg