Skip to content

Releases: m-lab/epoxy-images

Weekly release

02 Dec 17:50
b23d554
Compare
Choose a tag to compare

Builds images for new sites MAD06 and LHR08, maybe some others.

Weekly release

17 Nov 17:28
b23d554
Compare
Choose a tag to compare

v1.7.5...v1.7.6

  • Sets CPU scaling governor to performance for all CPUs after boot. (#191)
  • Breaks DRAC configuration into stage1 and stage2 (#192): This should configure the final DRAC user and password during stage2 boot, making DRAC configuration completely automated.

Weekly release

26 Oct 17:29
c626a3d
Compare
Choose a tag to compare
  • Builds stage1 ISO images for new TATA site PAR07.
  • Rebuilds stage1 ISO images for various Telecom Italia sites, adding IPv6 prefixes.

Builds stage1 ISO images for several Telecom Italia sites

22 Oct 16:22
c626a3d
Compare
Choose a tag to compare
v1.7.4

Auto load ip6table_filter modules for access envelope (#189)

Weekly release

12 Oct 17:22
c626a3d
Compare
Choose a tag to compare

v1.7.2...v1.7.3

  • Builds images for new sites.
  • Builds images with IPv6 addresses for MRS03.
  • Auto load ip6table_filter modules for access envelope (#189)

Builds new images for GIG02 and BOG05

31 Aug 20:02
66c28ed
Compare
Choose a tag to compare

GIG02 and BOG05 had incorrect IPv4 prefixes. This release will rebuild the images with the correct IPs.

Builds images for numerous new sites.

26 Aug 15:50
66c28ed
Compare
Choose a tag to compare
v1.7.1

Adds a small delay between creating a partition and formatting it. (#…

Weekly release

04 Aug 15:43
66c28ed
Compare
Choose a tag to compare
  • Updates k8s version to 1.17.8.
  • Stops building CoreOS images.
  • Changes to several systemd units to avoid circular dependencies and ordering issues.
  • Builds images for several new sites.

Enables unattended security upgrades

13 Jul 17:24
1f27e38
Compare
Choose a tag to compare

This release:

  • Enables unattended/automatic security updates.
  • Disables the "news" part of the MOTD when logging in via SSH.

Attempts to fix cyclical dependencies in systemd units

07 Jul 19:43
c2d5e9c
Compare
Choose a tag to compare
Attempts to eliminate some systemd unit cyclical dependencies (#181)

* Adjusts ordering and requirements for /cache mounts and formatting if the disk to avoid cyclical dependencies (caused by implicit dependencies).

* Makes format-cache.service depend on local-fs-pre.target to be sure that disk devices are available.

* Configures format-cache.service to start after dev-sda.device.

* Adds Requires=dev-sda.device to format-cache.service.

* Removes Requires=dev-sda.device to format-cache.service.

* Removes ordering and dependency statements from mounts and moves them all to format-cache.service, since that is the unit that needs to be treated in a non-default way.

* Tries relying solely on RequiresMountsFor.

* Removes RequiresMountsFor, and readds Before, and adds RequiredBy for various mounts.

* Moves RequiredBy to Install section, adds back DefaultDependencies=no.

* Adds brief comments about why we add certain dependencies and ordering.