~newell-jensen/maas:go-deb-lxd-binary-versioning

Last commit made on 2019-10-16
Get this branch:
git clone -b go-deb-lxd-binary-versioning https://git.launchpad.net/~newell-jensen/maas
Only Newell Jensen can upload to this branch. If you are Newell Jensen please log in for upload directions.

Branch merges

Branch information

Name:
go-deb-lxd-binary-versioning
Repository:
lp:~newell-jensen/maas

Recent commits

9148bf9... by Newell Jensen

Re-add Gopkg.lock to source control and update comment in Gopkg.toml

826dcf8... by Newell Jensen

Add scaffolding for setting specific commits to build lxd binaries from. This will be used when doing releases to set which commits we have for a specific release.

8924cd6... by Caleb Ellis

Add Network card to machine summary page.

4e126d2... by Adam Collard

Add maas.egg-info to remote-reinstall rsync'd directories

5e37101... by Björn Tillenius

LP: #1847046 - MAAS doesn't detect the right PXE interface

Extract the boot interface from the kernel cmdline.

This is more reliable than relying on the PXE boot MAC, since a lot of
cases we don't have it.

There's still code that tries to guess the PXE interface when the
machine boots with UUID, but I change it to keep the current one if it's
on the same VLAN.

814ccc3... by Steve Rydz

Add link and interface speed column to network table

d35f925... by Steve Rydz

Hide OVS option temporarily

6b802fb... by Caleb Ellis

Forward port machine list truncation from 2.6 branch.

acbaf41... by Alberto Donato

update node interfaces information from the resources binary output

17ae5d6... by Alberto Donato

drop commissioning script for detecting SRIOV, use resources binary instead

Get interface product, vendor, and firmware_version from the resource binary,
instead of lshw.
This also fixes creation of interfaces for cards with multiple ports and
records the number of SRIOV VFs for each interface.