Skip to content

Commit 552663e

Browse files
Merge branch 'feature/scenrios-workflows' of github.com:NETWAYS/ansible-collection-elasticstack into feature/scenrios-workflows
2 parents 8240aed + ef071c4 commit 552663e

11 files changed

Lines changed: 26 additions & 19 deletions

File tree

.github/workflows/test_plugins.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jobs:
159159
fail-fast: false
160160
matrix:
161161
distro:
162-
- ubuntu2204
162+
- debian13
163163
scenario:
164164
- plugins
165165
release:

.github/workflows/test_role_beats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
fail-fast: false
4242
matrix:
4343
distro:
44-
- ubuntu2204
44+
- debian13
4545
scenario:
4646
- beats_default
4747
- beats_peculiar

.github/workflows/test_role_elasticsearch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
fail-fast: false
4242
matrix:
4343
distro:
44-
- ubuntu2204
44+
- debian13
4545
scenario:
4646
- elasticsearch_default
4747
- elasticsearch_roles_calculation

.github/workflows/test_role_kibana.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
fail-fast: false
4343
matrix:
4444
distro:
45-
- ubuntu2204
45+
- debian13
4646
scenario:
4747
- kibana_default
4848
release:

.github/workflows/test_role_logstash.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
strategy:
4242
fail-fast: false
4343
matrix:
44-
distro: [ubuntu2204]
44+
distro: [debian13]
4545
scenario:
4646
- logstash_specific_version
4747
- logstash_pipelines

README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -65,16 +65,8 @@ You may want the following Ansible roles installed. There other ways to achieve
6565
We test the collection on the following Linux distributions. Each one with Elastic Stack 7 and 8.
6666

6767
* Rocky Linux 9
68-
* Rocky Linux 8
6968
* Ubuntu 22.04 LTS
70-
* Ubuntu 20.04 LTS
71-
* Debian 11
72-
* Debian 10
73-
* CentOS 8
74-
75-
We know from personal experience, that the collections work in following combinations. Missing tests mostly come from incompatibilties between the distribution and our testing environment, not from problems with the collection itself.
76-
77-
* CentOS 7 - Elastic Stack 7
69+
* Debian 13
7870

7971
## Caveats and information for long time users
8072

roles/beats/meta/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@ galaxy_info:
1313
- "9"
1414
- name: Ubuntu
1515
versions:
16-
- "22.04"
16+
- "jammy"
17+
- name: Debian
18+
versions:
19+
- "trixie"
1720
galaxy_tags:
1821
- beats
1922
- filebeat

roles/elasticsearch/meta/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@ galaxy_info:
1313
- "9"
1414
- name: Ubuntu
1515
versions:
16-
- "22.04"
16+
- "jammy"
17+
- name: Debian
18+
versions:
19+
- "trixie"
1720
galaxy_tags:
1821
- elasticsearch
1922
- elk

roles/kibana/meta/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ galaxy_info:
1212
- "9"
1313
- name: Ubuntu
1414
versions:
15-
- "22.04"
15+
- "jammy"
16+
- name: Debian
17+
versions:
18+
- "trixie"
1619
galaxy_tags:
1720
- kibana
1821
- elk

roles/logstash/meta/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ galaxy_info:
1212
- "9"
1313
- name: Ubuntu
1414
versions:
15-
- "22.04"
15+
- "jammy"
16+
- name: Debian
17+
versions:
18+
- "trixie"
1619
galaxy_tags:
1720
- logstash
1821
- elk

0 commit comments

Comments
 (0)