kolla-ansible/releasenotes/notes/host-os-precheck-e544f27f9012c9e2.yaml
Mark Goddard d20c65ed48 Check supported host OS distributions in prechecks
This should help to ensure that users are running tested and supported
host OS distributions.

Change-Id: I6ee76463d284ad4f3646af1c7ec2b7e50e2f3b15
Partially-Implements: blueprint improve-prechecks
2020-03-10 11:04:29 +00:00

8 lines
267 B
YAML

---
features:
- |
Adds a new precheck for supported host OS distributions. Currently
supported distributions are CentOS/RHEL 8, Debian Buster and Ubuntu Bionic.
This check can be disabled by setting ``prechecks_enable_host_os_checks``
to ``false``.