~mpontillo/maas:maas-region-userdata-command

Last commit made on 2017-09-20
Get this branch:
git clone -b maas-region-userdata-command https://git.launchpad.net/~mpontillo/maas
Only Mike Pontillo can upload to this branch. If you are Mike Pontillo please log in for upload directions.

Branch merges

Branch information

Name:
maas-region-userdata-command
Repository:
lp:~mpontillo/maas

Recent commits

9f91fc1... by Mike Pontillo

Add maas-region userdata command

20cce7d... by Данило Шеган

Fetch Wedge 100 switch metadata using the FRUID API endpoint on the BMC.

2d99e03... by Andres Rodriguez

LP: #1718294 - Fix debconf template for correctness on network topology.

9c8900c... by Newell Jensen

Add NodeResultsManager factory. Also adds unit tests and fixes the description for the ScriptsManager factory, as these were missing and incorrect.

85a99e6... by Mike Pontillo

LP: #1718270 - Fix unknown MAAS version for partial .deb installs

21fb76a... by Witold Krecicki

LP: #1717287 - maas-enlist not supporting IPv6 addresses in server_url

0a6fc7b... by Björn Tillenius

Add actions to the switches listing. You now deploy images to switches there.

A caveat is that the listing doesn't update automatically as the action is performed. Meaning that if you deploy a switch, the status in the listing will stay Ready until you reload the page.

a00148b... by Newell Jensen

Add websocket handler for a node's script results.

dd96295... by Greg Lutostanski

LP: #1507712 - cli: maas logout causes KeyError for other profiles

There is a race where when profiles are being deleted, if this happens
between the __iter__ and __getitem__ (of a different invocation of the
cli) which are two different SQL queries, there is an inconsistent view.

So instead use a cache with a consistent view of the data. This
guarantees correct -- if stale behavior in the cli.

Note that this is acceptable because when running two commands at the
same time ordering is unknown and the cache only lives for the lifetime
of a single command.

0547361... by Newell Jensen

Add hardware testing scripts to the settings page. This allows a user to upload custom testing scripts. Only custom testing scripts are displayed.