lp:~raharper/curtin/trunk.fix-lp1722322

Created by Ryan Harper and last modified
Get this branch:
bzr branch lp:~raharper/curtin/trunk.fix-lp1722322
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

539. By Ryan Harper

Drop apostrophe

538. By Ryan Harper

Add comment around use of wipe to clear partition tables

537. By Ryan Harper

Drop changes to basic.py, test case is in uefi_basic.py

536. By Ryan Harper

disk_handler: use block.wipe_volume superblock to clear out mbr/gpt tables

535. By Ryan Harper

Modify UEFI Basic test to trigger LP:1722322

534. By Ryan Harper

modify the basic vmtest to trigger the MBR / sgdisk --clear bug

533. By Ryan Harper

Wipe partition tables with --zap-all instead of clear

In the case where a target disk has existing MBR and the storage
configuration does not include a wipe: superblock then sgdisk
complains that it cannot wipe out MBR structures. Using
--zap-all will wipe both MBR and GPT partition tables.

LP: 1722322

532. By Ryan Harper

vmtest: fix artful networking

- Remove skip_by_date calls in vmtests that are no longer valid
- ifenslave brings in ifupdown, so filter out ifenslave package if target
  release is artful (LP: #1706744)
- vlan and bridge-utils are not needed in artful, filter those packages from
  being installed in artful as well.
- Adjust artful bonding test to skip checking for ifslave and instead check
  that ifenslave is *not* installed
- Drop mtu settings in network-static-routes configuration, the test case
  only needs to test static routes
- Move static routes under an interface subnet to be compatible with
  netplan format which requires routes under an interface
- Refactor ip_route_show parsing, ignoring default route and fetching
  variable settings like 'proto'.
- Skiptest bridging in artful, need a cloud-init fix for stp in netplan
  (LP: #1721157)
- Skiptest for mtu in artful, need networkd to support mtu6 support
  (LP: #1671951)

Fixes: LP:#1714028 LP:#1718216, LP:#1706744

531. By Chad Smith

docs: Trivial doc fix for enabling proposed.

When specifying deb lines a 'source' key is required in each sources
element.

530. By Scott Moser

setup.py: fix to allow installation into a virtualenv

This just makes '/usr' not be a full path. It does not fix usage
of things that are are expected to be in /usr/ (the helpers).

The 'in_virtualenv' is the same method we employ for this function
in cloud-init.

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