From 9875d19d97eece1086744a3f38371359b2a03f21 Mon Sep 17 00:00:00 2001 From: Jared Ledvina Date: Tue, 29 Jan 2019 08:48:46 -0500 Subject: [PATCH] Re-add Fedora as a supported OS Signed-off-by: Jared Ledvina --- .travis.yml | 1 - README.md | 8 ++++---- meta/main.yml | 6 ++++++ 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index d63eb83..a3edbdb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,6 @@ env: matrix: fast_finish: true allow_failures: - - env: SCENARIO=fedora # Unsupported, no Sensu Go packages - env: SCENARIO=debian # Unsupported, no Sensu Go packages services: docker diff --git a/README.md b/README.md index 94f63e3..a656259 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,10 @@ specifically test using the version of `Ansible` and `python` declared in the [Pipefile](https://github.com/jaredledvina/sensu-go-ansible/blob/master/Pipfile) The following Operating Systems are automatically tested: +- [Fedora - 26](https://docs.fedoraproject.org/en-US/fedora/f26/release-notes/) +- [Fedora - 27](https://docs.fedoraproject.org/en-US/fedora/f27/release-notes/) +- [Fedora - 28](https://docs.fedoraproject.org/en-US/fedora/f28/release-notes/) +- [Fedora - 29](https://docs.fedoraproject.org/en-US/fedora/f29/release-notes/) - [Amazon Linux](https://aws.amazon.com/amazon-linux-ami/) - [Amazon Linux 2](https://aws.amazon.com/amazon-linux-2/) - [CentOS - 6](https://wiki.centos.org/Manuals/ReleaseNotes/CentOS6.10) @@ -98,10 +102,6 @@ The following Operating Systems are automatically tested: The following Operating Systems are currently unsupported until Sensu Go packages are officially published for them: -- [Fedora - 26](https://docs.fedoraproject.org/en-US/fedora/f26/release-notes/) -- [Fedora - 27](https://docs.fedoraproject.org/en-US/fedora/f27/release-notes/) -- [Fedora - 28](https://docs.fedoraproject.org/en-US/fedora/f28/release-notes/) -- [Fedora - 29](https://docs.fedoraproject.org/en-US/fedora/f29/release-notes/) - [Debian - 8 (Jessie)](https://wiki.debian.org/DebianJessie) - [Debian - 9 (Stretch)](https://wiki.debian.org/DebianStretch) diff --git a/meta/main.yml b/meta/main.yml index efd494f..b477864 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -6,6 +6,12 @@ galaxy_info: min_ansible_version: 2.7 github_branch: master platforms: + - name: Fedora + versions: + - 26 + - 27 + - 28 + - 29 - name: Amazon versions: - Candidate