lp:~raharper/curtin/trunk.delete-eth0-cfg-in-target

Created by Ryan Harper and last modified
Get this branch:
bzr branch lp:~raharper/curtin/trunk.delete-eth0-cfg-in-target
Only Ryan Harper can upload to this branch. If you are Ryan Harper please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Ryan Harper
Project:
curtin
Status:
Merged

Recent revisions

392. By Ryan Harper

util.del_file: don't log success until the file is removed.

391. By Ryan Harper

curtin/util.del_file: make log messages more useful.

390. By Ryan Harper

merge changes from vmtest runs

389. By Ryan Harper

Add in cloud-init's maybe_remove_eth0 config function, and prepend target path.
Update vmtest base class to include a test to assert that we've removed the eth0.cfg file from the target.

388. By Ryan Harper

Remove the use of eth for interface names; we want to expose places where fallback/defaults allow tests to pass rather than being explicit.

387. By Scott Moser

fix timestamp in reporting events.

If no timestamp was passed into a ReportingEvent, then the default was
used. That default was 'time.time()' which was evaluated once only at
import time.

386. By Scott Moser

debian/control: add bcache-tools dependency

385. By Scott Moser

fix dependencies in packaging

This fixes up dependencies to be more correct.
The net result is that after 'apt-get install curtin', then
curtin --install-deps will not have any work to do.

curtin-common changes:
 - drop 'python' from curtin-common package as it does not use any python.
 - util-linux >= 2.20.1 is in all ubuntu (precise+) so remove this
   dependency as util-linux is 'essential'

python-curtin, python3-curtin:
 - drop 'curl' from dependencies of python-curtin or python3-curtin
   this was simply incorrect. wget is used, but curl is never.
 - explicitly list the python dependencies on oauthlib and yaml
   the attempt to have dh_python resolve these was just simply not
   working. so explicitly list them.

requirements.txt:
 - urllib3 is never used, drop it from here.
 - pbr is not needed. (it was probably copied from cloud-init)

384. By Ryan Harper

mdadm: resolve mdadm/bcache and trusty+hwe issues

- mdadm must be installed before kernel update or grub fails
- trusty bcache doesn't support sysfs entries, retry on failure
  when looking for an existing cache device
- fix storage configuration where partition 'number' key was missing
  causing curtin to use reuse a partition (configuration error).
- add some more debugging information when applying raid configurations
- raid: add in use of homehost to ensure we find the right mdadm devices
- unittests: fix up mdadm tests with introduced hostname -s call

383. By Ryan Harper

block_meta: fix previous partition size, start conversion with 4k sectors

On systems with logical_block_size = 4096, the values for size and start
in sysfs are still in 512b sector size. Handle this by converting the
sysfs values to bytes and then converting to sectors based on the logical
block size value.

Add vmtests to test when running with 4k sector sizes.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:~curtin-dev/curtin/trunk
This branch contains Public information 
Everyone can see this information.

Subscribers