2 # ============LICENSE_START=======================================================
 
   4 # ================================================================================
 
   5 # Copyright © 2017 AT&T Intellectual Property. All rights reserved.
 
   6 # ================================================================================
 
   7 # Licensed under the Apache License, Version 2.0 (the "License");
 
   8 # you may not use this file except in compliance with the License.
 
   9 # You may obtain a copy of the License at
 
  11 #    http://www.apache.org/licenses/LICENSE-2.0
 
  13 # Unless required by applicable law or agreed to in writing, software
 
  14 # distributed under the License is distributed on an "AS IS" BASIS,
 
  15 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 
  16 # See the License for the specific language governing permissions and
 
  17 # limitations under the License.
 
  18 # ============LICENSE_END=========================================================
 
  20 # ECOMP is a trademark and service mark of AT&T Intellectual Property.
 
  23 # SCLD_ENV is for the environment context for dme2
 
  24 # AAI_CHEF_ENV is used for both dme2 properites and
 
  25 # also used by chef to generate appropriate properties
 
  30     image: __REGISTRY__/__NAMESPACE__/aai-traversal:__IMAGE_VERSION__
 
  33       - LOCAL_USER_ID=__LOCAL_USER_ID__
 
  34       - LOCAL_GROUP_ID=__LOCAL_GROUP_ID__
 
  36       - /opt/aai/logroot/AAI-GQ:/opt/aai/logroot/AAI-GQ
 
  37       - /opt/app/aai-traversal/appconfig/aai-client-cert.p12:/opt/app/aai-traversal/resources/etc/auth/aai-client-cert.p12
 
  38       - /opt/app/aai-traversal/appconfig/tomcat_keystore:/opt/app/aai-traversal/resources/etc/auth/tomcat_keystore
 
  39       - /opt/app/aai-traversal/appconfig/aai_policy.json:/opt/app/aai-traversal/resources/etc/auth/aai_policy.json
 
  40       - /opt/app/aai-traversal/appconfig/aaiconfig.properties:/opt/app/aai-traversal/resources/etc/appprops/aaiconfig.properties
 
  41       - /opt/app/aai-traversal/appconfig/application.properties:/opt/app/aai-traversal/resources/application.properties
 
  42       - /opt/app/aai-traversal/appconfig/dme2.properties:/opt/app/aai-traversal/resources/dme2.properties
 
  43       - /opt/app/aai-traversal/appconfig/localhost-access-logback.xml:/opt/app/aai-traversal/resources/localhost-access-logback.xml
 
  44       - /opt/app/aai-traversal/appconfig/logback.xml:/opt/app/aai-traversal/resources/logback.xml
 
  45       - /opt/app/aai-traversal/appconfig/janusgraph-cached.properties:/opt/app/aai-traversal/resources/etc/appprops/janusgraph-cached.properties
 
  46       - /opt/app/aai-traversal/appconfig/janusgraph-realtime.properties:/opt/app/aai-traversal/resources/etc/appprops/janusgraph-realtime.properties