~blake-rouse/maas:ovs-renderer

Last commit made on 2019-08-21
Get this branch:
git clone -b ovs-renderer https://git.launchpad.net/~blake-rouse/maas
Only Blake Rouse can upload to this branch. If you are Blake Rouse please log in for upload directions.

Branch merges

Branch information

Name:
ovs-renderer
Repository:
lp:~blake-rouse/maas

Recent commits

fac9d4c... by Blake Rouse

Add the renderer: openvswitch for OVS bridges.

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.

434d820... by Adam Collard

Minor-cleanups identified by LGTM

- Dead else clause on a for-loop with no break

- Remove hand-picked super()s, let the MRO do it's thing.

- Remove (redundant) broken code for duplicate config items DB
  constraints already ensure we can't have multiple config items with
  the same name.

14b060e... by Alberto Donato

add the run-performanced script