Fix babel config to allow HEAT startup 17/46317/1
authorJimmy Forsyth <jf2512@att.com>
Sat, 5 May 2018 00:00:07 +0000 (20:00 -0400)
committerJimmy Forsyth <jf2512@att.com>
Sat, 5 May 2018 00:00:13 +0000 (20:00 -0400)
Issue-ID: AAI-1123
Change-Id: I335af282cfba683be9ba0b8359fdab3c56091f3b
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
babel/appconfig/babel-auth.properties
deploy_vm1.sh
docker-compose-app.yml
model-loader/appconfig/model-loader.properties

index 5fd2646..e7dfda0 100644 (file)
@@ -1,2 +1,2 @@
 auth.policy.file=/auth/auth_policy.json
-auth.authentication.disable=false
\ No newline at end of file
+auth.authentication.disable=true
index db2abd4..fdf6623 100755 (executable)
@@ -15,7 +15,7 @@ export MODEL_LOADER_LOGS="/opt/aai/logroot/AAI-MODEL-LOADER";
 export UI_LOGS="/opt/aai/logroot/AAI-UI";
 export CHAMP_LOGS="/opt/aai/logroot/AAI-CHAMP-SERVICE";
 export CRUD_LOGS="/opt/aai/logroot/AAI-CRUD-SERVICE";
-export BABEL_LOGS="/opt/aai/logroot/AAI-BABEL";
+export BABEL_LOGS="/opt/aai/logroot/AAI-BAS";
 
 if [ ! -d "$RESOURCES_LOGS" ];
 then
index 2203ac1..41fc90c 100644 (file)
@@ -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
index 510cbe1..3019189 100644 (file)
@@ -19,7 +19,7 @@ ml.aai.MODEL_URL=/aai/v*/service-design-and-creation/models/model/
 ml.aai.NAMED_QUERY_URL=/aai/v*/service-design-and-creation/named-queries/named-query/\r
 ml.aai.VNF_IMAGE_URL=/aai/v*/service-design-and-creation/vnf-images\r
 ml.aai.KEYSTORE_FILE=aai-os-cert.p12\r
-ml.aai.KEYSTORE_PASSWORD=OBF:1y0q1uvc1uum1uvg1pil1pjl1uuq1uvk1uuu1y10\r
+ml.aai.KEYSTORE_PASSWORD=OBF:1i9a1u2a1unz1lr61wn51wn11lss1unz1u301i6o\r
 ml.aai.AUTH_USER=ModelLoader\r
 ml.aai.AUTH_PASSWORD=OBF:1qvu1v2h1sov1sar1wfw1j7j1wg21saj1sov1v1x1qxw\r
 \r