Merge "Add Common Helm Chart "mariadb-galera""
[oom.git] / kubernetes / aai / charts / aai-champ / resources / config / dynamic / conf / champ-beans.xml
index f97ac16..6a66811 100644 (file)
@@ -22,12 +22,17 @@ xsi:schemaLocation="
         <entry key="champcore.event.stream.publisher" value-ref="champEventPublisher"/>
 
         <entry key="graph.name" value="aaigraph.dev"/>
-        <entry key="storage.backend" value="hbase"/>
-        <entry key="storage.hostname" value="aai-hbase.{{.Release.Namespace}}"/>
+        <entry key="storage.backend" value="cassandra"/>
+        <entry key="storage.cassandra.keyspace" value="aaigraph"/>
+        <entry key="storage.cassandra.read-consistency-level" value="LOCAL_QUORUM"/>
+        <entry key="storage.cassandra.write-consistency-level" value="LOCAL_QUORUM"/>
+        <entry key="storage.cassandra.replication-factor" value="3"/>
+        <entry key="storage.cassandra.replication-strategy-class" value="org.apache.cassandra.locator.SimpleStrategy"/>
 
-        <!-- Hbase Config -->
-        <entry key="storage.hbase.ext.hbase.zookeeper.property.clientPort" value="2181"/>
-        <entry key="storage.hbase.ext.zookeeper.znode.parent" value="/hbase"/>
+        {{- $seed_size := default 1 .Values.global.cassandra.replicas | int -}}
+        {{- $global := . }}
+        <entry key="storage.hostname" value="{{- range $i, $e := until $seed_size }}{{ $global.Release.Name }}-aai-cassandra-{{ $i }},{{- end }}"/>
+        <entry key="storage.port" value="9160"/>
     </util:map>
 
     <!-- Janus Implementation -->