Skip to content

Commit

Permalink
Add note for validation_grace_period in docs.
Browse files Browse the repository at this point in the history
We should explicitly mention the validation_grace_period setting in
/opt/quads/conf/quads.yml under our validation troubleshooting docs.

Change-Id: I7ae8da188afafd4eeabfd7cdee696f70f34d7510
  • Loading branch information
sadsfae committed Feb 5, 2020
1 parent 3bb8cf7 commit 79cfd72
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1046,6 +1046,9 @@ for host in $(quads-cli --cloud-only cloud15) ; do echo $host $(hammer host info
No systems should be left marked for build.

### Validation using Debug Mode
* **NOTE** Automated validation **will not** start until 2 hours after the assignment is scheduled to go out, until this point `/opt/quads/quads/tools/validate_env.py` will not attempt to validate any systems if run and they have started less than 2 hours ago.
- This can be set via the `validation_grace_period:` setting in `/opt/quads/conf/quads.yml`

* `/opt/quads/quads/tools/validate_env.py` now has a `--debug` option which tells you what's happening during validation.
* This will test the backend network connectivity part and the entire set of checks.

Expand Down

0 comments on commit 79cfd72

Please sign in to comment.