~andreserl/maas:lp1821605_drop_amtterm_requirement

Last commit made on 2019-03-25
Get this branch:
git clone -b lp1821605_drop_amtterm_requirement 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:
lp1821605_drop_amtterm_requirement
Repository:
lp:~andreserl/maas

Recent commits

ea600d5... by Andres Rodriguez

Fxi test

c0ae3e5... by Andres Rodriguez

LP: #1821605 - Drop amtterm as a requirement given that all of AMT should be using wsmancli

db44458... by Alberto Donato

LP: #1821095 - allow locking machines in deploying status

4db837e... by Blake Rouse

Force lpxelinux.0 to use HTTP for requesting all files after the initial load of lpxelinux.0 from TFTP. All traffic after that initial load will use HTTP, including the extra binary files that lpxelinux.0 needs and the generated configurations.

This moves the bootloaders configuration from the top of dhcpd.conf into the subnet definitions, this mirrors what the dhcpd6 does. This is done because the path prefix includes the IP address of the rack controller, and it needs to be the IP of the rack controller for the subnet range it is providing.

086c391... by Alberto Donato

rework stat metrics, prefix them with "maas_"

98390e9... by Newell Jensen

Add ability to update script results to the API. Currently, this is only used to toggle whether or not the script results are suppressed or not.

67cad03... by Alberto Donato

drop legacy --idm-* options from init/configauth CLI commands

78fca28... by Blake Rouse

Add a HTTP /boot endpoint inside of the rackd process that takes a request and processes it through the same backend as the TFTP server. Add / proxy_pass to the nginx configuration to send requests on 5248 to the /boot endpoint.

8fc9d82... by Alberto Donato

drop the experimental notice from the --enable-candid option

6b15d63... by Lee Trager

Add VMFS websocket operations

Create, update, and delete websocket operations have been added for VMFS
datastores. Additionally a new websocket operation, apply_storage_layout,
allows the websocket so select a storage layout for an individual machine.