summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorOfir Sonsino <os0695@intl.att.com>2020-02-23 18:36:46 +0200
committerOfir Sonsino <os0695@intl.att.com>2020-02-23 18:36:46 +0200
commitbdfb8dc7638133228cb4223facc033f9e76b65de (patch)
treea1913f3d01281496603f39a22f90f78085efbd7d /docs
parentc5411baf4fe1354e6a70742c9d2d33b6b5fdc12e (diff)
configuration alignment
Change-Id: I24193515352973a8f5244c1089448ed5e9bac173 Issue-ID: SDC-2724 Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/configuration.rst20
1 files changed, 10 insertions, 10 deletions
diff --git a/docs/configuration.rst b/docs/configuration.rst
index 1fe26655b7..6d8d52490d 100644
--- a/docs/configuration.rst
+++ b/docs/configuration.rst
@@ -113,8 +113,8 @@ environment.json
"num_tokens": "256",
"data_dir": "/var/lib/cassandra/data",
"hinted_handoff_enabled": "true",
- "cassandra_user": "asdc_user",
- "cassandra_password": "Aa1234%^!",
+ "cassandra_user": "sdc_user",
+ "cassandra_password": "changeme",
"concurrent_writes": "32",
"cluster_name": "SDC-CS-",
"datacenter_name": "SDC-CS-",
@@ -263,7 +263,7 @@ BE-configuration.yaml
truststorePath : /config/.truststore
# The .truststore file password
- truststorePassword : Aa123456
+ truststorePassword : changeme
# Keyspaces configuration for Cassandra
keySpaces:
@@ -857,8 +857,8 @@ BE-configuration.yaml
feResolveAttempts: 3
enabled: false
interval: 60
- changePriorityUser: ecompasdc
- changePriorityPassword: ecompasdc123
+ changePriorityUser: onapsdc
+ changePriorityPassword: changeme
publishNetworkUrl:
publishNetworkBody: '{"note":"comment"}'
groups:
@@ -1083,7 +1083,7 @@ BE-distribution-engine-configuration.yaml
# aai configuration for tenant isolation
aaiConfig:
httpRequestConfig:
- serverRootUrl: https://aai-uint3.test.att.com:8443
+ serverRootUrl: https://aai.onap.org:8443
resourceNamespaces:
operationalEnvironments: /aai/v12/cloud-infrastructure/operational-environments
@@ -1093,7 +1093,7 @@ BE-distribution-engine-configuration.yaml
connectTimeoutMs: 1000
clientCertificate:
keyStore: /opt/app/jetty/base/be/etc/non-prod.jks
- keyStorePassword: hmXYcznAljMSisdy8zgcag==
+ keyStorePassword: changeme
headers:
X-FromAppId: asdc
numOfRetries: 3
@@ -1109,8 +1109,8 @@ BE-distribution-engine-configuration.yaml
readTimeoutMs: 2000
connectTimeoutMs: 500
basicAuthorization:
- userName: asdc
- password: OTLEp5lfVhYdyw5EAtTUBQ==
+ userName: sdc
+ password: changeme
numOfRetries: 3
currentArtifactInstallationTimeout: 120
@@ -1148,7 +1148,7 @@ BE-janusgraph.properties
storage.cassandra.ssl.truststore.location=/var/lib/jetty/config/.truststore
# JanusGraph cassandra ssl truststore file password
- storage.cassandra.ssl.truststore.password=Aa123456
+ storage.cassandra.ssl.truststore.password=changeme
# Should JanusGraph use cache
cache.db-cache = false