vaibhav_16dec | e04b2fe | 2018-03-22 09:07:12 +0000 | [diff] [blame] | 1 | # Copyright © 2017 Amdocs, Bell Canada |
| 2 | # |
| 3 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | # you may not use this file except in compliance with the License. |
| 5 | # You may obtain a copy of the License at |
| 6 | # |
| 7 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | # |
| 9 | # Unless required by applicable law or agreed to in writing, software |
| 10 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 | # See the License for the specific language governing permissions and |
| 13 | # limitations under the License. |
| 14 | |
Mandeep Khinda | de8d47e | 2017-09-21 18:22:10 +0000 | [diff] [blame] | 15 | # UUID of the OpenStack"s CentOS 7 cloud VM image |
| 16 | # If your Openstack does not have a CentOS 7 cloud image, you will have to add one. |
Mandeep Khinda | f2cb863 | 2017-10-18 16:11:42 +0000 | [diff] [blame] | 17 | centos7image_id: '52d4ea09-cc69-4a9a-9961-938a3282d209' |
Mandeep Khinda | de8d47e | 2017-09-21 18:22:10 +0000 | [diff] [blame] | 18 | # UUID of the OpenStack"s Ubuntu 16.04 VM image |
| 19 | # If your Openstack does not have a buntu 16.04 cloud image, you will have to add one. |
Mandeep Khinda | f2cb863 | 2017-10-18 16:11:42 +0000 | [diff] [blame] | 20 | ubuntu1604image_id: '97bbe637-5d42-419a-a2c7-beff33ffa23c' |
Mandeep Khinda | de8d47e | 2017-09-21 18:22:10 +0000 | [diff] [blame] | 21 | # ID of the OpenStack"s VM flavor to be used by DCAEGEN2 VMs (m1.medium/m1.large) |
Mandeep Khinda | f2cb863 | 2017-10-18 16:11:42 +0000 | [diff] [blame] | 22 | flavor_id: '4' |
Mandeep Khinda | de8d47e | 2017-09-21 18:22:10 +0000 | [diff] [blame] | 23 | # UUID of the OpenStack"s security group to be used for DCAEGEN2 VMs |
Mandeep Khinda | f2cb863 | 2017-10-18 16:11:42 +0000 | [diff] [blame] | 24 | security_group: 'abc0687d-34ab-4d37-8fe8-4b544d94ba71' |
Mandeep Khinda | de8d47e | 2017-09-21 18:22:10 +0000 | [diff] [blame] | 25 | # The name of the OpenStack network where public IP addresses and floating IPs are allocated from |
| 26 | # This must use the name and not the UUID. The name must be unique otherwise the installer fails |
Mandeep Khinda | f2cb863 | 2017-10-18 16:11:42 +0000 | [diff] [blame] | 27 | public_net: 'public' |
Mandeep Khinda | de8d47e | 2017-09-21 18:22:10 +0000 | [diff] [blame] | 28 | # The name of the OpenStack network where private IP addresses are allocated from |
Mandeep Khinda | f2cb863 | 2017-10-18 16:11:42 +0000 | [diff] [blame] | 29 | private_net: 'onap_oam' |
Mandeep Khinda | de8d47e | 2017-09-21 18:22:10 +0000 | [diff] [blame] | 30 | # Group header for OpenStack Keystone parameters |
| 31 | openstack: |
| 32 | # User name |
Mandeep Khinda | f2cb863 | 2017-10-18 16:11:42 +0000 | [diff] [blame] | 33 | username: 'dev' |
Mandeep Khinda | de8d47e | 2017-09-21 18:22:10 +0000 | [diff] [blame] | 34 | # Password |
Mandeep Khinda | f2cb863 | 2017-10-18 16:11:42 +0000 | [diff] [blame] | 35 | password: 'dev' |
Mandeep Khinda | de8d47e | 2017-09-21 18:22:10 +0000 | [diff] [blame] | 36 | # Name of the OpenStack tenant/project where DCAEGEN2 VMs are deployed |
Mandeep Khinda | f2cb863 | 2017-10-18 16:11:42 +0000 | [diff] [blame] | 37 | tenant_name: 'dev' |
| 38 | # Openstack authentication API URL, for example 'https://horizon.playground.onap.org:5000/v2.0' |
| 39 | auth_url: 'http://1.2.3.4:5000/v2.0' |
| 40 | # Name of the OpenStack region where DCAEGEN2 VMs are deployed, for example 'RegionOne' |
| 41 | region: 'RegionOne' |
Mandeep Khinda | de8d47e | 2017-09-21 18:22:10 +0000 | [diff] [blame] | 42 | # Name of the public key uploaded to OpenStack in the Prepration step |
Mandeep Khinda | f2cb863 | 2017-10-18 16:11:42 +0000 | [diff] [blame] | 43 | keypair: 'dcae-g2' |
Mandeep Khinda | de8d47e | 2017-09-21 18:22:10 +0000 | [diff] [blame] | 44 | # Path to the private key within the conatiner (!! Do not change!!) |
Mandeep Khinda | f2cb863 | 2017-10-18 16:11:42 +0000 | [diff] [blame] | 45 | key_filename: '/opt/dcae/key' |
Mandeep Khinda | de8d47e | 2017-09-21 18:22:10 +0000 | [diff] [blame] | 46 | # Prefix (location code) of all DCAEGEN2 VMs |
Mandeep Khinda | f2cb863 | 2017-10-18 16:11:42 +0000 | [diff] [blame] | 47 | location_prefix: 'onapr1' |
| 48 | # Domain name of the OpenStack tenant 'onapr1.playground.onap.org' |
| 49 | location_domain: 'onap-dcaegen2' |
| 50 | # 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' |
| 51 | codesource_url: 'https://nexus.onap.org/content/sites/raw' |
| 52 | # Path to the boot scripts within the raw artifact repo, for example: 'org.onap.dcaegen2.deployments.scripts/releases/' |
| 53 | codesource_version: 'org.onap.dcaegen2.deployments/releases/scripts/' |
Mandeep Khinda | de8d47e | 2017-09-21 18:22:10 +0000 | [diff] [blame] | 54 | |
| 55 | |