~andreserl/maas:minor_performace_proxy_config

Last commit made on 2018-07-12
Get this branch:
git clone -b minor_performace_proxy_config https://git.launchpad.net/~andreserl/maas
Only Andres Rodriguez can upload to this branch. If you are Andres Rodriguez please log in for upload directions.

Branch merges

Branch information

Name:
minor_performace_proxy_config
Repository:
lp:~andreserl/maas

Recent commits

048c74a... by Andres Rodriguez

Minor performance improvement when accessing proxy settings.

2581bde... by Andres Rodriguez

LP: #1779712 - Add the ability to select which port maas-proxy binds against.

7f7bcb0... by Blake Rouse

Add ability for multiple maas_url to be defined in rackd.conf.

This enables a list of URLs to be defined in the rackd.conf. This doesn't break compatibility because it also allows the old way of defining the maas_url. The rack controller will parallel request endpoint data from multiple URLs for determining the RPC connection endpoints.

edcfe64... by Newell Jensen

Add default macvlan mode to pod model.

ffa5085... by Newell Jensen

Update attach_interface method in virsh pod driver to deal with macvlan, bridge, and explicit network interface attachments. This will allow VMs to be composed with these different interface types.

a5209d5... by Lee Trager

Make sure bond options are loaded.

2e3f1523 modified the UI to only load items from the GeneralManager when
needed. The node_details_networking controller is loaded only when on the
interfaces page. This is after the GeneralManager in the parent scope has
been loaded. Because the GeneralManager didn't know bond_options are needed
they were never loaded. Now make sure they are loaded before finish loading
the controller.

0257d24... by Kit Randel

Revert "Split up node detail partial into thin directives."

This reverts commit 3cd26cbfe704c8ea570a73c008d110147b3265f3.

7311430... by Kit Randel

Add babel-polyfill to support ES2105+ built-ins.

3cd26cb... by Kit Randel

Split up node detail partial into thin directives.

686d025... by Lee Trager

Reset status_expires when MAAS receives cmd-install early/late from Curtin

When Curtin sends MAAS cmd-install/stage-early or cmd-install/stage-late
start or finish messages reset status_expires. This allows users to add
early/late commands which take up to 40 minutes to run.