Merge "Correct the list of supported OS versions"

This commit is contained in:
Jenkins 2017-07-12 16:11:46 +00:00 committed by Gerrit Code Review
commit eac2d7522a
4 changed files with 29 additions and 21 deletions

View File

@ -8,13 +8,13 @@ from the [Security Technical Implementation Guide (STIG)](http://iase.disa.mil/s
to systems running the following distributions:
* CentOS 7
* Debian Jessie *(experimental)*
* Fedora 25 *(experimental)*
* Debian Jessie
* Fedora 25
* openSUSE Leap 42.2 and 42.3
* Red Hat Enterprise Linux 7
* SUSE Linux Enterprise 12 (*experimental*)
* Ubuntu 14.04 *(deprecated)*
* Ubuntu 16.04
* Red Hat Enterprise Linux 7
* openSUSE Leap 42.2 and 42.3
* SUSE Linux Enterprise 12 (*experimental*)
For more details, review the
[ansible-hardening documentation](http://docs.openstack.org/developer/ansible-hardening/).

View File

@ -43,12 +43,14 @@ Which systems are covered?
The ansible-hardening role provides security hardening for physical
servers running the following Linux distributions:
* Ubuntu 14.04
* Ubuntu 16.04
* CentOS 7
* Red Hat Enterprise Linux 7
* Debian 8 Jessie
* Fedora 25
* openSUSE Leap 42.2 and 42.3
* SUSE Linux Enterprise 12 (experimental)
* Red Hat Enterprise Linux 7 *(partial automated test coverage)*
* SUSE Linux Enterprise 12 (*experimental*)
* Ubuntu 14.04 Trusty *(Deprecated)*
* Ubuntu 16.04 Xenial
The OpenStack gating system tests the role against each of these distributions
regularly except for Red Hat Enterprise Linux 7, since it is a non-free

View File

@ -88,12 +88,14 @@ Pike
* **Supported Operating Systems:**
* CentOS 7
* Debian 8 Jessie
* Fedora 25
* openSUSE Leap 42.2 and 42.3
* Red Hat Enterprise Linux 7 *(partial automated test coverage)*
* SUSE Linux Enterprise 12 (*experimental*)
* Ubuntu 14.04 Trusty *(Deprecated)*
* Ubuntu 16.04 Xenial
* CentOS 7
* Red Hat Enterprise Linux 7 *(partial automated test coverage)*
* openSUSE Leap 42.2 and 42.3
* SUSE Linux Enterprise 12 (*experimental*)
* **Documentation:**
@ -109,8 +111,6 @@ Ocata
* **Supported Operating Systems:**
* CentOS 7
* Debian Jessie *(experimental)*
* Fedora 25 *(experimental)*
* Red Hat Enterprise Linux 7 *(partial automated test coverage)*
* Ubuntu 14.04 Trusty *(Deprecated)*
* Ubuntu 16.04 Xenial

View File

@ -6,18 +6,24 @@ galaxy_info:
license: Apache
min_ansible_version: 2.3
platforms:
- name: Debian
versions:
- jessie
- name: Fedora
versions:
- 25
- name: EL
versions:
- 7
- 7
- name: Ubuntu
versions:
- trusty
- xenial
- trusty
- xenial
- name: opensuse
versions:
- 42.1
- 42.2
- 42.3
- 42.1
- 42.2
- 42.3
categories:
- cloud
- security