Skip to content
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.

Releases: digitalrebar/provision-content

v1.9.0 - Bug fixes and OS updates

22 Jun 15:57
100a54d
Compare
Choose a tag to compare

v1.9.0 - Bug fixes and OS updates

Features

  • Update centos-7.4 to centos-7.5
  • Switch sledgehammer DHCP management to systemd to reduce churn.
  • Add defaults for package-repositories
  • Update to go 1.10 to make core
  • Allow extra-packages in kickstart and preseed files

Bugs

  • Update some icons
  • Fix gohai parameter being mis-merged by zeroing it first.
  • Fix newline problem in ssh-keys.
  • Fix UEFI bootorder code to exit gracefully when not in UEFI mode.

v1.8.0 - Update debian 9, use repo code, and add UEFI reorder task

30 Apr 18:48
86030b3
Compare
Choose a tag to compare

v1.8.0 - Update debian 9, use repo code, and add UEFI reorder task

Features

  • Update debian-9 to 9.4
  • Switch the default preseed to use the repo render helpers - reducing the local-repo usage.
  • Add task/stage that will reorder UEFI boot order to continue network booting after UEFI install
  • Switch ubuntu-18.04 to release from Beta

Bugs

  • Sort ssh keys file to remove duplicates.

v1.7.0 - Infinite Tokens and bug fixes

12 Apr 19:40
9cca465
Compare
Choose a tag to compare

v1.7.0 - Infinite Tokens and bug fixes

THIS FORCES A SLEDGEHAMMER UPDATE.

Features

  • Update the default tokens in sledgehammer and discover to be infinite. This handles the workflow use case better.
  • All dhclient to run on many interfaces if that happens later in the bring up process
  • Switch to faster CentOS mirrors
  • Enhance and consolidate setup.tmpl content and usage.
  • Add machine-plugin parameter for plugin controls
  • Beta of Bionic Beaver (ubuntu 18.04)

Bugs

  • Make sure dhclient keeps running after sledgehammer service exits
  • Fix the erase disk task to be more sure about killing volume groups with fire.
  • Make erase disk more through to handle Ubuntu installs better.

v1.6.2 - Fix Ubuntu and Debian issues

03 Mar 14:36
bebffbd
Compare
Choose a tag to compare

v1.6.2 - Fix Ubuntu and Debian issues

Features

  • Add color/icons to missing objects

Bugs

  • Fix debian issue with numa issues (turn of numa on debian 8)
  • Update Ubuntu 16.04 iso to latest and available.
  • Add sane-exit-codes to missing objects
  • Fix issue with expert_recipe that was causing complete failure of ubuntu/debian installs

v1.6.1 - Icons/Color

26 Feb 18:42
c227700
Compare
Choose a tag to compare

v1.6.1 - Icons/Color

Features

  • Add Icons and Color to missing pieces
  • Add helper object to manipulate machine icon/color based on color demo videos

v1.6.0 - Sledgehammer Updates and Content Fixes

22 Feb 19:36
143b58e
Compare
Choose a tag to compare

v1.6.0 - Sledgehammer Updates and Content Fixes

This contains a sledgehammer update. You MUST update your sledgehammer ISO with drpcli bootenvs uploadiso discovery

Features

  • Sledgehammer updates the machine's macs list.
  • Consolidate drpcli installation into a single sub-template and use it.
  • Icons for Bootenvs
  • Convert all tasks to sane-exit-codes.

Bugs

  • Fix issue with partman params.
  • Add feature-flags for all tasks.
  • Fix build notification failure issue
  • Fix part-scheme reference in preseeds.
  • Fix gohai issue by converting to drpcli gohai and not using variable redirection.

v1.5.0 - Add KickSeed parameter for kickstart/preseed overrode

22 Jan 16:43
13f1aff
Compare
Choose a tag to compare

This release adds a new parameter, select-kickseed, that allows for the replace of the kickstart file or preseed file. The parameter is a string that references a named template.

Gohai fix and debian release updates

21 Dec 15:30
ec1a3fa
Compare
Choose a tag to compare

Bug Fix release:

  • Fix issue in gohai task that was causing stage failures. discover-gohai is not needed, but still available.
  • Update debian latest bootenvs to point to available images.

v1.3.0 - Change Stage is no more!

04 Dec 21:06
066c0d6
Compare
Choose a tag to compare

This release removes the requirement for change-stage from the stages themselves.

The change-stage task have been left for backwards compatibility.

v1.2.0 - Add Repo expansion parameters and bug fixes

20 Nov 22:35
93317a4
Compare
Choose a tag to compare

This release adds the Repo expansion parameters.

Bug fixes:

  • Make sure hostname never gets set to localhost in sledgehammer
  • Add a stage that will clean the disk of lvm to precede OS install if needed
  • Add a stage that can be used for discover that doesn't have gohai if it fails.