blob: 1d6c63d8bba0c17971da15d9aa16b1d1bb115f25 [file] [log] [blame]
Mandeep Khindade8d47e2017-09-21 18:22:10 +00001# UUID of the OpenStack"s CentOS 7 cloud VM image
2# If your Openstack does not have a CentOS 7 cloud image, you will have to add one.
Mandeep Khindaf2cb8632017-10-18 16:11:42 +00003centos7image_id: '52d4ea09-cc69-4a9a-9961-938a3282d209'
Mandeep Khindade8d47e2017-09-21 18:22:10 +00004# UUID of the OpenStack"s Ubuntu 16.04 VM image
5# If your Openstack does not have a buntu 16.04 cloud image, you will have to add one.
Mandeep Khindaf2cb8632017-10-18 16:11:42 +00006ubuntu1604image_id: '97bbe637-5d42-419a-a2c7-beff33ffa23c'
Mandeep Khindade8d47e2017-09-21 18:22:10 +00007# ID of the OpenStack"s VM flavor to be used by DCAEGEN2 VMs (m1.medium/m1.large)
Mandeep Khindaf2cb8632017-10-18 16:11:42 +00008flavor_id: '4'
Mandeep Khindade8d47e2017-09-21 18:22:10 +00009# UUID of the OpenStack"s security group to be used for DCAEGEN2 VMs
Mandeep Khindaf2cb8632017-10-18 16:11:42 +000010security_group: 'abc0687d-34ab-4d37-8fe8-4b544d94ba71'
Mandeep Khindade8d47e2017-09-21 18:22:10 +000011# The name of the OpenStack network where public IP addresses and floating IPs are allocated from
12# This must use the name and not the UUID. The name must be unique otherwise the installer fails
Mandeep Khindaf2cb8632017-10-18 16:11:42 +000013public_net: 'public'
Mandeep Khindade8d47e2017-09-21 18:22:10 +000014# The name of the OpenStack network where private IP addresses are allocated from
Mandeep Khindaf2cb8632017-10-18 16:11:42 +000015private_net: 'onap_oam'
Mandeep Khindade8d47e2017-09-21 18:22:10 +000016# Group header for OpenStack Keystone parameters
17openstack:
18 # User name
Mandeep Khindaf2cb8632017-10-18 16:11:42 +000019 username: 'dev'
Mandeep Khindade8d47e2017-09-21 18:22:10 +000020 # Password
Mandeep Khindaf2cb8632017-10-18 16:11:42 +000021 password: 'dev'
Mandeep Khindade8d47e2017-09-21 18:22:10 +000022 # Name of the OpenStack tenant/project where DCAEGEN2 VMs are deployed
Mandeep Khindaf2cb8632017-10-18 16:11:42 +000023 tenant_name: 'dev'
24 # Openstack authentication API URL, for example 'https://horizon.playground.onap.org:5000/v2.0'
25 auth_url: 'http://1.2.3.4:5000/v2.0'
26 # Name of the OpenStack region where DCAEGEN2 VMs are deployed, for example 'RegionOne'
27 region: 'RegionOne'
Mandeep Khindade8d47e2017-09-21 18:22:10 +000028# Name of the public key uploaded to OpenStack in the Prepration step
Mandeep Khindaf2cb8632017-10-18 16:11:42 +000029keypair: 'dcae-g2'
Mandeep Khindade8d47e2017-09-21 18:22:10 +000030# Path to the private key within the conatiner (!! Do not change!!)
Mandeep Khindaf2cb8632017-10-18 16:11:42 +000031key_filename: '/opt/dcae/key'
Mandeep Khindade8d47e2017-09-21 18:22:10 +000032# Prefix (location code) of all DCAEGEN2 VMs
Mandeep Khindaf2cb8632017-10-18 16:11:42 +000033location_prefix: 'onapr1'
34# Domain name of the OpenStack tenant 'onapr1.playground.onap.org'
35location_domain: 'onap-dcaegen2'
36# Location of the raw artifact repo hosting additional boot scripts called by DCAEGEN2 VMs" cloud-init, for example: 'https://nexus.onap.org/service/local/repositories/raw/content'
37codesource_url: 'https://nexus.onap.org/content/sites/raw'
38# Path to the boot scripts within the raw artifact repo, for example: 'org.onap.dcaegen2.deployments.scripts/releases/'
39codesource_version: 'org.onap.dcaegen2.deployments/releases/scripts/'
Mandeep Khindade8d47e2017-09-21 18:22:10 +000040
41