blob: 9701b9baa744f666780df4654c33b0ece0cc4fb3 [file] [log] [blame]
Lusheng Jie0db2512018-02-12 11:04:08 -05001# ================================================================================
2# Copyright (c) 2017-2018 AT&T Intellectual Property. All rights reserved.
3# ================================================================================
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15# ============LICENSE_END=========================================================
16#
17# ECOMP is a trademark and service mark of AT&T Intellectual Property.
Lusheng Ji1b2af342017-10-15 16:37:33 -040018docker_host_override: "platform_dockerhost"
Lusheng Jid7ddfd32017-10-15 22:35:24 -040019asdc_address: '{{ sdc_ip_addr }}:8443'
20asdc_uri: 'https://{{ sdc_ip_addr }}:8443'
Lusheng Ji0df22d42017-10-29 21:05:44 -040021asdc_user: "dcae"
22asdc_password: !!str Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
23asdc_environment_name: "AUTO"
Lusheng Ji1b2af342017-10-15 16:37:33 -040024postgres_user_inventory: "postgres"
25postgres_password_inventory: "onap123"
Lusheng Ji4865d6d2017-11-14 22:39:50 -050026service_change_handler_image: "{{ nexus_docker_repo }}/onap/org.onap.dcaegen2.platform.servicechange-handler:v1.0.0"
27inventory_image: "{{ nexus_docker_repo }}/onap/org.onap.dcaegen2.platform.inventory-api:v1.2.0"