lp://staging/~raharper/curtin/new-artful-upload
- Get this branch:
- bzr branch lp://staging/~raharper/curtin/new-artful-upload
Branch merges
- Scott Moser (community): Approve
-
Diff: 7045 lines (+3340/-962)91 files modifiedcurtin/__init__.py (+2/-0)
curtin/block/__init__.py (+69/-20)
curtin/block/iscsi.py (+44/-3)
curtin/block/mdadm.py (+10/-6)
curtin/commands/apply_net.py (+34/-8)
curtin/commands/apt_config.py (+0/-9)
curtin/commands/curthooks.py (+197/-94)
curtin/commands/extract.py (+6/-0)
curtin/commands/install.py (+44/-4)
curtin/futil.py (+24/-1)
curtin/net/__init__.py (+106/-0)
curtin/reporter/handlers.py (+42/-0)
curtin/util.py (+137/-13)
debian/changelog (+33/-0)
doc/index.rst (+1/-0)
doc/topics/apt_source.rst (+9/-6)
doc/topics/config.rst (+18/-0)
doc/topics/curthooks.rst (+109/-0)
doc/topics/integration-testing.rst (+6/-0)
doc/topics/networking.rst (+2/-0)
doc/topics/overview.rst (+45/-47)
doc/topics/reporting.rst (+29/-0)
doc/topics/storage.rst (+2/-0)
examples/network-ipv6-bond-vlan.yaml (+2/-2)
examples/tests/bonding_network.yaml (+1/-4)
examples/tests/centos_basic.yaml (+2/-1)
examples/tests/centos_defaults.yaml (+91/-0)
examples/tests/journald_reporter.yaml (+20/-0)
examples/tests/network_alias.yaml (+29/-31)
examples/tests/network_static_routes.yaml (+10/-15)
examples/tests/network_v2_passthrough.yaml (+8/-0)
setup.py (+16/-2)
tests/unittests/helpers.py (+36/-0)
tests/unittests/test_apt_custom_sources_list.py (+3/-6)
tests/unittests/test_apt_source.py (+4/-7)
tests/unittests/test_basic.py (+4/-4)
tests/unittests/test_block.py (+20/-36)
tests/unittests/test_block_iscsi.py (+187/-18)
tests/unittests/test_block_lvm.py (+2/-2)
tests/unittests/test_block_mdadm.py (+10/-22)
tests/unittests/test_block_mkfs.py (+2/-2)
tests/unittests/test_clear_holders.py (+5/-5)
tests/unittests/test_commands_apply_net.py (+334/-0)
tests/unittests/test_commands_block_meta.py (+6/-19)
tests/unittests/test_commands_install.py (+22/-0)
tests/unittests/test_config.py (+6/-6)
tests/unittests/test_curthooks.py (+241/-57)
tests/unittests/test_feature.py (+5/-2)
tests/unittests/test_gpg.py (+4/-4)
tests/unittests/test_make_dname.py (+4/-4)
tests/unittests/test_net.py (+99/-24)
tests/unittests/test_partitioning.py (+4/-3)
tests/unittests/test_public.py (+54/-0)
tests/unittests/test_reporter.py (+29/-38)
tests/unittests/test_util.py (+201/-52)
tests/unittests/test_version.py (+7/-19)
tests/vmtests/__init__.py (+59/-7)
tests/vmtests/releases.py (+0/-15)
tests/vmtests/test_apt_config_cmd.py (+0/-4)
tests/vmtests/test_basic.py (+0/-13)
tests/vmtests/test_bcache_basic.py (+0/-4)
tests/vmtests/test_centos_basic.py (+35/-0)
tests/vmtests/test_iscsi.py (+0/-4)
tests/vmtests/test_journald_reporter.py (+52/-0)
tests/vmtests/test_lvm.py (+0/-9)
tests/vmtests/test_lvm_iscsi.py (+4/-4)
tests/vmtests/test_mdadm_bcache.py (+3/-59)
tests/vmtests/test_mdadm_iscsi.py (+4/-4)
tests/vmtests/test_multipath.py (+0/-4)
tests/vmtests/test_network.py (+202/-39)
tests/vmtests/test_network_alias.py (+33/-4)
tests/vmtests/test_network_bonding.py (+47/-22)
tests/vmtests/test_network_bridging.py (+77/-17)
tests/vmtests/test_network_enisource.py (+2/-8)
tests/vmtests/test_network_ipv6.py (+29/-4)
tests/vmtests/test_network_ipv6_enisource.py (+8/-6)
tests/vmtests/test_network_ipv6_static.py (+17/-5)
tests/vmtests/test_network_ipv6_vlan.py (+17/-5)
tests/vmtests/test_network_mtu.py (+61/-8)
tests/vmtests/test_network_static.py (+30/-4)
tests/vmtests/test_network_static_routes.py (+19/-6)
tests/vmtests/test_network_vlan.py (+40/-15)
tests/vmtests/test_nvme.py (+0/-9)
tests/vmtests/test_raid5_bcache.py (+0/-9)
tests/vmtests/test_simple.py (+0/-4)
tests/vmtests/test_uefi_basic.py (+0/-19)
tools/build-deb (+3/-1)
tools/curtainer (+14/-8)
tools/find-tgt (+54/-29)
tools/jenkins-runner (+47/-10)
tools/launch (+46/-7)
Related bugs
Bug #1703755: Unable to install curtin in a virtualenv | Low | Fix Released | |
Bug #1706744: need to not install ifenslave and possibly other packages when passthrough will render netplan | Medium | Fix Released | |
Bug #1708052: Curtin fails to install on a disk previosly installed with RAID | Medium | Fix Released | |
Bug #1713537: iscsi-targets don't quit session on shutdown | Medium | Fix Released | |
Bug #1714028: artful network vmtests fail now that resovlconf is missing (and ifupdown is still present) | High | Fix Released | |
Bug #1718216: artful: failure to setup networking | Medium | Fix Released |
Related blueprints
Branch information
Recent revisions
- 78. By Ryan Harper
-
* New upstream snapshot.
- vmtest: fix artful networking (LP: #1714028) (LP: #1718216) (LP: #1706744)
- docs: Trivial doc fix for enabling proposed.
- setup.py: fix to allow installation into a virtualenv (LP: #1703755)
- doc: update documentation on curtin-hooks and non-ubuntu installation.
- reporter: Add journald reporter to send events to journald
- vmtests: add option to tar disk images after test run
- install: ensure iscsi service is running to handle shutdown properly
- mdadm: handle write failures to sysfs entries when stopping mdadm (LP: #1708052)
- vmtest: catch exceptions in curtin-log-print
- iscsi: use curtin storage config to disconnect iscsi targets (LP: #1713537)
- vmtests: bump skip_by_date values out to give cloud-init SRU more time
- vmtest: get info about collected symlinks and then delete them.
- Update network cloud-init related skiptest dates, SRU still pending
- tests: Add CiTestCase common parent for all curtin tests.
- vmtests: Remove force flag for centos curthooks
- tools/jenkins-runner: improve tgtd cleanup logic
- tests: Drop EOL Wily Vivid and Yakkety tests.
- Disable yum plugins when installing packages, update ca-certs for https
- Rename centos_network_ curthooks -> centos_ apply_network_ config.
- tests: in centos_defaults use write_files for grub serial.
- write_files: write files after extract, change write_files signature.
- pass network configuration through to target for ubuntu and centos
- tests: disable yakkety tests.
- tools/launch: automatically pass on proxy settings to curtin
- Add top level 'proxy' to config, deprecate top level http_proxy.
- tools/curtainer: fix to enable deb-src for -proposed.
- Use unshare to put chroot commands in own pid namespace. - 76. By Scott Moser
-
* New upstream snapshot.
- vmtest: let the socket level select a port rather than us picking one.
- Fix deb build by mocking call to udevadm settle
- Clear and re-order UEFI boot methods during UEFI grub installation.
- Resolve bcache race-conditions
- tests: clean up usage of collect files - 73. By Scott Moser
-
* New upstream snapshot.
- Allow re-use of vmtest output
- Fix stacked storage configurations with iSCSI (LP: #1683910)
- vmtests: enable tests to apply storage config to validate clear_holders path
- mdadm_stop: Add retry and additional steps to halt a resync
- vmtests: Add Artful release and update classes
- clear-holders: mdadm use /proc/mdstat to wait for array to stop (LP: #1682584)
- uc16 curthooks: add 'network' key to config file (LP: #1685000)
- Doc and makefile updates for build and test on new systems.
- clear-holders: make bcache handler wait for device shutdown (LP: #1680409)
- vmtest: Use utf-8 and fix pseudo test collect_output
- vmtest: fix path to install log, and utilize the globally copied paths.
- Copy curtin install log into target. (LP: #1684128)
- vmtest: add in post-test log post-processing
- vmtest: update source.list test
- add recursive flag to do_umount, add --umount to block-meta
- load_command_environment: fix strict flag, and unit tests.
- block_meta: Attempt to mount by UUID= if possible (LP: #1676991)
- Make systems with root on bcache use root=UUID=. (LP: #1680591) - 71. By Scott Moser
-
* New upstream snapshot.
- Fix iscsi disks that have a ':' in the target name. (LP: #1679222)
- tests: re-enable ZestyTestMdadmBcache.
- curthooks: fix pylint reported error when using ubuntu_core_curthooks.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/~curtin-dev/curtin/trunk