~mpontillo/maas:move-network-monitoring-to-maas-common

Last commit made on 2017-08-24
Get this branch:
git clone -b move-network-monitoring-to-maas-common 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:
move-network-monitoring-to-maas-common
Repository:
lp:~mpontillo/maas

Recent commits

07644db... by Mike Pontillo

Fix tests.

ff986e6... by Mike Pontillo

LP: #1702703 - Add /usr/lib/maas/maas-common command

 * Any commands not specific to the rack controller will
   now be available in /usr/lib/maas/maas-common.
 * Add a symbolic link in the snap to point to the maas-rack
   command.
 * Add buildout rules to generate bin/maas-common.
 * Change packaging to have maas-common depend on
   the Python code for the provisioning server, so that the
   command can successfully run.
 * Rename some scripts in /usr/lib/maas to remove the
   redundant maas- prefix, and prevent conflicts with
   the old packaging.
 * Update the debhelper compat level to 9, so dh-exec
   can be used to copy and rename files in the same step
   in .install files.
 * Rename get_maas_provision_command() to
   get_maas_common_command().

8841ed0... by Richard McCartney

Update to secondary page navigation view on mobile devices.

057d34c... by Andres Rodriguez

debian/changelog: Add new changelog entry

19ae968... by Andres Rodriguez

LP: #1711414 - Fix deleting a rack when it is installed via the snap

a9c78de... by Andres Rodriguez

Add ability to deploy a rack controller via 'runcmd' on vendor-data.

5cd53e2... by Andres Rodriguez

debian/changelog: Update to match released version

70639d6... by Mike Pontillo

Send out beacon advertisements every 30 seconds.

This allows topology hints to be kept up-to-date when changes occur on
the network.

7fb23b0... by Andres Rodriguez

debian/changelog: Update in preparation for release

59011ef... by Lee Trager

Fix tests broken by hardware type tags.

With the addition of hardware type to scripts scripts are now auto tagged
with their hardware type. Some tests did not expect that. Also fixed naming in some script metadata and add apt install section to memtester.sh.