shivasubedi | f4b36ef | 2021-06-23 16:01:10 +0100 | [diff] [blame] | 1 | # ============LICENSE_START======================================================= |
mpriyank | 145a143 | 2022-03-23 17:14:33 +0530 | [diff] [blame] | 2 | # Copyright (C) 2021-2022 Nordix Foundation |
puthuparambil.aditya | 08fe971 | 2021-07-13 11:52:13 +0100 | [diff] [blame] | 3 | # Modifications Copyright (C) 2021 Bell Canada. |
shivasubedi | f4b36ef | 2021-06-23 16:01:10 +0100 | [diff] [blame] | 4 | # ================================================================================ |
| 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. |
lukegleeson | b208aeb | 2021-07-08 16:48:15 +0100 | [diff] [blame] | 16 | # |
| 17 | # SPDX-License-Identifier: Apache-2.0 |
shivasubedi | f4b36ef | 2021-06-23 16:01:10 +0100 | [diff] [blame] | 18 | # ============LICENSE_END========================================================= |
| 19 | |
shivasubedi | f4b36ef | 2021-06-23 16:01:10 +0100 | [diff] [blame] | 20 | services: |
| 21 | ncmp-dmi-plugin: |
| 22 | container_name: ncmp-dmi-plugin |
ToineSiebelink | 98df7fc | 2022-10-27 11:06:53 +0100 | [diff] [blame] | 23 | image: ${DOCKER_REPO:-nexus3.onap.org:10003}/onap/ncmp-dmi-plugin:${DMI_VERSION:-latest} |
shivasubedi | f4b36ef | 2021-06-23 16:01:10 +0100 | [diff] [blame] | 24 | ports: |
tragait | 641cdb4 | 2021-10-19 16:38:16 +0100 | [diff] [blame] | 25 | - ${DMI_PORT:-8783}:8080 |
shivasubedi | f4b36ef | 2021-06-23 16:01:10 +0100 | [diff] [blame] | 26 | environment: |
tragait | 641cdb4 | 2021-10-19 16:38:16 +0100 | [diff] [blame] | 27 | CPS_USERNAME: ${CPS_CORE_USERNAME:-cpsuser} |
| 28 | CPS_PASSWORD: ${CPS_CORE_PASSWORD:-cpsr0cks!} |
shivasubedi | fb4a41a | 2021-08-18 12:52:40 +0100 | [diff] [blame] | 29 | 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 Kumari | 3aea57e | 2021-10-12 13:41:01 -0400 | [diff] [blame] | 37 | DMI_SERVICE_URL: ${DMI_SERVICE_URL:-http://ncmp-dmi-plugin:8783} |
tragait | 641cdb4 | 2021-10-19 16:38:16 +0100 | [diff] [blame] | 38 | DMI_USERNAME: ${DMI_USERNAME:-cpsuser} |
| 39 | DMI_PASSWORD: ${DMI_PASSWORD:-cpsr0cks!} |
shivasubedi | f4b36ef | 2021-06-23 16:01:10 +0100 | [diff] [blame] | 40 | restart: unless-stopped |