aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources
diff options
context:
space:
mode:
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-06-12 14:00:53 +0200
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-06-15 11:46:50 +0200
commit6406d19ed660371107aec3317856a492f6e22d0f (patch)
tree416ad3a734643ebd11f14266c7eaf7d79e20f29e /src/main/resources
parent023e0b5018247f02e05dbed3f91c495161fde814 (diff)
Update aai-common to 1.14.0 in graphadmin1.14.0
- update aai-common to 1.14.0 which contains Janusgraph update to 0.3.3 - introduce -v parameter to the datasnapshot scripts to specify graphson version Issue-ID: AAI-3871 Change-Id: I4efac6b8ef6cf6f5b264677c5a85e38cd226a194 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/etc/appprops/janusgraph-realtime.properties4
-rw-r--r--src/main/resources/logback.xml2
-rw-r--r--src/main/resources/org/janusgraph/graphdb/configuration/janusgraph.internal.properties6
3 files changed, 3 insertions, 9 deletions
diff --git a/src/main/resources/etc/appprops/janusgraph-realtime.properties b/src/main/resources/etc/appprops/janusgraph-realtime.properties
index 3a7df75..22ce38e 100644
--- a/src/main/resources/etc/appprops/janusgraph-realtime.properties
+++ b/src/main/resources/etc/appprops/janusgraph-realtime.properties
@@ -2,7 +2,7 @@
# ============LICENSE_START=======================================================
# org.onap.aai
# ================================================================================
-# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# Copyright � 2017 AT&T Intellectual Property. All rights reserved.
# ================================================================================
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -26,7 +26,7 @@ storage.hostname=localhost
#schema.default=none
storage.lock.wait-time=300
storage.hbase.table=aaigraph-dev1.dev
-storage.hbase.ext.zookeeper.znode.parent=/hbase-unsecure
+# storage.hbase.ext.zookeeper.znode.parent=/hbase-unsecure
# Setting db-cache to false ensure the fastest propagation of changes across servers
cache.db-cache = false
diff --git a/src/main/resources/logback.xml b/src/main/resources/logback.xml
index 68cb299..bf6882a 100644
--- a/src/main/resources/logback.xml
+++ b/src/main/resources/logback.xml
@@ -1135,7 +1135,7 @@
<appender-ref ref="asyncMETRIC"/>
</logger>
<logger name="org.onap.aai.logging.ErrorLogHelper" level="WARN">
- <appender-ref ref="asyncERROR"/>
+ <appender-ref ref="STDOUT"/>
</logger>
<logger name="org.onap.aai.failover" level="DEBUG" additivity="false">
<appender-ref ref="asyncFailover" />
diff --git a/src/main/resources/org/janusgraph/graphdb/configuration/janusgraph.internal.properties b/src/main/resources/org/janusgraph/graphdb/configuration/janusgraph.internal.properties
deleted file mode 100644
index dcbbf83..0000000
--- a/src/main/resources/org/janusgraph/graphdb/configuration/janusgraph.internal.properties
+++ /dev/null
@@ -1,6 +0,0 @@
-# TODO: Please remove this file once all we move away from 0.2.3
-# The reason we need this is because we built our own 0.2.3-SNAPSHOT
-# Janusgraph checks this file to see which it is compatible with
-
-janusgraph.compatible-versions=0.1.0,0.1.1,0.2.0,0.2.1,0.2.2,0.2.3-SNAPSHOT
-janusgraph.version=0.2.3