Releases: hpcsi/losf
Releases · hpcsi/losf
LosF v0.56.0 Released (07 March 2019)
LosF v0.55.0 Released (18 October 2017)
- allow specification of node architecture with Warewulf (#92)
LosF v0.54.0 Released (01 June 2017)
LosF v0.53.0 Released (28 September 2015)
Changes from previous release include:
- added new capability to allow for variable substitution during configuration file syncing. Allows delimited variables like
@variable@
to be replaced by a user-provided value during the sync process. See config.Bar for example configuration syntax - updated
@losf_synced_file_location@
substitution macro to report path relative to $LOSF_CONFIG_DIR - template notify_header file now included when using initconfig utility
LosF v0.52.0 Released (13 July 2015)
Changes from previous release include:
- added new config option for Warewulf provisioning ([Warewulf/files]). Allows for the
specification of additional files to provision - useful for prescribing multiple network interfaces. - allow multiple interface definition with Warewulf provisioning
- propagate [Kernel-Boot-Options-Post] settings in Warewulf provisioning mode
- allow hosts to be skipped via comment character (#) when using koomie_cf -f
- allow 'losf reinsert [host]' to proceed when host not previously registered with provisioner
- add option to 'losf add [host]' command to allow specification of desired node type
LosF v0.51.2 Released (14 April 2015)
Changes from previous release include:
- fix for koomie_cf options parsing
LosF v0.51.1 Released (08 April 2015)
Changes from the previous release include:
- fix for use of "losf addpkg" with a chroot environment
- added support for "--yes" option to losf addpkg
LosF v0.51.0 Released (30 March 2015)
Changes from the previous release include:
- disallow addition of custom rpm if the same version/release was cached previously in rpm_topdir
- minor updates to INSTALL file
- allow support for node-type specific [Permissions] control
- update initconfig utility to allow use of previously existing config dirs for initialization
- include chroot syncing capability for standalone "sync_config_files" utility
- improve FQDN query for initconfig utility
- expand regression test suite
- allow losf -v/--version queries when LOSF_CONFIG_DIR is not valid
LosF v0.50.0 Released (24 November 2014)
Changes from previous release include:
- include support for RHEL7 without need for additional yum downloadonly plugin
- remove use of Switch.pm from losf util to support newer perl versions
- update parallel ssh tool (koomie_cf) to support SLES12
LosF v0.49.0 Released (28 September 2014)
Changes from previous release include:
- update to RPM .spec file template - removes shell startup scripts
in favor of links to binaries - new option added to koomie_cf: use -q to launch underlying ssh commands
with quiet option -primarily useful to silence .ssh key warnings - disable output coloring if no tty is connected
- update CLI wrappers to account for execution via soft link
- improve command-line parsing within losf utility to warn against unsupported options