Tags

Tags give the ability to mark specific points in history as being important
  • 6.7.2

    Release of 6.7.2
    
    * Thu Oct 28 2021 Liz Nemsick <lnemsick.simp@gmail.com> - 6.7.2-1
      -  EL8 client kickstart config fixes:
         - Removed krb5-workstation and subversion from the list of required packages
         - Added the following lines to enable modular repos required by the kickstart
           module --name=python36 --stream-3.6
           module --name=perl --stream=5.26
           module --name=perl-IO-Socket-SSL --stream=2.066
           module --name=perl-libwww-perl --stream=6.34
  • 6.7.1

    Release of 6.7.1
    
    * Fri Oct 22 2021 Liz Nemsick <lnemsick.simp@gmail.com> - 6.7.1-1
      - Fixed a bug in unpack_dvd error handling that prevented the correct
        error message from being emitted, when unpack_dvd detected the old
        SIMP yum layout.
      - Adjusted the puppet-agent requirement to >= 6.
      - Updated kickstart files in the share directory.
  • 6.7.0

    Release of 6.7.0
    
    * Wed Sep 29 2021 Trevor Vaughan <tvaughan@onyxpoint.com> - 6.7.0-1
      - Fixed dependencies for EL8 systems
      - Updated unpack_dvd to handle the new SIMP ISO layout and not break the
        exported repos
      - Fixed a bug where a symlink would be created in a versioned ISO directory if
        it was present as a directory instead of a symlink to be replaced
      - Updated the kickstart files in the share directory
  • 6.6.1

    Release of 6.6.1
    
    * Wed Sep 01 2021 Trevor Vaughan <tvaughan@onyxpoint.com> - 6.6.1-1
      - Fixed the puppetlast script and enabled it to read from filesystem reports.
  • 6.6.0

    Release of 6.6.0
    
    * Fri Jul 23 2021 Jeanne Greulich <jeanne.greulichr@onyxpoint.com> - 6.6.0-1
      - Added transition scripts useful for upgrading from SIMP 6.5.0 to SIMP 6.6.0.
    
    * Thu Apr 29 2021 Jeanne Greulich <jeanne.greulichr@onyxpoint.com> - 6.6.0-1
      - Update unpack DVD to extract the SIMP repo into
        <destination dir>/SIMP/<os family>/<os version>/ and create the link
        to the major version if it is requested.
    
    * Mon Mar 01 2021 Liz Nemsick <lnemsick.simp@gmail.com> - 6.6.0-1
      - Changed shebang in convert_to_inetorg.rb to use Puppet's Ruby instead
        of system Ruby.
      - Removed upgrade_simp_6.0.0_to_6.1.0 script
      - Added a comment to the sample EL8 kickstart file to describe changes
        needed if booting in UEFI mode.
      - Increased the minimum puppet-agent version required to 6.22.1.
  • 6.5.1-pre2

    6.5.1-pre1      Prerelease 6.5.1-pre1
    
    #### Added
    - Added a comment to the sample EL8 kickstart file to describe changes
      needed if booting in UEFI mode.
    - Increased the minimum puppet-agent version required to 6.22.1.
    
    #### Changed
    - Update unpack DVD to extract the SIMP repo into
      `<destination dir>/SIMP/<os family>/<os version>/` and create the link to the
      major version if it is requested.
    - Changed shebang in convert_to_inetorg.rb to use Puppet's Ruby instead
      of system Ruby.
    
    #### Removed
    - Removed `upgrade_simp_6.0.0_to_6.1.0` script
  • 6.5.1-pre1

    Prerelease 6.5.1-pre1
    
    #### Added
    - Added a comment to the sample EL8 kickstart file to describe changes
      needed if booting in UEFI mode.
    - Increased the minimum puppet-agent version required to 6.22.1.
    
    #### Changed
    - Update unpack DVD to extract the SIMP repo into
      `<destination dir>/SIMP/<os family>/<os version>/` and create the link to the
      major version if it is requested.
    - Changed shebang in convert_to_inetorg.rb to use Puppet's Ruby instead
      of system Ruby.
    
    #### Removed
    - Removed `upgrade_simp_6.0.0_to_6.1.0` script
  • 6.5.0

    Release of 6.5.0
    
    * Mon Nov 23 2020 Jeanne Greulich <jeanne.greulichr@onyxpoint.com> - 6.5.0-0
      - Added sample kickstart files to /usr/share/simp to allow users to have access
        all versions of the kickstart files.
  • 6.4.0

    Release of 6.4.0
    
    * Wed Oct 21 2020 Chris Tessmer <chris.tessmer@onyxpoint.com> - 6.4.0-0
    - Added check for dangerously unspecific OS versions in `unpack_dvd`
      (e.g., '7' instead of '7.0.2003').  This is common when autodetecting the OS
      version from the ISO's .treeinfo on some OSes (particularly CentOS).
      - When detected, script will exit with an informative message + instructions.
      - In this case, users should provide a more specific version with `-v`.
      - Users can explicitly specify an unspecific version with `-v`.
  • 6.3.0

    Release of 6.3.0
    
    * Tue Oct 13 2020 Chris Tessmer <chris.tessmer@onyxpoint.com> - 6.3.0-0
      - Added (optional) `--unpack-pxe [DIR]` option to the `unpack_dvd` script
        - Added (optional) `--environment ENV` to set the PXE rsync environment
        - Added a new `--[no-]unpack-yum` (enabled by default), to permit users to
          disable the RPM unpack
        - To enable unpacking PXE tftpboot files, run with `--unpack-pxe`
        - To disable unpacking RPMs/yum repos, run with `--no-unpack-yum`
        - See `unpack_dvd --help` for details
      - Overhauled `unpack_dvd --help`; output now fits on 80-character PTY consoles
  • 6.2.3

    Release of 6.2.3
    
    * Thu Jul 23 2020 Trevor Vaughan <tvaughan@onyxpoint.com> - 6.2.3-0
      - Add spec tests for unpack_dvd
      - Fix minor unpack_dvd bugs identified during testing
  • 6.2.2

    Release of 6.2.2
    
    * Wed Jun 12 2019 Jeanne Greulich <jeanne.greulich@onyxpoint.com> - 6.2.2-0
      - Update updaterepo script to change permissions on the repo
         files as well as repodata.
      - Update unpack_dvd script
        - Make sure permissions on all directories containing RPMs for the
          repo are correct.
        - Only attempt to change ownership of files if run as root.
        - Put `noarch` rpms under the `noarch` directory for the SIMP repo.
        - Allow the user to specify the version directory for the OS, because
          the CentOS `.treeinfo` file only contains the major OS version number.
        - Added an option to allow user to not link the extracted files to the
          major version.
        - Added an option to change what group is used to own the files.
        - Used puppet ruby instead of system ruby and removed Ruby 1.9 logic
          and changed puppet-agent dependency to > 5.0
      - Updated the README
    
    * Mon Jun 03 2019 Liz Nemsick <lnemsick.simp@gmail.com> - 6.2.2-0
      - Update the path of SIMP's Puppet skeleton to
        /usr/share/simp/environment-skeleton/puppet. This is the correct
        path for simp-environment-skeleton >= 7.1.0.
  • 6.2.1

    Release for 6.2.1
    
    * Thu May 16 2019 Jeanne Greulich <jeanne.greulich@onyxpoint.com> - 6.2.1-0
    - Fixed error so simpenv script  would work on EL6 also.
  • 6.2.0

    Relase of 6.2.0
    
    * Thu May 02 2019 Jeanne Greulich <jeanne.greulich@onyxpoint.com> - 6.2.0-0
      - Added simpenv script which creates SIMP environments for SIMP 6.4
        or later.
  • 6.1.2

    Release of 6.1.2
    
    * Thu Sep 20 2018 Liz Nemsick <lnemsick.simp@gmail.com> - 6.1.2-0
      - Fixed bug in which updaterepos would fail when executed with Ruby
        1.8.x (e.g on CentOS 6 servers)
      - Fixed bug in which gen-ldap-update generated malformed ldif output
        when executed with Ruby 2.x (e.g on CentOS 7 servers)
    
  • 6.1.1

    Release of 6.1.1
    
    * Mon Nov 27 2017 Nick Markowski <nicholas.markowski@onyxpoint.com> - 6.1.1-0
      - Sample LDIFS recommend UID/GID above 1000
    
  • 6.1.0

    Release of 6.1.0-0
    
    * Wed Oct 18 2017 Liz Nemsick <lnemsick.simp@gmail.com> - 6.1.0-0
    - Added script to upgrade SIMP 6.0.0 to SIMP 6.1.0
    - Removed obsolete scripts
      - hiera_config
      - hiera_upgrade
      - migrate_to_simplib
  • 6.0.4

    * Wed Oct 04 2017 Trevor Vaughan <tvaughan@onyxpoint.com> - 6.0.4-0
    - Fixed an incorrect dependency on /bin/ruby as opposed to /usr/bin/ruby
    - Changed all instances of #!/usr/bin/env ruby to #!/usr/bin/ruby per the
      Fedora packaging guidelines
  • 6.0.3

    Release of 6.0.3
    
    * Tue Oct 03 2017 Liz Nemsick <lnemsick.simp@gmail.com> - 6.0.3-0
      - Fixed bug in which puppetlast sort options were not working.
  • 6.0.2

    Release of 6.0.2
    
    * Tue Oct 03 2017 Jeanne Greulich <jeanne.greulich@onyxpoint.com> - 6.0.2-0
    - added example ldifs to be copied to /usr/share/simp
    - changed rake and gemfiles so pkg:rpm would work
    
    * Tue Sep 19 2017 Liz Nemsick <lnemsick.simp@gmail.com> - 6.0.2-0
    - Add set_environment node classifier.  Can be used as a simple,
      YAML-based ENC.