~ltrager/maas:config_network_failed_testing

Last commit made on 2019-08-22
Get this branch:
git clone -b config_network_failed_testing https://git.launchpad.net/~ltrager/maas
Only Lee Trager can upload to this branch. If you are Lee Trager please log in for upload directions.

Branch merges

Branch information

Name:
config_network_failed_testing
Repository:
lp:~ltrager/maas

Recent commits

2ef17cc... by Lee Trager

adam-collard fixes

517f9d5... by Lee Trager

Merge branch 'master' into config_network_failed_testing

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

3b28fb9... by Lee Trager

Allow network configuration to be changed when in FAILED_TESTING.

When network-validation fails the machine will be put into FAILED_TESTING. The
failure may be due to user configuration so allow users to change configuration
without overriding failed tests.

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