Releases: m-lab/epoxy-images
Releases · m-lab/epoxy-images
Weekly release
This release features:
- Updates CoreOS version to latest stable (2135.6.0) (reboot required).
- Configures TCP pacing on boot based on site's uplink speed (reboot required).
Builds images for new site GRU01 (Sao Paulo)
Configure platform cluster nodes with IPv6 addresses (#133) * Updates generate_network_config.sh to also configure IPv6 on the node. * Changes awk field separator from : to ,. * Removes redunant prefix length from the end of IPv4 and IPv6 addresses. * Fixes a small, bad reference in a comment.
Increases CloudBuild disk to 400GB
The build in mlab-oti failed for want of disk space even at 200GB, so this release ups the CB VM's disk space to 400GB.
Increases CloudBuild disk to 200GB + uses curl to fetch mlabconfig.py
The two noteworthy changes in the release are:
- Increase Cloud Build VM disks from the default 100GB to 200GB. Production builds were failing because we were running out of disk space.
- mlabconfig.py was moved from the operator repo to the siteinfo repo. Now, instead of cloning the operator repo to get at mlabconfig.py, we just use
curl
to fetch mlabconfig.py from the siteinfo repo.
Another small change is to bump the CoreOS version in .travis.yml
so that Travis build complete as expected with the same CoreOS version as everything else.
Updates CoreOS, fixes issue with kexec flag, use isohybrid
This release add three new things:
- Updates CoreOS to a version that includes a fix that addresses the SACK vulnerability
- Fixes an issue with a kexec flag
- Adds isohybrid to simpleiso so that we can make images that will boot from USB drives too.
Builds images for maa01/del01/hnd03
Tagging this repository so the new ISOs for these sites are built.
Builds images for DEN06
DEN06 is replacing DEN01, and rather than deploy mlab[1-3] on PLC, we've decided to just make this the first entirely ePoxy/k8s site. Creating a new release so that ePoxy builds all the images needed for den06 in the mlab-oti project.
Initial release
This is an initial release.