summaryrefslogtreecommitdiffstats
path: root/docker-compose-app.yml
diff options
context:
space:
mode:
authorVenkata Harish K Kajur <vk250x@att.com>2018-03-06 18:37:14 -0500
committerVenkata Harish K Kajur <vk250x@att.com>2018-03-07 09:01:24 -0500
commitd3eeb821e65e48295500a6d8ed52a7f73c8fe733 (patch)
tree6a6c252e7771cef2dbb1b76e2f394b14bf1c9b1f /docker-compose-app.yml
parent1647f970f55f1218c33b2664c85db8477e5d75c4 (diff)
Fix the accidental openecomp to onap
Change the files that referenced openecomp to onap Change the deploy vm 1 to look for a different phrase when start the microservice and update the application properties to have empty username and password for dmaap since the keys needs to be provided even if the values for them are empty Issue-ID: AAI-95 Issue-ID: AAI-96 Change-Id: Idf6e4050733d395397fdbf3b6b12dfaf6ed677b4 Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
Diffstat (limited to 'docker-compose-app.yml')
-rw-r--r--docker-compose-app.yml12
1 files changed, 11 insertions, 1 deletions
diff --git a/docker-compose-app.yml b/docker-compose-app.yml
index 793e6a1..c59099b 100644
--- a/docker-compose-app.yml
+++ b/docker-compose-app.yml
@@ -15,7 +15,9 @@ services:
- /opt/test-config/aai-resources/appconfig/aaiconfig.properties:/opt/app/aai-resources/resources/etc/appprops/aaiconfig.properties
- /opt/test-config/aai-resources/appconfig/application.properties:/opt/app/aai-resources/resources/application.properties
- /opt/test-config/aai-resources/appconfig/logback.xml:/opt/app/aai-resources/resources/logback.xml
- - /opt/test-config/aai-resources/appconfig/localhost-access-logback.xml:/opt/app/aai-resources/resources/logback.xml
+ - /opt/test-config/aai-resources/appconfig/localhost-access-logback.xml:/opt/app/aai-resources/resources/localhost-access-logback.xml
+ - /opt/test-config/aai-resources/appconfig/aai_keystore:/opt/app/aai-resources/resources/etc/auth/aai_keystore
+ - /opt/test-config/aai-resources/appconfig/realm.properties:/opt/app/aai-resources/resources/etc/auth/realm.properties
logging:
driver: "json-file"
options:
@@ -33,6 +35,14 @@ services:
- LOCAL_USER_ID=${USER_ID}
volumes:
- ${TRAVERSAL_LOGS}:/opt/aai/logroot/AAI-GQ
+ - /opt/test-config/aai-traversal/appconfig/titan-realtime.properties:/opt/app/aai-traversal/resources/etc/appprops/titan-realtime.properties
+ - /opt/test-config/aai-traversal/appconfig/titan-cached.properties:/opt/app/aai-traversal/resources/etc/appprops/titan-cached.properties
+ - /opt/test-config/aai-traversal/appconfig/aaiconfig.properties:/opt/app/aai-traversal/resources/etc/appprops/aaiconfig.properties
+ - /opt/test-config/aai-traversal/appconfig/application.properties:/opt/app/aai-traversal/resources/application.properties
+ - /opt/test-config/aai-traversal/appconfig/logback.xml:/opt/app/aai-traversal/resources/logback.xml
+ - /opt/test-config/aai-traversal/appconfig/localhost-access-logback.xml:/opt/app/aai-traversal/resources/localhost-access-logback.xml
+ - /opt/test-config/aai-traversal/appconfig/aai_keystore:/opt/app/aai-traversal/resources/etc/auth/aai_keystore
+ - /opt/test-config/aai-traversal/appconfig/realm.properties:/opt/app/aai-traversal/resources/etc/auth/realm.properties
ports:
- 8446:8446
logging: