summaryrefslogtreecommitdiffstats
path: root/input-templates/inputs.yaml
blob: a30b2cdedbbfa9fbe845cf52f24b3818013a00d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
ubuntu1604image_id: '{{ ubuntu_1604_image }}'
centos7image_id: '{{ centos_7_image }}'
flavor_id: '{{ flavor_id }}'
security_group: '{{ security_group }}'
public_net: '{{ public_net_id }}'
private_net: '{{ openstack_private_network_name }}'
openstack:
  username: '{{ openstack_user }}'
  password: '{{ openstack_password }}'
  tenant_name: '{{ tenant_name }}'
  auth_url: '{{ keystone_url }}'
  region: '{{ openstack_region }}'
keypair: '{{ key_name }}'
key_filename: '/opt/dcae/key'
location_prefix: 'onapr1'
location_domain: 'dcae2.onapdevlab.onap.org'
codesource_url: 'https://nexus.onap.org/service/local/repositories/raw/content'
codesource_version: 'org.onap.dcaegen2.deployments/releases/scripts/cloud_init'