mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-07-25 09:14:31 +00:00
Add volume_image_metadata
This module introduces the ability to set image metadata which is distinct from regualt volume metadata, and is required for correct boot-from-volume behaviour. This allows workflows such as replication and disaster recovery to correctly preserve image provenance and Nova boot semantics. Change-Id: I55732fbe8fc6bd579b8542f834033650a076db76 Signed-off-by: Simon Dodsley <simon@purestorage.com>
This commit is contained in:
7
ci/roles/volume_image_metadata/defaults/main.yml
Normal file
7
ci/roles/volume_image_metadata/defaults/main.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
volume_image_metadata_cloud: "{{ cloud | default(omit) }}"
|
||||
volume_image_metadata_volume_name: test-image-metadata-volume
|
||||
volume_image_metadata_size: 1
|
||||
volume_image_metadata:
|
||||
disk_format: qcow2
|
||||
container_format: bare
|
||||
Reference in New Issue
Block a user