Skip to content

v1.2.0: HTCondor autoscaling, explicitly defined IP ranges in VPC module

Choose a tag to compare

@heyealex heyealex released this 25 Jul 21:50
· 9235 commits to main since this release
b6f46fe

Key New Features

  • Autoscaling in HTCondor.
  • Explicitly defined IP ranges in the VPC module.

New Resources

  • htcondor-execute-point: Creates an instance template and Managed Instance Group (MIG) for creating autoscaled compute nodes. Outputs a runner for configuring the autoscaler to scale the MIG.

Improvements

  • Allow explicitly defined IP ranges in the VPC module.
  • wait-for-startup module will wait for startup script completion when VMS are replaced.
  • Add autoscaler to HTCondor modules.
  • Docker support for HTCondor nodes.
  • HTCondor Pool example added to community examples.
  • HTCondor tutorial added.

Deprecations

  • The following variables in the VPC module are deprecated: primary_subnetwork, additional_subnetworks, subnetwork_size. See the VPC README for more information.

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.2.0