~cgrabowski/maas:embed_run_scripts_in_hardware_sync

Last commit made on 2022-02-11
Get this branch:
git clone -b embed_run_scripts_in_hardware_sync https://git.launchpad.net/~cgrabowski/maas
Only Christian Grabowski can upload to this branch. If you are Christian Grabowski please log in for upload directions.

Branch merges

Branch information

Name:
embed_run_scripts_in_hardware_sync
Repository:
lp:~cgrabowski/maas

Recent commits

cbfdde8... by Christian Grabowski

add local scripts test

9bcc406... by Christian Grabowski

add runner tests

d35a1dd... by Christian Grabowski

add script metadata endpoint

0609567... by Christian Grabowski

update script runner for local scripts

b8cce3f... by Christian Grabowski

provide file extensions

ad80ec4... by Christian Grabowski

add commissioning scripts

696c205... by Christian Grabowski

template in hardware-sync executable in systemd config

a90cce8... by Christian Grabowski

embed scripts as subcommands

4edd011... by Christian Grabowski

update deb install

fetch hardware-sync in systemd service

add harware-sync endpoint and run scripts redirect

9b56302... by Björn Tillenius

Bug #1853047: VLAN with the specified VID already exists error when updating the fabric attribute

Don't create a new VLAN for an existing VLAN interface if we can't
autodetect what VLAN it should be.

If you move multiple VLANs via our UI or API, you can only move one at a
time. This gets you into a situation where an interface and its VLAN
interfaces may be on different fabrics.

If the controller refreshes it network information, it shouldn't try to
change things back to how it was before the move.