Lusheng Ji | 1b2af34 | 2017-10-15 16:37:33 -0400 | [diff] [blame] | 1 | ubuntu1604image_id: '{{ ubuntu_1604_image }}' |
| 2 | centos7image_id: '{{ centos_7_image }}' |
Lusheng Ji | d7ddfd3 | 2017-10-15 22:35:24 -0400 | [diff] [blame] | 3 | flavor_id: '{{ flavor_id }}' |
Lusheng Ji | 1b2af34 | 2017-10-15 16:37:33 -0400 | [diff] [blame] | 4 | security_group: '{{ security_group }}' |
| 5 | public_net: '{{ public_net_id }}' |
| 6 | private_net: '{{ openstack_private_network_name }}' |
| 7 | openstack: |
| 8 | username: '{{ openstack_user }}' |
| 9 | password: '{{ openstack_password }}' |
| 10 | tenant_name: '{{ tenant_name }}' |
| 11 | auth_url: '{{ keystone_url }}' |
| 12 | region: '{{ openstack_region }}' |
| 13 | keypair: '{{ key_name }}' |
| 14 | key_filename: '/opt/dcae/key' |
| 15 | location_prefix: 'onapr1' |
| 16 | location_domain: 'dcae2.onapdevlab.onap.org' |
| 17 | codesource_url: 'https://nexus.onap.org/service/local/repositories/raw/content' |
Lusheng Ji | f76d9cb | 2017-10-17 11:37:02 -0400 | [diff] [blame^] | 18 | codesource_version: 'org.onap.dcaegen2.deployments/releases' |