~andreserl/maas:fix_snap_paths

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

Recent commits

7611e83... by Andres Rodriguez

Address comments

bae9d2a... by Andres Rodriguez

Ensure that maas-dhcp-monitor and maas-beacon-monitor run inside the snap

2dab599... by Andres Rodriguez

Prepare dev environment for artful.

Add required-packages/artful. Don't hardcode python3.5, as artful defaults to python3.6.

45cd815... by Mike Pontillo

Use beaconing hints during update_interfaces()

 * When determining initial VLAN placement for a new rack controller
   interface, consult the topology hints provided by beaconing.
 * Result: Interfaces that beaconing determines to be on an existing
   VLAN will not cause MAAS to create a new VLAN or fabric.

e3c06ca... by Newell Jensen

Drive by fix for badblocks unit test as it was incorrectly named.

79247ae... by Lee Trager

LP: #1710681 - Allow architecture to be deselected in the UI.

The UI was preventing architectures from being deselected because removing the architecture meant removing the commissioning series for that architecture. The user is now allowed to deselect an architecture as long as another architecture is selected.

fb8d5ed... by Andres Rodriguez

debian/control: Bump curtin version dep for CentOS networking.

9f951e2... by Данило Шеган

Introduce Switch model referencing a Node and supporting setting nos_driver (as string) and nos_parameters (as JSON structure).

cc372f1... by Lee Trager

Update Script form to accept new fields and process embedded YAML.

The Script form can now accept and validate the hardware_type, parallel, and
packages fields. An embedded YAML configuration file may be embedded into the
script. The embedded YAML may set all script form fields in addition to the
results and paramater fields which may only be set in the YAML.

0b4ada3... by Mike Pontillo

Send topology hints to update_interfaces()

 * Add code to convert topology hints to a compact JSON format.
 * Start beaconing as soon as interfaces are known; don't
   wait for interface monitoring settings. This means
   beaconing will happen on all interfaces, all the time.
   (Without regard for network discovery settings.)
 * Fix bug that caused update_interfaces() to be called
   with create_fabrics=True when it should have been False.
 * Wait for beaconing to complete before updating interfaces.
 * Drive-by fix for incorrect line in .gitignore which
   erroneously covered django16_south_maas19.tar.gz.