RETIRED, Fuel Agent
Go to file
Dmitry Guryanov 0cc992ba32 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.

Change-Id: Ia0f244f19bab3dfaceef8a092ad03667675a5557
Closes-Bug: #1544818
(cherry picked from commit d58de668f6)
2016-09-07 12:44:22 +00:00
cloud-init-templates change configdrive format to ConfigDrive version 2 2016-09-07 12:44:22 +00:00
debian Align debian package version 2016-04-28 15:41:32 +03:00
etc/fuel-agent Rename all "utils/*_utils.py" 2015-06-26 07:57:15 +00:00
fuel_agent change configdrive format to ConfigDrive version 2 2016-09-07 12:44:22 +00:00
specs FA: add xz, coreutils for fuel-agent spec 2015-07-16 18:03:33 +03:00
tools Added Fuel agent 2014-07-10 19:05:58 +04:00
.gitignore Added infrastructure files 2015-07-14 14:54:56 +03:00
.gitreview Update .gitreview for new namespace 2015-10-17 22:12:04 +00:00
openstack-common.conf Added Fuel agent 2014-07-10 19:05:58 +04:00
requirements.txt Pin oslo.config version to 1.15 or less 2015-07-21 11:52:09 +02:00
run_tests.sh Added infrastructure files 2015-07-14 14:54:56 +03:00
setup.cfg Add simple data driver for partitioning info 2015-07-16 10:11:02 +02:00
setup.py Remove pbr import from fuel_agent's setup.py 2015-07-07 14:48:59 +02:00
test-requirements.txt All tests in fuel_agent use unittest2 now 2015-07-16 12:42:52 +02:00
tox.ini Change testrunner to py.test 2015-06-26 07:57:19 +00:00