Skip to content

Template updates

Mike Crute requested to merge template-updates into master

There are a handful of pretty small changes here... this depends on the tooling changes in #66

  • Remove the region and groups variables from packer. Those will be handled by the forthcoming release tool, not packer.
  • Packer uses the scripts from the scripts directory directly to save needing to copy them to the build root
  • The default build region is always us-west-2 (but can still be overridden if necessary) since the core developers are on the west-coast of the US
  • Initfs features are now parametrized in the profiles
  • The mdev nvme transform is inlined into the setup-amis script to eliminate that file and directory
  • Removed some unused overrides in the templates

Merge request reports