aboutsummaryrefslogtreecommitdiffstats
path: root/installation/src/main
diff options
context:
space:
mode:
Diffstat (limited to 'installation/src/main')
-rw-r--r--installation/src/main/stores/truststore.a1.adapter.jksbin0 -> 970 bytes
-rw-r--r--installation/src/main/yaml/docker-compose.yml6
2 files changed, 6 insertions, 0 deletions
diff --git a/installation/src/main/stores/truststore.a1.adapter.jks b/installation/src/main/stores/truststore.a1.adapter.jks
new file mode 100644
index 00000000..35eaceb8
--- /dev/null
+++ b/installation/src/main/stores/truststore.a1.adapter.jks
Binary files differ
diff --git a/installation/src/main/yaml/docker-compose.yml b/installation/src/main/yaml/docker-compose.yml
index 773d0616..96f9bb32 100644
--- a/installation/src/main/yaml/docker-compose.yml
+++ b/installation/src/main/yaml/docker-compose.yml
@@ -63,6 +63,12 @@ services:
- ODL_CERT_DIR=/tmp
- ODL_ADMIN_USERNAME=admin
- ODL_ADMIN_PASSWORD=Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
+ - A1_TRUSTSTORE_PASSWORD=a1adapter
+ # The default truststore for A1 adapter can be overridden by mounting a new
+ # truststore (uncomment the lines below), whereas the corresponding password
+ # should be updated in A1_TRUSTSTORE_PASSWORD environment variable (in the line above)
+ #volumes:
+ # - ./a1_truststore.jks:/opt/onap/sdnc/data/stores/truststore.a1.adapter.jks:ro
dns:
- ${DNS_IP_ADDR-10.0.100.1}
logging: