X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=docker-compose-app.yml;h=41fc90cb09647397c1052a7137d664195f1ef687;hb=51021a7813c05c43c0a022bd9b5dc0653d50a0b3;hp=c0b5daae35fcf9500298491bd59701045291344c;hpb=6a6798fa7751ece24386057e18641c4a1e63a393;p=aai%2Ftest-config.git diff --git a/docker-compose-app.yml b/docker-compose-app.yml index c0b5daa..41fc90c 100644 --- a/docker-compose-app.yml +++ b/docker-compose-app.yml @@ -6,12 +6,13 @@ services: environment: - LOCAL_USER_ID=${USER_ID} - LOCAL_GROUP_ID=${GROUP_ID} + - SKIP_CREATE_DB_SCHEMA_AT_STARTUP=true ports: - 8447:8447 volumes: - ${RESOURCES_LOGS}:/opt/aai/logroot/AAI-RES - - /opt/test-config/aai-resources/appconfig/titan-realtime.properties:/opt/app/aai-resources/resources/etc/appprops/titan-realtime.properties - - /opt/test-config/aai-resources/appconfig/titan-cached.properties:/opt/app/aai-resources/resources/etc/appprops/titan-cached.properties + - /opt/test-config/aai-resources/appconfig/janusgraph-realtime.properties:/opt/app/aai-resources/resources/etc/appprops/janusgraph-realtime.properties + - /opt/test-config/aai-resources/appconfig/janusgraph-cached.properties:/opt/app/aai-resources/resources/etc/appprops/janusgraph-cached.properties - /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 @@ -27,16 +28,13 @@ services: image: ${DOCKER_REGISTRY}/onap/aai-traversal hostname: aai-traversal.api.simpledemo.onap.org environment: - - AAI_CHEF_ENV=simpledemo - - AAI_CHEF_LOC=/var/chef/aai-data/environments - - CHEF_BRANCH=master - - CHEF_GIT_URL=http://gerrit.onap.org/r/aai - - AAI_CORE_VERSION=1.1.0-SNAPSHOT - LOCAL_USER_ID=${USER_ID} + - LOCAL_GROUP_ID=${GROUP_ID} + - DISABLE_UPDATE_QUERY=true 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/janusgraph-realtime.properties:/opt/app/aai-traversal/resources/etc/appprops/janusgraph-realtime.properties + - /opt/test-config/aai-traversal/appconfig/janusgraph-cached.properties:/opt/app/aai-traversal/resources/etc/appprops/janusgraph-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 @@ -61,6 +59,7 @@ services: volumes: - /dev/log:/dev/log - /opt/test-config/haproxy/haproxy.cfg:/usr/local/etc/haproxy/haproxy.cfg + - /opt/test-config/haproxy/aai.pem:/etc/ssl/private/aai.pem logging: driver: "json-file" options: @@ -125,13 +124,14 @@ services: hostname: sparky-be volumes: - ${UI_LOGS}:/logs - - /opt/test-config/sparky/appconfig:/opt/app/sparky/config + - /opt/test-config/sparky/appconfig:/opt/app/sparky/appconfig ports: - 9517:9517 environment: - - CONFIG_HOME=/opt/app/sparky/config - - KEY_STORE_PASSWORD=OBF:1i9a1u2a1unz1lr61wn51wn11lss1unz1u301i6o - - KEY_MANAGER_PASSWORD=OBF:1i9a1u2a1unz1lr61wn51wn11lss1unz1u301i6o + - KEYSTORE_PASSWORD=OBF:1y0q1uvc1uum1uvg1pil1pjl1uuq1uvk1uuu1y10 + - KEYSTORE_ALIAS_PASSWORD=OBF:1y0q1uvc1uum1uvg1pil1pjl1uuq1uvk1uuu1y10 + - SPARKY_SSL_ENABLED=false + - SPARKY_PORTAL_ENABLED=true logging: driver: "json-file" options: @@ -139,7 +139,7 @@ services: max-file: "5" champ-service: - image: ${DOCKER_REGISTRY}/onap/champ-service + image: ${DOCKER_REGISTRY}/onap/champ hostname: champ-service volumes: - ${CHAMP_LOGS}:/logs @@ -156,15 +156,15 @@ services: - AJSC_JETTY_BLOCKING_QUEUE_SIZE=200 - MAX_HEAP=1024 - SERVICE_BEANS=/opt/app/champ-service/dynamic/conf - - GRAPHIMPL=titan-deps + - GRAPHIMPL=janus-deps logging: driver: "json-file" options: max-size: "30m" max-file: "5" - + crud-service: - image: ${DOCKER_REGISTRY}/onap/crud-service + image: ${DOCKER_REGISTRY}/onap/gizmo hostname: crud-service volumes: - ${CRUD_LOGS}:/logs @@ -191,7 +191,7 @@ services: image: ${DOCKER_REGISTRY}/onap/babel hostname: babel volumes: - - ${BABEL_LOGS}:/logs + - ${BABEL_LOGS}:/opt/app/babel/logs/AAI-BAS - /opt/test-config/babel/appconfig:/opt/app/babel/config ports: - 9516:9516 @@ -203,8 +203,7 @@ services: driver: "json-file" options: max-size: "30m" - max-file: "5" - + max-file: "5" networks: default: driver: bridge