| 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: 'dcae' |
| location_domain: '{{ dcae_zone }}.dcaeg2.simpledemo.onap.org' |
| codesource_url: 'https://nexus.onap.org/service/local/repositories/raw/content' |
| codesource_version: 'org.onap.dcaegen2.deployments/releases' |