Skip to content

Commit

Permalink
Exclude ubuntu 18.04 from supported OS list (#1026)
Browse files Browse the repository at this point in the history
Co-authored-by: Troy W <[email protected]>
  • Loading branch information
masa-orca and pyrodie18 authored Oct 6, 2023
1 parent 870b4e8 commit cf2dc79
Show file tree
Hide file tree
Showing 11 changed files with 8 additions and 24 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
- rockylinux8
- ubuntu2204
- ubuntu2004
- ubuntu1804
- debian12
- debian11
- debian10
Expand Down Expand Up @@ -73,4 +72,4 @@ jobs:
MY_MOLECULE_IMAGE=${{ matrix.container }}
MY_MOLECULE_VERSION=${{ matrix.version }}
MY_MOLECULE_DOCKER_COMMAND=${{ matrix.command }}
molecule -c common/molecule.yml test -s ${{ matrix.scenario_name }}
molecule -c common/molecule.yml test -s ${{ matrix.scenario_name }}
1 change: 0 additions & 1 deletion .github/workflows/javagateway.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
- centos7
- ubuntu2204
- ubuntu2004
- ubuntu1804
- debian12
- debian11
- debian10
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/proxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
- centos7
- ubuntu2204
- ubuntu2004
- ubuntu1804
- debian12
- debian11
- debian10
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
- rockylinux8
- ubuntu2204
- ubuntu2004
- ubuntu1804
- debian12
- debian11
- debian10
Expand All @@ -44,10 +43,6 @@ jobs:
version: v62
- container: debian10
version: v62
- container: ubuntu1804
version: v62
- container: ubuntu1804
version: v64
- container: debian10
version: v64
steps:
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
- rockylinux8
- ubuntu2204
- ubuntu2004
- ubuntu1804
- debian12
- debian11
- debian10
Expand All @@ -44,12 +43,8 @@ jobs:
exclude:
- container: debian10
version: v62
- container: ubuntu1804
version: v62
- container: debian10
version: v64
- container: ubuntu1804
version: v64
- container: debian12
version: v62
steps:
Expand Down
2 changes: 2 additions & 0 deletions changelogs/1026-exclude_ubuntu18.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
minor_changes:
- all roles - Exclude ubuntu 18.04 from supported OS list.
1 change: 0 additions & 1 deletion docs/ZABBIX_AGENT_ROLE.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ See the following list of supported Operating systems with the Zabbix releases:
| Red Hat Fam 7 | V | V | V |
| Ubuntu 22.04 jammy | V | V | V |
| Ubuntu 20.04 focal | V | V | V |
| Ubuntu 18.04 bionic | V | V | V |
| Debian 12 bookworm | V | V | V |
| Debian 11 bullseye | V | V | V |
| Debian 10 buster | V | V | V |
Expand Down
3 changes: 1 addition & 2 deletions docs/ZABBIX_JAVAGATEWAY_ROLE.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ See the following list of supported Operating systems with the Zabbix releases.
| Red Hat Fam 7 | V | V | V |
| Ubuntu 22.04 jammy | V | V | V |
| Ubuntu 20.04 focal | V | V | V |
| Ubuntu 18.04 bionic | V | V | V |
| Debian 12 bookworm | V | | V |
| Debian 11 bullseye | V | V | V |
| Debian 10 buster | V | V | V |
Expand Down Expand Up @@ -122,7 +121,7 @@ Including an example of how to use your role (for instance, with variables passe

# Molecule

This role is configured to be tested with Molecule. You can find on this page some more information regarding Molecule:
This role is configured to be tested with Molecule. You can find on this page some more information regarding Molecule:

* http://werner-dijkerman.nl/2016/07/10/testing-ansible-roles-with-molecule-testinfra-and-docker/
* http://werner-dijkerman.nl/2016/07/27/extending-ansible-role-testing-with-molecule-by-adding-group_vars-dependencies-and-using-travis-ci/
Expand Down
3 changes: 1 addition & 2 deletions docs/ZABBIX_PROXY_ROLE.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ See the following list of supported Operating systems with the Zabbix releases.
| Red Hat Fam 7 | V | V | V |
| Ubuntu 22.04 jammy | V | V | V |
| Ubuntu 20.04 focal | V | V | V |
| Ubuntu 18.04 bionic | V | V | V |
| Debian 12 bookworm | V | | V |
| Debian 11 bullseye | V | V | V |
| Debian 10 buster | V | V | V |
Expand Down Expand Up @@ -418,7 +417,7 @@ Including an example of how to use your role (for instance, with variables passe

# Molecule

This role is configured to be tested with Molecule. You can find on this page some more information regarding Molecule:
This role is configured to be tested with Molecule. You can find on this page some more information regarding Molecule:

* http://werner-dijkerman.nl/2016/07/10/testing-ansible-roles-with-molecule-testinfra-and-docker/
* http://werner-dijkerman.nl/2016/07/27/extending-ansible-role-testing-with-molecule-by-adding-group_vars-dependencies-and-using-travis-ci/
Expand Down
7 changes: 3 additions & 4 deletions docs/ZABBIX_SERVER_ROLE.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ See the following list of supported Operating systems with the Zabbix releases:
| Red Hat Fam 8 | V | V | V |
| Ubuntu 22.04 jammy | V | V | V |
| Ubuntu 20.04 focal | V | V | V |
| Ubuntu 18.04 bionic | | | V |
| Debian 12 bookworm | V | | V |
| Debian 11 bullseye | V | V | V |
| Debian 10 buster | | | V |
Expand Down Expand Up @@ -113,8 +112,8 @@ The following is an overview of all available configuration default for this rol
### SElinux

* `zabbix_server_selinux`: Default: `False`. Enables an SELinux policy so that the server will run.
* `selinux_allow_zabbix_can_network`: Default: `False`.
* `selinux_allow_zabbix_can_http`: Default: `False`.
* `selinux_allow_zabbix_can_network`: Default: `False`.
* `selinux_allow_zabbix_can_http`: Default: `False`.

### Zabbix Server

Expand Down Expand Up @@ -418,7 +417,7 @@ Including an example of how to use your role (for instance, with variables passe

# Molecule

This role is configured to be tested with Molecule. You can find on this page some more information regarding Molecule:
This role is configured to be tested with Molecule. You can find on this page some more information regarding Molecule:

* http://werner-dijkerman.nl/2016/07/10/testing-ansible-roles-with-molecule-testinfra-and-docker/
* http://werner-dijkerman.nl/2016/07/27/extending-ansible-role-testing-with-molecule-by-adding-group_vars-dependencies-and-using-travis-ci/
Expand Down
1 change: 0 additions & 1 deletion docs/ZABBIX_WEB_ROLE.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ See the following list of supported Operating Systems with the Zabbix releases.
| Red Hat Fam 8 | V | V | V |
| Ubuntu 22.04 jammy | V | V | V |
| Ubuntu 20.04 focal | V | V | V |
| Ubuntu 18.04 bionic | | | V |
| Debian 12 bookworm | V | | V |
| Debian 11 bullseye | V | V | V |
| Debian 10 buster | | | V |
Expand Down

0 comments on commit cf2dc79

Please sign in to comment.