Skip to content
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.

Commit

Permalink
Re-add Fedora as a supported OS
Browse files Browse the repository at this point in the history
Signed-off-by: Jared Ledvina <[email protected]>
  • Loading branch information
jaredledvina committed Jan 29, 2019
1 parent 1055985 commit 9875d19
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)

Expand Down
6 changes: 6 additions & 0 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9875d19

Please sign in to comment.