~ltrager/maas:remove_tgt

Last commit made on 2017-12-08
Get this branch:
git clone -b remove_tgt 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:
remove_tgt
Repository:
lp:~ltrager/maas

Recent commits

3304dc6... by Lee Trager

Devel environment no longer needs tgt sym link

51d1274... by Lee Trager

Merge branch 'master' into remove_tgt

54524b9... by Andres Rodriguez

LP: #1713771 - Add missing parameters in VLAN create API doc.

b723358... by Andres Rodriguez

To deploy rack controllers with MAAS, always use the 'latest/stable' channel until the snap store easily supports creation of tracks for all MAAS deployed rack controllers

2bf7d55... by Lee Trager

Merge branch 'master' into remove_tgt

3d16280... by Lee Trager

LP: #1722607 - 2/2 Stop sending logs with node object over the websocket.

Update the UI to pull summary data from NodesHandler and installation
data from the NodeResultsHandler. There are no UI changes with this
branch.

ce337e8... by Lee Trager

Update packaging

54ae961... by Lee Trager

LP: #1722607 - 1/2 Stop sending logs with node object over the websocket.

Removes the summary YAML, XML, and installation log from being sent with the
node object over the websocket. This removes 4 database lookups and with a
libvirt machine 79KB of data from being sent with the node object.

Two new functions have been added to the node handler and child classes,
get_summary_yaml and get_summary_xml. Both read summary data from the cache
and return the formatted data.

65db62f... by Lee Trager

Merge branch 'master' into remove_tgt

f4655e2... by Alberto Donato

LP: #1729555 - add filter by pod in the node listing page