~ya-bo-ng/maas:add-version-to-usabilla

Last commit made on 2019-08-23
Get this branch:
git clone -b add-version-to-usabilla https://git.launchpad.net/~ya-bo-ng/maas
Only Anthony Dillon can upload to this branch. If you are Anthony Dillon please log in for upload directions.

Branch merges

Branch information

Name:
add-version-to-usabilla
Repository:
lp:~ya-bo-ng/maas

Recent commits

8dc8a77... by Anthony Dillon

Add version as custom data when submitting Usabilla

f8f75fc... by Blake Rouse

Add the renderer: openvswitch for OVS bridges.

When the bridge_type parameter of a bridge is set to OVS, then render the netplan with renderer: openvswitch. This tells netplan that this bridge should be handled with openvswitch instead of the standard linux bridging.

fc942b8... by Caleb Ellis

Fix space selection dropdown styling in kvm compose pane

5fe2889... by Anthony Dillon

Bump the version of lodash to resolve the critical severity alert

f39e29d... by Alberto Donato

remove duplicated BMCs, add unique constraints on power type and parameters

f39bb3f... by Alberto Donato

run-performanced script: add args for promreg

692dcc5... by Lee Trager

During commissioning generate a DHCP config if none has been created.

AUTOIP assignment happens as a post_commit() hook after a node
starts testing or deploying so MAAS can verify the IP address is
free. If it is requested during commissioning or in testing run
directly after commissioning no IP will be assigned when
networking configuration is reset. In this state generate a
configuration file with dhcp being run on the boot interface.
This is the same configuration run at boot so testing will be
done with the booted configuration.

Side fix - Make sure maas-run-remote-scripts detects dhcp configured
interfaces.

00b6eca... by Caleb Ellis

Minor Vanilla 2.0 regression fixes

0bfd375... by Blake Rouse

Add bridge_type for standard and OVS bridges to API and websocket.

563a8ff... by Blake Rouse

Fixes LP: #1836276 - Select IP address from interface for shared network defined from the region controller, allowing relayed VLAN's to point to the correct IP address on the rack controller.