~andreserl/maas:really_workaround_lp1711760

Last commit made on 2017-10-16
Get this branch:
git clone -b really_workaround_lp1711760 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:
really_workaround_lp1711760
Repository:
lp:~andreserl/maas

Recent commits

0b9e6b9... by Andres Rodriguez

Drive-by update of API docs

cb7c632... by Andres Rodriguez

LP: #1711760 - Really work-around setting resolv.conf

d354491... by Andres Rodriguez

LP: #1722848 - Fix memtester test to at least reserve 64M of memory.

Increasing the reserved memory to at least 64M for 8GB systems, or 0.77% of memory for larger systems, ensures that the machine doesn't lock up, which causes the tests to timeout. Drive-by fix on the UI to not show unnecessary word on storage card.

e2fe137... by Newell Jensen

LP: #1721268 -- Fix padding for metrics tables.

29a17e5... by Adam Collard

Fix snapcraft.yaml spelling

682702b... by Andres Rodriguez

Update debian/changelog

7571f67... by Andres Rodriguez

Update debian/changelog

dd05aa2... by Blake Rouse

Improved analytics tracking with userId and dimensions for MAAS version and UUID.

cf51d62... by Mike Pontillo

LP: #1722589 - Place beacon logging under debug flag

 * Drive-by fix to add *.*.swp files to .gitignore
 * Drive-by fix to use solicitation packets for periodic beacons
 * Make boolean usage in services.py consistent
   (no need to test if a bool is True)

ababee0... by Lee Trager

LP: #1710092 - Use a monotonic clock instead of relative time.

Previously MAAS was using datetime.now() to calculate timeout. datetime.now()
may change use to NTP running or under high system load. time.monotonic()
gives a consistent incrementing time rate.