diff options
author | Vijay Venkatesh Kumar <vv770d@att.com> | 2022-01-25 21:23:00 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-01-25 21:23:00 +0000 |
commit | 607a8491a6b739f52a5781458058de175ae7dc77 (patch) | |
tree | c7adbe34fb3f9ebd23ca527b1296ba55c5782053 /csit/plans/filesprocessingconfigpmmapper/docker-compose.yml | |
parent | 4ca83605669181a66b3f87ee0d12c9d8727d7285 (diff) | |
parent | 59fe5fc76f320c16738f65f268db908faa884e14 (diff) |
Merge "Switch configuration provider to CBS Client - DCAE SDK"
Diffstat (limited to 'csit/plans/filesprocessingconfigpmmapper/docker-compose.yml')
-rw-r--r-- | csit/plans/filesprocessingconfigpmmapper/docker-compose.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/csit/plans/filesprocessingconfigpmmapper/docker-compose.yml b/csit/plans/filesprocessingconfigpmmapper/docker-compose.yml index 19edc25..090d9fd 100644 --- a/csit/plans/filesprocessingconfigpmmapper/docker-compose.yml +++ b/csit/plans/filesprocessingconfigpmmapper/docker-compose.yml @@ -99,8 +99,9 @@ services: depends_on: - datarouter-prov environment: - CONFIG_BINDING_SERVICE_SERVICE_HOST: $CBS_IP CONFIG_BINDING_SERVICE_SERVICE_PORT: 10000 + CONFIG_BINDING_SERVICE: $CBS_IP + CONSUL_HOST: $CBS_IP HOSTNAME: pmmapper networks: pmmapper-network: |