lp:~dannf/maas-images/lp1702976

Created by dann frazier and last modified
Get this branch:
bzr branch lp:~dannf/maas-images/lp1702976
Only dann frazier can upload to this branch. If you are dann frazier please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
dann frazier
Project:
maas-images
Status:
Development

Recent revisions

375. By dann frazier

Only include i2c bus drivers on arm architectures

The only known users of the IPMI SSIF interface are ARM servers, so don't
bloat the initramfs of other architectures.

374. By dann frazier

bin/kpack-from-image: Add i2c bus drivers to the initramfs

The IPMI SSIF system interface accesses the BMC over an i2c bus.
LP: #1702976.

373. By Scott Moser

bin/kpack-from-image: install rooturl if not already installed.

This modifies the build of the initramfs so that they include
cloud-initramfs-rooturl. It will fail if that package is not available.

cloud-initramfs-rooturl is marked for SRU to current releases under
bug 1688606.

The code will install the package in precise if it is available but
not fail if not available. On other releases that is fatal.

372. By Scott Moser

ubuntu_info: remove the path that did not require distro-info

At one point we had a functional path that did not require installation
of python-distro-info. At some point that path broke because we were
exporting data in REL2VER was not accounted for in the __RELEASE_DATA.
Specifically missing was 'supported'.

The primary path that was enabled by the hard coded data was testing
with a new distro info before the package was sru'd. To account for
that I've put a comment in the code showing how one can be added.

As a drive-by, this also adds the 'release_date' field to the data
exported.

371. By Lee Trager

Fix legacy meph2-util import command

The --max flag was added to meph2-import command. The import code was modified
to expect this flag. meph2-util uses the same code path but a different arg
list which caused it to fail when run. This adds the max flag to the common
args list so it is available to both.

370. By Scott Moser

Fix regression in --proposed flag.

fix build-image and cloudimg-sync after regression in --proposed
change from revno 364.

369. By Scott Moser

meph2/ubuntu_info.py: Fix version comparison by codename

We were filtering out releases based on string comparison of "<" "hardy".
That was fine until artful joined the mix.

Now instead compare based on floating point value.

368. By Scott Moser

curtin/centos7/curtin-hooks: fix missing import of re

use of re module was added in revno 361, but not imported.

367. By Scott Moser

add squashfs into the initramfs on precise.

This just add squashfs to the initramfs that are generated and
only adds it for precise. Other releases get squashfs in initramfs
by default.

366. By Scott Moser

support adding additional repos and packages via environment.

This adds reading of the following environment variables:
 M2E_ADD_REPOS: repos to add to all images before other operations.
 M2E_ADD_PACKAGES: packages to add to all images

This was useful when trying to build images with a new
cloud-initramfs-tools package that had rooturl support.

Branch metadata

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

Subscribers