Replace Fedora 26 with 27
Now that infra is moving from Fedora 26 to 27, we need to update the role to reflect the changing support for Fedora releases. Change-Id: Icce8fd7ee2f8c54e6eb33beec7af96c4d1d375d6 Signed-off-by: Major Hayden <major@mhtx.net>
This commit is contained in:
parent
d0f837a049
commit
a10fae4fe1
@ -9,7 +9,7 @@ to systems running the following distributions:
|
|||||||
|
|
||||||
* CentOS 7
|
* CentOS 7
|
||||||
* Debian Jessie
|
* Debian Jessie
|
||||||
* Fedora 26
|
* Fedora 27
|
||||||
* openSUSE Leap 42.2 and 42.3
|
* openSUSE Leap 42.2 and 42.3
|
||||||
* Red Hat Enterprise Linux 7
|
* Red Hat Enterprise Linux 7
|
||||||
* SUSE Linux Enterprise 12 (*experimental*)
|
* SUSE Linux Enterprise 12 (*experimental*)
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
#
|
#
|
||||||
# * CentOS 7
|
# * CentOS 7
|
||||||
# * Debian Jessie
|
# * Debian Jessie
|
||||||
# * Fedora 26
|
# * Fedora 27
|
||||||
# * openSUSE Leap 42.x
|
# * openSUSE Leap 42.x
|
||||||
# * SUSE Linux Enterprise 12
|
# * SUSE Linux Enterprise 12
|
||||||
# * Ubuntu 16.04 Xenial LTS
|
# * Ubuntu 16.04 Xenial LTS
|
||||||
|
@ -45,7 +45,7 @@ servers running the following Linux distributions:
|
|||||||
|
|
||||||
* CentOS 7
|
* CentOS 7
|
||||||
* Debian 8 Jessie
|
* Debian 8 Jessie
|
||||||
* Fedora 26
|
* Fedora 27
|
||||||
* openSUSE Leap 42.2 and 42.3
|
* openSUSE Leap 42.2 and 42.3
|
||||||
* Red Hat Enterprise Linux 7 *(partial automated test coverage)*
|
* Red Hat Enterprise Linux 7 *(partial automated test coverage)*
|
||||||
* SUSE Linux Enterprise 12 (*experimental*)
|
* SUSE Linux Enterprise 12 (*experimental*)
|
||||||
|
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
features:
|
||||||
|
- Fedora 27 is now supported.
|
||||||
|
deprecations:
|
||||||
|
- Fedora 26 support is deprecated and no longer tested on each commit.
|
@ -43,7 +43,7 @@
|
|||||||
- V-71999
|
- V-71999
|
||||||
|
|
||||||
# NOTE(mhayden): Fedora < 26 and CentOS 7 only have dnf-automatic.timer while
|
# NOTE(mhayden): Fedora < 26 and CentOS 7 only have dnf-automatic.timer while
|
||||||
# Fedora 26 has dnf-automatic-install.timer. We need to check for which one
|
# Fedora >= 26 has dnf-automatic-install.timer. We need to check for which one
|
||||||
# exists on the system.
|
# exists on the system.
|
||||||
- name: Check to see which dnf automatic timers are available
|
- name: Check to see which dnf automatic timers are available
|
||||||
shell: "rpm -ql dnf-automatic | grep timer || true"
|
shell: "rpm -ql dnf-automatic | grep timer || true"
|
||||||
|
@ -13,9 +13,9 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
## Variables for CentOS 7, Red Hat Enterprise Linux 7 and Fedora 26.
|
## Variables for CentOS 7, Red Hat Enterprise Linux 7 and Fedora 27.
|
||||||
# The following variables apply only to CentOS 7, Red Hat Enterprise Linux 7
|
# The following variables apply only to CentOS 7, Red Hat Enterprise Linux 7
|
||||||
# and Fedora 26. Deployers should not override these.
|
# and Fedora 27. Deployers should not override these.
|
||||||
#
|
#
|
||||||
# For more details, see 'vars/main.yml'.
|
# For more details, see 'vars/main.yml'.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user