Skip to content
This repository was archived by the owner on Oct 3, 2020. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: stdevel/satprep
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2160626
Choose a base ref
...
head repository: stdevel/satprep
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 79815f7
Choose a head ref
  • 19 commits
  • 10 files changed
  • 3 contributors

Commits on Mar 18, 2015

  1. Workaround for poor libvirt vCenter support

    - added satprep_wa_vcvms.py as workaround for the poor libvirt VMware
    vCenter support
    - standardized logger messages
    stdevel committed Mar 18, 2015
    1 Configuration menu
    Copy the full SHA
    941e542 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2015

  1. Fixed issues and implemented new features

    - standardized logging messages
    - satprep_prepare_maintenance.py now includes options to difference
    between production and non-production hosts, this enables the script
    e.g. to first prepare non-production hosts before patching critical
    systems - see also issue #27
    - satprep_prepare_maintenance.py now includes an exclude option
    - fixed a bug in satprep_snapshot.py which might result in erroneous
    snapshot reports
    - satprep_wa_vcvms.py now includes information about ESXi hosts by
    cluster - see also issue #26
    stdevel committed Mar 20, 2015
    Configuration menu
    Copy the full SHA
    bd69bc0 View commit details
    Browse the repository at this point in the history
  2. Standardized logging messages

    Standardized logging messages
    stdevel committed Mar 20, 2015
    Configuration menu
    Copy the full SHA
    8f61973 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2015

  1. disabled SSL verification for downtimes

    - disabled SSL verification for scheduling and checking downtimes (could
    force issues when used in combination with several proxies)
    - fixed typo
    stdevel committed Mar 21, 2015
    Configuration menu
    Copy the full SHA
    94e006f View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2015

  1. Minor enhancements and fixes

    - enhanced blacklisting for preparing maintenances (case-insensitive
    wildcards - see issue #31)
    - verification log is created automatically after preparing maintenance
    (see issue #30)
    - unicodes are translated into ascii while creating snapshot reports
    (see issue #28)
    - locked systems are now excluded while creating snapshot reports by
    default, they can also be integrated using command-line parameters (see
    issue #29)
    - decreased verbosity of satprep_snapshot.py
    - fixed bug where monitoring host (auth) information are not captured
    correctly (see issue #33)
    Christian Stankowic authored and Christian Stankowic committed Mar 30, 2015
    Configuration menu
    Copy the full SHA
    741af07 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #34 from stdevel/nightly

    Release 0.3.2 - minor enhancements and fixes
    stdevel committed Mar 30, 2015
    Configuration menu
    Copy the full SHA
    29dad7d View commit details
    Browse the repository at this point in the history
  3. Update README.md

    Updated for most recent toolkit version
    stdevel committed Mar 30, 2015
    Configuration menu
    Copy the full SHA
    d01c6b9 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2015

  1. Release 0.3.3

    - VM snapshots are now created before scheduling downtimes, downtime
    default timeframe changed to 4 hours (see issue #35)
    - vlog behavior altered to be more intelligent (for details see issue
    #36))
    - Implemented function for scheduling downtime for Nagios/Icinga
    hostgroups (see issue #37) [parameters -g / --downtime-hostgroup,
    satprep_prepare_maintenance.py]
    - Some minor fixes
    stdevel committed May 20, 2015
    Configuration menu
    Copy the full SHA
    afea9e4 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2015

  1. Preparation for release 0.3.4

    - added satprep_patch_freeze for automatic cloning of affected channels
    and mapping subscribed hosts
    - moved function is_blacklisted into satprep_shared.py
    - enabled satprep for Spacewalk 2.4
    stdevel committed Jul 3, 2015
    Configuration menu
    Copy the full SHA
    aae892e View commit details
    Browse the repository at this point in the history
  2. Update satprep_patch_freeze.py

    Fixed typo
    stdevel committed Jul 3, 2015
    Configuration menu
    Copy the full SHA
    382c51f View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2015

  1. Update satprep_patch_freeze.py

    Fixed issue #7
    stdevel committed Jul 9, 2015
    Configuration menu
    Copy the full SHA
    5c46eee View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2015

  1. Several fixes

    Enhanced satprep_patch_freeze.py:
    - enhanced error reporting to also include XMLRPC errors
    - changed „-satprep“ prefix to „.sp“ to shorten names (several RHN
    Satellite releases seem to have problems with that)
    - removed some old rubbish
    Christian Stankowic authored and Christian Stankowic committed Jul 10, 2015
    Configuration menu
    Copy the full SHA
    2995a0d View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2015

  1. Release 0.3.5

    Fixed several bugs:
    - custom info key values are now escaped to avoid aborts (added shared
    function escape_string; see issue #49)
    - when cloning channels, labels are added to the name (see issue #47)
    - changed name format to „label-date.channel“ when cloning channels to
    avoid using protected names (see issues #46 and #48)
    - fixed a bug to avoid scheduling downtimes for non-monitored hosts
    - fixed a bug where VM snapshots were not created
    - fixed a bug where wrong reboot_required information were inserted
    into patch reports
    - fixed a bug where diff reports could not be created (see issue #44)
    - verification log files are created if non-existent
    - added support for Spacewalk 2.4
    Christian Stankowic authored and Christian Stankowic committed Dec 18, 2015
    Configuration menu
    Copy the full SHA
    9e478d5 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2015

  1. Release 0.3.6

    Fixed various bugs:
    - fixed a bug where monitoring information were incorrect in the PDF
    reports
    - fixed a bug where debug information where printed in satprep_diff.py
    without explicitely enabling it
    - fixed a bug where child channels were not cloned correctly (see issue
    #50)
    
    Also, satprep_snapshot.py will now include patch information by default
    (omitting the -p parameter, see issue #51). Using -p will now exclude
    patch information!
    Christian Stankowic authored and Christian Stankowic committed Dec 21, 2015
    Configuration menu
    Copy the full SHA
    cbdbf5d View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2015

  1. Ignore hosts without base-channel

    Hosts without valid base-channel will now be ignored by
    satprep_patch_freeze.py (Fixed issue #50)
    Christian Stankowic authored and Christian Stankowic committed Dec 22, 2015
    Configuration menu
    Copy the full SHA
    3d61689 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2016

  1. Update satprep_diff.py

    Fixed a bug where the script crashed because of a missing local variable
    stdevel committed Apr 18, 2016
    Configuration menu
    Copy the full SHA
    1485ba3 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2016

  1. Update satprep_prepare_maintenance.py

    Fixed a minor bug where prefix were based on ctime instead on mtime
    stdevel authored Oct 19, 2016
    Configuration menu
    Copy the full SHA
    4f4fb8e View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2017

  1. Update README.md

    stdevel authored Feb 23, 2017
    Configuration menu
    Copy the full SHA
    cad6f97 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    stdevel authored Feb 23, 2017
    Configuration menu
    Copy the full SHA
    79815f7 View commit details
    Browse the repository at this point in the history
Loading