blob: 879b59c83908f8361aedec22115fa8d7f2717320 [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.
Jack Lucas89a8dc72017-11-01 20:15:10 +000018ubuntu1604image_id: '{{ ubuntu_1604_image }}'
19centos7image_id: '{{ centos_7_image }}'
20flavor_id: '{{ flavor_id_cdap }}'
21security_group: '{{ security_group }}'
22public_net: '{{ public_net_id }}'
23private_net: '{{ openstack_private_network_name }}'
24openstack:
25 username: '{{ openstack_user }}'
26 password: '{{ openstack_password }}'
27 tenant_name: '{{ tenant_name }}'
28 auth_url: '{{ keystone_url }}'
29 region: '{{ openstack_region }}'
30keypair: '{{ key_name }}'
31key_filename: '/opt/dcae/key'
32location_prefix: 'dcae'
Lusheng Jibb153942017-11-01 18:22:29 -040033location_domain: '{{ dcae_zone }}.{{ dcae_domain }}'
Jack Lucas89a8dc72017-11-01 20:15:10 +000034codesource_url: 'https://nexus.onap.org/service/local/repositories/raw/content'
35codesource_version: 'org.onap.dcaegen2.deployments/releases'