bareon/cloud-init-templates/meta_data_json.jinja2
Dmitry Guryanov 0e86a2f0a5 change configdrive format to ConfigDrive version 2
We put configdrive with is9660 filesystem to a
partition on a hard disk. New hard disks may have
4K sectors, but blocksize of iso9660 fs is 2K so
it will not work.

To fix this bug we should use another filesystem (ext2)
and another config drive format (files, directory
structure), because NoCloud format, which is currently
used support only vfat and iso9660 filesystems.

Conflicts:

	bareon/drivers/deploy/nailgun.py
	fuel_agent/tests/test_manager.py

Change-Id: Ia0f244f19bab3dfaceef8a092ad03667675a5557
Closes-Bug: #1544818
2016-06-15 20:22:31 +03:00

5 lines
74 B
Django/Jinja

{
"hostname": "{{ common.hostname }}",
"uuid": "some-unused-id"
}