aboutsummaryrefslogtreecommitdiffstats
path: root/csit/scripts/dmaap-buscontroller/docker-compose
diff options
context:
space:
mode:
Diffstat (limited to 'csit/scripts/dmaap-buscontroller/docker-compose')
-rw-r--r--csit/scripts/dmaap-buscontroller/docker-compose/dmaapbc.properties8
-rw-r--r--csit/scripts/dmaap-buscontroller/docker-compose/docker-compose-bc.yml5
2 files changed, 7 insertions, 6 deletions
diff --git a/csit/scripts/dmaap-buscontroller/docker-compose/dmaapbc.properties b/csit/scripts/dmaap-buscontroller/docker-compose/dmaapbc.properties
index 32c67fb..aa39539 100644
--- a/csit/scripts/dmaap-buscontroller/docker-compose/dmaapbc.properties
+++ b/csit/scripts/dmaap-buscontroller/docker-compose/dmaapbc.properties
@@ -6,7 +6,7 @@
#####################################################
# Indicator for whether to use AAF for authentication
UseAAF: false
-
+enableCADI: false
# Stub out southbound calls for Unit Test cases to run. e.g. not timeout
# Comment out in other environments to get default (No)
#UnitTest: Yes
@@ -95,7 +95,7 @@ MR.TopicMgrRole: org.onap.dmaap-bc-topic-mgr.client
MR.projectID: mr
# Use Basic Authentication when provisioning topics
-MR.authentication: basicAuth
+MR.authentication: none
# MR topic name style (default is FQTN_LEGACY_FORMAT)
#MR.topicStyle: FQTN_LEGACY_FORMAT
@@ -126,7 +126,7 @@ ApiPermission.Class: org.onap.dmaap.dbcapi.authentication.AllowAll
# Indicates how we are expecting certificates to be provided:
# cadi - a set of artifacts will be downloaded from AAF at deployment time, and details will be in a cadi properties file
# legacy (default) - artifacts will be installed manually or some other way and details will be in this file
-CertificateManagement: cadi
+CertificateManagement: legacy
# When CertificateManagement is cadi, then this is where all the cadi properties will be.
# Note that the cadi properties include where the cert is, and the encrypted passwords to read.
@@ -147,4 +147,4 @@ IntHttpPort: 8080
# listen to https port within this container (server)
# set to 0 if no certificates are available.
-IntHttpsPort: 8443
+IntHttpsPort: 0
diff --git a/csit/scripts/dmaap-buscontroller/docker-compose/docker-compose-bc.yml b/csit/scripts/dmaap-buscontroller/docker-compose/docker-compose-bc.yml
index 79cbde5..a4d8486 100644
--- a/csit/scripts/dmaap-buscontroller/docker-compose/docker-compose-bc.yml
+++ b/csit/scripts/dmaap-buscontroller/docker-compose/docker-compose-bc.yml
@@ -24,14 +24,14 @@ services:
dmaap-bc:
container_name: dmaap-bc
hostname: dmaap-bc
- image: onap/dmaap/dmaap-bc
+ image: onap/dmaap/dmaap-bc:latest
ports:
- "30241:8080"
- "30242:8443"
volumes:
- ./buscontroller.env:/opt/app/config/conf/buscontroller.env
- ./dmaapbc.properties:/opt/app/config/conf/dmaapbc.properties
- - ./cadi_aaf:/opt/app/osaaf/local
+ #- ./cadi_aaf:/opt/app/osaaf/local
- ./logback.xml:/opt/app/dmaapbc/etc/logback.xml
networks:
dockercompose_net:
@@ -40,6 +40,7 @@ services:
extra_hosts:
- dmaap-dr-prov:$dmaap_prov_ip
- message-router:$dmaap_prov_ip
+ - dbc-pg:$dbc_pg_ip
networks:
dockercompose_net: