Skip to content

Releases: hpcsi/losf

LosF v0.48.0 Released (10 August 2014)

10 Aug 20:07
Compare
Choose a tag to compare

Changes from previous release include:

  • extend update for chroot environments to allow for native execution on a non-master type host
  • added input option to allow specification of desired Warewulf bootstrap
  • addition of chroot support for "losf updatepkgs" option
  • added support for zypper OS patterns with "losf addgroup" under SLES
  • fix for incomplete OS package additions under SLES using zypper package management
  • added perl-Log-Log4perl dependency in RPM .spec file for SLES
  • inclusion of optional support to define network gateway for Warewulf installs

LosF v0.47.3 Released (22 July 2014)

22 Jul 20:35
Compare
Choose a tag to compare

Changes from previous release include:

  • fix for user-supplied update. file not being executed during udpate
  • updated ipmi convenience utils (ion,ioff, etc) to use lanplus interface

LosF v0.47.2 Released (15 July 2014)

15 Jul 18:40
Compare
Choose a tag to compare

Changes from previous release include:

  • fix for 'sync_config_files' throwing error when no file argument is given

LosF v0.47.1 Released (07 July 2014)

07 Jul 14:18
Compare
Choose a tag to compare

Changes from previous release include:

  • fix for 'update -v' not displaying version info
  • addition of a force option (-f) to the update utility allowing updates even
    when the /root/losf-noupdate file is present

LosF v0.47.0 Released (07 July 2014)

07 Jul 13:02
Compare
Choose a tag to compare

Changes from previous release include:

  • bug fix for OS package removal in non-chroot environment
  • use autoconf for package versioning - note: running 'configure' is not required
    for external usage
  • added support for OS package additions under SLES using zypper package management

LosF v0.46.0 Released (17 June 2014)

17 Jun 10:57
Compare
Choose a tag to compare

Changes from previous release include:

  • addition of chroot support for package and file management
  • losf add/del node support added for Warewulf
  • allow recursive callling of losf command within parent
  • initconfig utility now supports optional directory to use as a template config
  • allow non-interactive option for addalias command
  • inclusion of .spec file to support RPM packaging
  • bug fix for config_latest_install utility when config_dir is not defined

LosF v0.45.0 Released (25 April 2014)

25 Apr 15:15
Compare
Choose a tag to compare

Changes from previous release include:

  • typo/grammar edits in INSTALL directions
  • addition of simple upgrade utility to help configure LosF after downloading
    an updated release tarball. Running "misc/config_latest_install" will update
    a top-level losf soft link to point at the downloaded version, and will
    update the config/config_dir setting based on previously installed
    configurations.

LosF v0.44.1 Released (23 April 2014)

23 Apr 22:35
Compare
Choose a tag to compare

Changes from previous release include:

  • bug fix for sync_config_file failure introduced after addition of koomie_cf -n option

LosF v0.44.0 Released (13 April 2014)

14 Apr 04:02
Compare
Choose a tag to compare

Changes from previous release include:

  • new option for koomie_cf: use -n <node_type> to run parallel commands
    across a pre-defined LosF node-type
  • example kickstart files for use with LosF included in top-level kickstarts/
    directory along with Cobbler snippets in corresponding snippets/ directory
  • added --noprovision option to losf add; allows addition without
    normal provisioning definition requirements (convenient for switches, BMCs, etc.)
  • enhancement to allow for node-type specific config file syncing control
  • fixed missing final update notification when file ownership/permissions changed
  • initconfig utility now includes example networking config file
  • initconfig updated to create const_files/ path for default node type
  • use environment perl path in favor of hard-coded path
  • update help to indicate initconfig option
  • bug fix in error handling for initconfig utility

See top-level CHANGES and README for additional information.

LosF v0.43.0 Released (03 January 2014)

03 Jan 12:50
Compare
Choose a tag to compare

Changes from previous release include:

  • expanded INSTALL directions
  • new initialization utility "initconfig" provided, see INSTALL for more details
  • addition of "losf addalias" option to register custom package alias for installation
  • additional option added to showalias allowing expansion of alias membership
  • enhanced ability to create directory with no contents (e.g. a file
    system mount point). To have LosF create an empty directory, add
    the desired directory path into the [Permissions] config section
    and include a trailing slash "/" on the directory path.
  • require user to provide a valid configuration path (set via
    LOSF_CONFIG_DIR environment variable or config/config_dir file)
  • added -v options to losf and update command-line utilities to provide versioning info
  • addition of "losf sync" command which synchronizes host provisioning config with Cobbler
  • addition of "losf reinsert [host]" (a convenience command to perform del/add combinations)
  • example LosF config files moved to config/config_example/ directory
  • transitioned SCM from subversion to git

See top-level CHANGES and README for additional information.