~ltrager/maas:script_status_status_const

Last commit made on 2019-07-18
Get this branch:
git clone -b script_status_status_const 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:
script_status_status_const
Repository:
lp:~ltrager/maas

Recent commits

83d807f... by Lee Trager

Create SCRIPT_STATUS constants for running and failed.

When the APPLYING_NETCONF and FAILED_APPLYING_NETCONF SCRIPT_STATUSes were
added some of the code base wasn't updated to handle them. Theses areas
checked for three categories running, running or pending, or failed. These
categories have been defined as constants to ensure the MAAS code base is
in sync across the code base with regard to ScriptResult statuses.

e556c5a... by Alberto Donato

fix node info scripts so they don't fail in a confined snap.

- only scan /sys/devices for modalias (so we don't try to access unreadable
  paths), as that's seem the only tree where modaliases are found
- skip trying to get storage device info if the device node is not
  there (e.g. in containers)

fc4d709... by Caleb Ellis

Fix pod storage compose dropdown + form help text styling

5226901... by Steve Rydz

fix network discovery form

3bf68c4... by Steve Rydz

fix footer

b13b2a7... by Caleb Ellis

Refactor + fix design of node summary cards

e754da7... by Steve Rydz

fix display of stacked forms

e832cad... by Alberto Donato

rsyslog: only listen on its own socket, not the system one (/dev/log)

7f1fa7c... by Alberto Donato

snap: add mount-observe plug and wrap CLI with snapcraft-preload

7f98a21... by Caleb Ellis

Fix Vanilla 2.0 table regressions