Project

General

Profile

Download (2.97 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
181810b0 06/23/2017 03:41 AM Ivan Necas

Add --whitelist option

Allows to mark some steps to be ignored in the results: allows to
continue even when some checks are failing.

ea60b444 06/23/2017 03:41 AM Ivan Necas

Full upgrade scenario

This commit intoroduces more structured upgrade scenario consisting of
this scenarios:

  • pre_upgrade_check - non-modifying checks: is the system ready?
  • pre_migrations - modifying procedures before source update
  • migrations - source update and main migrations...
db17af15 06/21/2017 04:14 PM Swapnil Abnave

Retain original objects while Tsorting. TSort create label graph and then convert to object graph

c418295c 06/21/2017 04:14 PM Swapnil Abnave

Define order using ruby TSort

1. Introduce 2 metadata: 'before' and 'after'
2. Current order is:
Checks::SyncPlans::WithEnabledStatus
Checks::DiskSpeedMinimal
Checks::SystemRegistration
Checks::ForemanTasks::NotPaused
Checks::ForemanTasks::NotRunning
Checks::ForemanTasks::Invalid::CheckOld...

3b966152 05/11/2017 06:41 AM Ivan Necas

Improve reporting on hammer setup and preparation steps

734dd76a 05/11/2017 06:41 AM Ivan Necas

Hammer setup preparation step

644df26c 05/11/2017 06:41 AM Ivan Necas

Introduce required params

Install required packages as the first one

163e3fff 03/21/2017 06:26 PM Ivan Necas

Run confine against classes, not objects

This allows us to have multiple objects of the same procedure in the
system, differing in the constructor parameters. Useful for parametrized
procedures.

af885bd5 03/21/2017 06:26 PM Ivan Necas

Extract metadata DSL to separate namespace

Having the DSL methods directly on the classes caused issues when
needing to query the metadata later.

276f9729 03/09/2017 09:59 AM Ivan Necas

Allow running checks by label

9f048ccd 02/19/2017 03:07 PM Ivan Necas

tests for health commands

f608b3cb 02/17/2017 04:44 PM Ivan Necas

CLI basic structure

ab1bcec2 02/16/2017 06:50 AM Ivan Necas

Refactor: make autodetect opt-out

d22bc3a1 02/14/2017 06:10 PM Ivan Necas

Refactor

ed2c683b 02/13/2017 05:41 PM Ivan Necas

Tests for runner and reporter

d4c3f2c2 02/12/2017 06:16 PM Ivan Necas

WIP: check scenarios