Add necessary fields HV-VES blueprint to boot up
[dcaegen2/platform/blueprints.git] / input-templates / inputs.yaml
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.
18 ubuntu1604image_id: '{{ ubuntu_1604_image }}'
19 centos7image_id: '{{ centos_7_image }}'
20 flavor_id: '{{ flavor_id }}'
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'
33 location_domain: '{{ dcae_zone }}.{{ dcae_domain }}'
34 codesource_url: 'https://nexus.onap.org/service/local/repositories/raw/content'
35 codesource_version: 'org.onap.dcaegen2.deployments/releases'