# Copyright (c) 2017 Amdocs, Bell Canada # Modifications Copyright (c) 2018 AT&T # Modifications Copyright (c) 2020 Nokia, Orange # Modifications Copyright (c) 2021 Orange # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # Default values for aai. # This is a YAML-formatted file. # Declare variables to be passed into your templates. global: # global defaults nodePortPrefix: 302 repository: nexus3.onap.org:10001 dockerhubRepository: docker.io busyboxImage: busybox readinessImage: onap/oom/readiness:3.0.1 loggingRepository: docker.elastic.co loggingImage: beats/filebeat:5.5.0 restartPolicy: Always aafEnabled: true msbEnabled: true centralizedLoggingEnabled: true cassandra: #This will instantiate AAI cassandra cluster, default:shared cassandra. localCluster: false #Service Name of the cassandra cluster to connect to. #Override it to aai-cassandra if localCluster is enabled. serviceName: cassandra #This should be same as shared cassandra instance or if localCluster is enabled #then it should be same as aai-cassandra replicaCount replicas: 3 #Cassanara login details username: cassandra password: cassandra aai: serviceName: aai babel: serviceName: aai-babel aaiElasticsearch: serviceName: aai-elasticsearch resources: serviceName: aai-resources sparkyBe: serviceName: aai-sparky-be dataRouter: serviceName: aai-data-router gizmo: serviceName: aai-gizmo modelloader: serviceName: aai-modelloader searchData: serviceName: aai-search-data traversal: serviceName: aai-traversal graphadmin: serviceName: aai-graphadmin spike: serviceName: aai-spike initContainers: enabled: true # Specifies a list of jobs to be run jobs: # When enabled, it will create the schema based on oxm and edge rules createSchema: enabled: true # When enabled, it will create the widget models via REST API to haproxy updateQueryData: enabled: true #migration using helm hooks migration: enabled: false remoteCassandra: enabled: false storage: backend: cassandra hostname: 10.10.10.10 connectionTimeout: 100000 cacheSize: 1000000 keyConsistent: true #If backend is cql or cassandra it should be keyspace name #else backend is hbase it should be hbase table name name: aaigraph ## CQL driver specific properties for janusgraph # cql: # #Name of the Cassandra Cluster # cluster: someclustername # readConsistency: QUORUM # writeConsistency: QUORUM # replicationFactor: 3 # localConsistencyForSysOps: true ## Cassandra driver specific properties for janusgraph cassandra: #Name of the Cassandra Cluster clusterName: aai-cluster localDataCenter: Pod lab readConsistency: LOCAL_QUORUM writeConsistency: LOCAL_QUORUM replicationFactor: 3 #storage: # backend: cassandra # hostname: somehost1,somehost2,somehost3 # connectionTimeout: 100000 # cacheSize: 1000000 # clusterName: someClusterName # localDataCenter: someDataCenter # keyConsistent: true # #If backend is cql or cassandra it should be keyspace name # #else backend is hbase it should be hbase table name # name: your_hbase_table_or_keyspace_name ## CQL driver specific properties for janusgraph # cql: # #Name of the Cassandra Cluster # cluster: someclustername # readConsistency: QUORUM # writeConsistency: QUORUM # replicationFactor: 3 # localConsistencyForSysOps: true ## Cassandra driver specific properties for janusgraph # cassandra: # #Name of the Cassandra Cluster # cluster: someclustername # readConsistency: LOCAL_QUORUM # writeConsistency: LOCAL_QUORUM # replicationFactor: 3 # Common configuration for resources traversal and graphadmin config: # User information for the admin user in container userId: 1000 groupId: 1000 # Specifies that the cluster connected to a dynamic # cluster being spinned up by kubernetes deployment cluster: cassandra: dynamic: true # If cluster.cassandra.dynamic is set to false # Then the following configuration should be uncommented # This is if you are planning to connect to a existing # Cassandra cluster instead of doing the deployment #storage: # backend: cassandra # hostname: somehost1,somehost2,somehost3 # connectionTimeout: 100000 # cacheSize: 1000000 # clusterName: someClusterName # localDataCenter: someDataCenter # keyConsistent: true # # If backend is cql or cassandra it should be keyspace name # # else backend is hbase it should be hbase table name # name: your_hbase_table_or_keyspace_name # # CQL driver specific properties for janusgraph # cql: # # Name of the Cassandra Cluster # cluster: someclustername # readConsistency: QUORUM # writeConsistency: QUORUM # replicationFactor: 3 # localConsistencyForSysOps: true # # Cassandra driver specific properties for janusgraph # cassandra: # # Name of the Cassandra Cluster # cluster: someclustername # readConsistency: LOCAL_QUORUM # writeConsistency: LOCAL_QUORUM # replicationFactor: 3 # Specifies if the basic authorization is enabled basic: auth: enabled: true username: AAI passwd: AAI # Active spring profiles for the resources microservice # aaf-auth profile will be automatically set if aaf enabled is set to true profiles: active: production,dmaap #,aaf-auth # Notification event specific properties notification: eventType: AAI-EVENT domain: dev # Schema specific properties that include supported versions of api schema: # Specifies if the connection should be one way ssl, two way ssl or no auth # will be set to no-auth if tls is disabled service: client: one-way-ssl # Specifies which translator to use if it has schema-service, then it will make a rest request to schema service translator: list: schema-service source: # Specifies which fo