Packer is a tool for building operating system images. Packer accepts a template which describes how an image should be built. The installation is done by the operating system vendor’s own tools. Canonical has created templates for CentOS, RHEL, and VMware ESXi. These templates contain post-processing hooks to convert the image into either a tar.gz or dd.gz which can be used by MAAS.
Images can be customized by making changes to the kickstart files. See README.md in the operating system’s directory for more information.
Is this vmware ESXi vcenter autoregistration working for you ? I’m getting:
/vmfs/volumes/f571cf7d-1a1a9f99-ddee-38c33bfa02f3/maas/requests/__init__.py:91: RequestsDependencyWarning: urllib3 (1.9.1) or chardet (3.0.4) doesn't match a supported version!
RequestsDependencyWarning)
Traceback (most recent call last):
File "/altbootbank/maas/vcenter", line 23, in <module>
from requests.exceptions import (
File "/vmfs/volumes/f571cf7d-1a1a9f99-ddee-38c33bfa02f3/maas/requests/__init__.py", line 105, in <module>
from urllib3.exceptions import DependencyWarning
ImportError: cannot import name 'DependencyWarning'
In environments where directly connecting to public repositories is prohibited, it would certainly be helpful to be able to deploy a customized Ubuntu image (rather than making CentOS, RHEL and/or windows actively preferred!).
Yes, one can mirror the repositories, and may well need to be done anyway … but it would certainly simplify things if Ubuntu could be treated just as any other OS.
I’m working on adding VMware ESXi 7.0 support and will be retesting all VMware ESXi features with MAAS. If I see any issues with vCenter registration I will be fixing them soon