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. |
Jack Lucas | 89a8dc7 | 2017-11-01 20:15:10 +0000 | [diff] [blame] | 18 | ubuntu1604image_id: '{{ ubuntu_1604_image }}' |
| 19 | centos7image_id: '{{ centos_7_image }}' |
| 20 | flavor_id: '{{ flavor_id_cdap }}' |
| 21 | security_group: '{{ security_group }}' |
| 22 | public_net: '{{ public_net_id }}' |
| 23 | private_net: '{{ openstack_private_network_name }}' |
| 24 | openstack: |
| 25 | username: '{{ openstack_user }}' |
| 26 | password: '{{ openstack_password }}' |
| 27 | tenant_name: '{{ tenant_name }}' |
| 28 | auth_url: '{{ keystone_url }}' |
| 29 | region: '{{ openstack_region }}' |
| 30 | keypair: '{{ key_name }}' |
| 31 | key_filename: '/opt/dcae/key' |
| 32 | location_prefix: 'dcae' |
Lusheng Ji | bb15394 | 2017-11-01 18:22:29 -0400 | [diff] [blame] | 33 | location_domain: '{{ dcae_zone }}.{{ dcae_domain }}' |
Jack Lucas | 89a8dc7 | 2017-11-01 20:15:10 +0000 | [diff] [blame] | 34 | codesource_url: 'https://nexus.onap.org/service/local/repositories/raw/content' |
| 35 | codesource_version: 'org.onap.dcaegen2.deployments/releases' |