blob: 859ddb56937711f61b67532f226ba6bc219fc5a8 [file] [log] [blame]
shivasubedif4b36ef2021-06-23 16:01:10 +01001# ============LICENSE_START=======================================================
mpriyank145a1432022-03-23 17:14:33 +05302# Copyright (C) 2021-2022 Nordix Foundation
puthuparambil.aditya08fe9712021-07-13 11:52:13 +01003# Modifications Copyright (C) 2021 Bell Canada.
shivasubedif4b36ef2021-06-23 16:01:10 +01004# ================================================================================
5# Licensed under the Apache License, Version 2.0 (the "License");
6# you may not use this file except in compliance with the License.
7# You may obtain a copy of the License at
8#
9# http://www.apache.org/licenses/LICENSE-2.0
10#
11# Unless required by applicable law or agreed to in writing, software
12# distributed under the License is distributed on an "AS IS" BASIS,
13# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14# See the License for the specific language governing permissions and
15# limitations under the License.
lukegleesonb208aeb2021-07-08 16:48:15 +010016#
17# SPDX-License-Identifier: Apache-2.0
shivasubedif4b36ef2021-06-23 16:01:10 +010018# ============LICENSE_END=========================================================
19
shivasubedif4b36ef2021-06-23 16:01:10 +010020services:
21 ncmp-dmi-plugin:
22 container_name: ncmp-dmi-plugin
ToineSiebelink98df7fc2022-10-27 11:06:53 +010023 image: ${DOCKER_REPO:-nexus3.onap.org:10003}/onap/ncmp-dmi-plugin:${DMI_VERSION:-latest}
shivasubedif4b36ef2021-06-23 16:01:10 +010024 ports:
tragait641cdb42021-10-19 16:38:16 +010025 - ${DMI_PORT:-8783}:8080
shivasubedif4b36ef2021-06-23 16:01:10 +010026 environment:
tragait641cdb42021-10-19 16:38:16 +010027 CPS_USERNAME: ${CPS_CORE_USERNAME:-cpsuser}
28 CPS_PASSWORD: ${CPS_CORE_PASSWORD:-cpsr0cks!}
shivasubedifb4a41a2021-08-18 12:52:40 +010029 CPS_CORE_HOST: ${CPS_CORE_HOST:-cps}
30 CPS_CORE_PORT: ${CPS_CORE_PORT:-8080}
31 CPS_CORE_USERNAME: ${CPS_CORE_USERNAME:-cpsuser}
32 CPS_CORE_PASSWORD: ${CPS_CORE_PASSWORD:-cpsr0cks!}
33 SDNC_HOST: ${SDNC_HOST:-sdnc}
34 SDNC_PORT: ${SDNC_PORT:-8181}
35 SDNC_USERNAME: ${SDNC_USERNAME:-admin}
36 SDNC_PASSWORD: ${SDNC_PASSWORD:-Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U}
Renu Kumari3aea57e2021-10-12 13:41:01 -040037 DMI_SERVICE_URL: ${DMI_SERVICE_URL:-http://ncmp-dmi-plugin:8783}
tragait641cdb42021-10-19 16:38:16 +010038 DMI_USERNAME: ${DMI_USERNAME:-cpsuser}
39 DMI_PASSWORD: ${DMI_PASSWORD:-cpsr0cks!}
shivasubedif4b36ef2021-06-23 16:01:10 +010040 restart: unless-stopped