~blake-rouse/maas:custom-syslog-port

Last commit made on 2018-09-05
Get this branch:
git clone -b custom-syslog-port https://git.launchpad.net/~blake-rouse/maas
Only Blake Rouse can upload to this branch. If you are Blake Rouse please log in for upload directions.

Branch merges

Branch information

Name:
custom-syslog-port
Repository:
lp:~blake-rouse/maas

Recent commits

56a7701... by Blake Rouse

Update test name.

01867cf... by Blake Rouse

Add ability to change the port that the MAAS internal syslog runs on.

d67c359... by Blake Rouse

Add ability for an administrator to configure a remote syslog server.

a75e372... by Newell Jensen

Add an optional list of KnownHostInterface objects to RequestedMachine to detail the Pod's host interfaces.

b474d96... by Andres Rodriguez

LP: #1790015 - Fix no_proxy to also use IPv6 addresses inside brackets.

9015e05... by Mike Pontillo

LP: #1789495 - Fix subnet links for composed machines.

6d93a3c... by Blake Rouse

Fix issues with the snap so all the new services that now run in the rack controller work.

8dcec35... by Blake Rouse

Run and control syslog on the region and rack controller.

Rack controllers forward to all region controllers. Region controllers write to the local filesystem with the log information. This allows a user to view the logs of any region controller and it will have the same log data as another region controller.

feead00... by Lee Trager

Load the unsigned RHEL UEFI bootloader to work around RHBZ #1623296

03c24e2... by Mike Pontillo

Calculate a better interface name based on the specified labels when composing a machine.

This is required because Juju passes in numeric interface labels, such as '0'. MAAS uses these labels (which are strings) to create correspondingly-named interfaces on the composed machine.

The algorithm used to calculate the ifname from the label was adapted from the Juju bridge name algorithm (which is used when a bridge name ends up being more than 15 characters).

Partially fixes bug #1789495.