~ltrager/maas:vcenter_creds

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

Recent commits

9635c12... by Lee Trager

Fix typo

91db9a7... by Lee Trager

Get vCenter credentials from global config.

989d42c... by Lee Trager

Allow settings the datastore as well.

a619ddb... by Lee Trager

Accept VMware vCenter credentials and pass them to a deploying ESXi host.

f93919e... by Björn Tillenius

LP: #1823105 - TFTP file transfer fails when no options are given

TFTP transfer times were tracked by replacing the current session, which
might have been started already at the time it was replaced.

Now instead of replacing the session we decorate its cancel() method to
track the transfer time.

75fcf9c... by Lee Trager

Modify storage_layout_issues to allow ESXi to deploy with unsupported filesystems

This modifies Node.storage_layout_issues to allow VMware ESXi to be deployed
even when unsupported filesystems are defined. During deployment these
filesystems will be ignored. If no VMFS datastore is defined the default
datastore1 will be extended. Ubuntu, CentOS, and RHEL deployments are prevented from deploying when VMFS6 is defined as it is unsupported.

f751e96... by Blake Rouse

Load the kernel and initrd using HTTP when booting with UEFI.

c5ffd35... by Steve Rydz

LP: #1822800 - Fix grammatical error on rack controller tooltip

31bd494... by Steve Rydz

Allow adding and removing of interfaces when creating or editing bonds

e24aa74... by Lee Trager

LP: #1778744 - Always select amd64 + running architecture default boot resource.