diff options
author | Patrick Brady <patrick.brady@att.com> | 2019-11-06 12:55:55 -0800 |
---|---|---|
committer | Patrick Brady <patrick.brady@att.com> | 2019-11-06 21:42:40 +0000 |
commit | cd7cdd93cc3721fe6ef0c4222ea7a633395a2be6 (patch) | |
tree | ac9e2df5191c928ad3f5fa9cc6548e771baf147b /installation/src/main | |
parent | 7f4b866604912535b5a3a073583ecbe44967853e (diff) |
Docker changes for dmaap microservice
Remove feature install for event listener and dmaap adapter.
Add feature install for service communicator
Add dmaap microservice jar to the docker image.
Add script to start dmaap microservice.
Add new properties
Change-Id: I70d341792fc2b4b00b2828f644b85673f4984b2a
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1744
Diffstat (limited to 'installation/src/main')
-rw-r--r-- | installation/src/main/properties/appc.properties | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/installation/src/main/properties/appc.properties b/installation/src/main/properties/appc.properties index 0ffe850..3a0695c 100644 --- a/installation/src/main/properties/appc.properties +++ b/installation/src/main/properties/appc.properties @@ -134,3 +134,8 @@ appc.OAM.topic.write=testOAM appc.OAM.client.name=testOAM appc.OAM.provider.user=admin appc.OAM.provider.pass=Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U + +#Properties for communication between appc dmaap microservice and appc +appc.srvcomm.messaging.username=appc +appc.srvcomm.messaging.password=onapappc +appc.srvcomm.messaging.url=http://localhost:8080/publish |