Ann Kamyshnikova | 85798ea | 2018-05-04 17:01:39 +0400 | [diff] [blame] | 1 | classes: |
| 2 | - system.glance.client |
| 3 | parameters: |
| 4 | _param: |
| 5 | metaswitch_dcm_image_url: "${_param:vnf_artifactory_url}/${_param:vnf_metaswitch_dcm_image_name}.qcow2" |
| 6 | metaswitch_dcm_image_name: "${_param:vnf_metaswitch_dcm_image_name}" |
| 7 | metaswitch_mdm_image_url: "${_param:vnf_artifactory_url}/${_param:vnf_metaswitch_mdm_image_name}.qcow2" |
| 8 | metaswitch_mdm_image_name: "${_param:vnf_metaswitch_mdm_image_name}" |
| 9 | metaswitch_perimeta_image_url: "${_param:vnf_artifactory_url}/${_param:vnf_metaswitch_perimeta_image_name}.qcow2" |
| 10 | metaswitch_perimeta_image_name: "${_param:vnf_metaswitch_perimeta_image_name}" |
| 11 | glance: |
| 12 | client: |
| 13 | identity: |
| 14 | admin_identity: |
| 15 | endpoint_type: internalURL |
| 16 | image: |
| 17 | metaswitch-dcm: |
| 18 | name: ${_param:metaswitch_dcm_image_name} |
| 19 | location: ${_param:metaswitch_dcm_image_url} |
| 20 | import_from_format: 'qcow2' |
| 21 | container_format: 'bare' |
| 22 | disk_format: 'qcow2' |
| 23 | tags: |
| 24 | - 'metaswitch' |
| 25 | visibility: public |
| 26 | wait_timeout: 1000 |
| 27 | metaswitch-mdm: |
| 28 | name: ${_param:metaswitch_mdm_image_name} |
| 29 | location: ${_param:metaswitch_mdm_image_url} |
| 30 | import_from_format: 'qcow2' |
| 31 | container_format: 'bare' |
| 32 | disk_format: 'qcow2' |
| 33 | tags: |
| 34 | - 'metaswitch' |
| 35 | visibility: public |
| 36 | wait_timeout: 1000 |
| 37 | metaswitch-perimeta: |
| 38 | name: ${_param:metaswitch_perimeta_image_name} |
| 39 | location: ${_param:metaswitch_perimeta_image_url} |
| 40 | import_from_format: 'qcow2' |
| 41 | container_format: 'bare' |
| 42 | disk_format: 'qcow2' |
| 43 | tags: |
| 44 | - 'metaswitch' |
| 45 | visibility: public |
| 46 | wait_timeout: 1000 |