add aafshiro feature config files
[sdnc/oam.git] / installation / src / main / yaml / docker-compose.yml
index 92ceeae..12ca37b 100644 (file)
@@ -27,6 +27,7 @@ services:
     depends_on :
       - db
     container_name: sdnc_ansible_container
+    entrypoint: ["/opt/onap/ccsdk/startAnsibleServer.sh"]
     ports:
       - "8000"
     links:
@@ -65,6 +66,8 @@ services:
       options:
         max-size: "30m"
         max-file: "5"
+    extra_hosts:
+        aaf.osaaf.org: 10.12.6.214
 
 
   web: