diff options
author | MukeshKumar <mukeshsharma@est.tech> | 2021-03-04 15:48:09 +0000 |
---|---|---|
committer | Mukesh <mukeshsharma@est.tech> | 2021-03-05 09:09:16 +0000 |
commit | 5e3551bc3760765b71c04f1bc620ef4c91de7462 (patch) | |
tree | ac97f4de1ae39de605443efc4396ca5bb05c161f /plans/so/integration-etsi-testing/docker-compose.local.yml | |
parent | f1942bcdbcdba191e5232efb848bb5de6500e081 (diff) |
updating image for sol003 and cockpit
Change-Id: Id8e5404caab939a250294897e35205d054ddb642
Issue-ID: INT-1879
Signed-off-by: Mukesh <mukeshsharma@est.tech>
Diffstat (limited to 'plans/so/integration-etsi-testing/docker-compose.local.yml')
-rw-r--r-- | plans/so/integration-etsi-testing/docker-compose.local.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/plans/so/integration-etsi-testing/docker-compose.local.yml b/plans/so/integration-etsi-testing/docker-compose.local.yml index f92aa150..1f07a032 100644 --- a/plans/so/integration-etsi-testing/docker-compose.local.yml +++ b/plans/so/integration-etsi-testing/docker-compose.local.yml @@ -22,11 +22,11 @@ services: api-handler-infra: image: onap/so/api-handler-infra:${TAG} ############################################################################# - so-monitoring: - image: onap/so/so-monitoring:${TAG} + so-admin-cockpit: + image: onap/so/so-admin-cockpit:${SO_ADMIN_COCKPIT_IMAGE_VERSION} ################################################################################ - so-vnfm-adapter: - image: onap/so/vnfm-adapter:${SOL_003_ADAPTER_IMAGE_VERSION} + so-etsi-sol003-adapter: + image: onap/so/so-etsi-sol003-adapter:${SOL_003_ADAPTER_IMAGE_VERSION} ################################################################################ modeling-etsicatalog: image: ${NEXUS_DOCKER_REPO_MSO}/onap/modeling/etsicatalog:${ETSI_CATALOG_IMAGE_VERSION} |