Lusheng Ji | e0db251 | 2018-02-12 11:04:08 -0500 | [diff] [blame] | 1 | # ================================================================================ |
| 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 Ji | 1b2af34 | 2017-10-15 16:37:33 -0400 | [diff] [blame] | 18 | docker_host_override: "platform_dockerhost" |
Lusheng Ji | d7ddfd3 | 2017-10-15 22:35:24 -0400 | [diff] [blame] | 19 | asdc_address: '{{ sdc_ip_addr }}:8443' |
| 20 | asdc_uri: 'https://{{ sdc_ip_addr }}:8443' |
Lusheng Ji | 0df22d4 | 2017-10-29 21:05:44 -0400 | [diff] [blame] | 21 | asdc_user: "dcae" |
| 22 | asdc_password: !!str Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U |
| 23 | asdc_environment_name: "AUTO" |
Lusheng Ji | 1b2af34 | 2017-10-15 16:37:33 -0400 | [diff] [blame] | 24 | postgres_user_inventory: "postgres" |
| 25 | postgres_password_inventory: "onap123" |
Lusheng Ji | 4865d6d | 2017-11-14 22:39:50 -0500 | [diff] [blame] | 26 | service_change_handler_image: "{{ nexus_docker_repo }}/onap/org.onap.dcaegen2.platform.servicechange-handler:v1.0.0" |
| 27 | inventory_image: "{{ nexus_docker_repo }}/onap/org.onap.dcaegen2.platform.inventory-api:v1.2.0" |