Skip to content

Commit ebc5fde

Browse files
authored
Set Debian 11 as new default distro for molecule (NETWAYS#277)
We had CentOS 7 long enough so I thought it might be nice to go with Debian instead. This PR will not change much in the behaviour because usually we overwrite the default. So this is just in case and to stay up to date. fixes NETWAYS#245
1 parent af2eb69 commit ebc5fde

File tree

13 files changed

+21
-21
lines changed

13 files changed

+21
-21
lines changed

molecule/beats_default/molecule.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ dependency:
44
driver:
55
name: docker
66
platforms:
7-
- name: beats_default_${MOLECULE_DISTRO:-centos7}
8-
image: "geerlingguy/docker-${MOLECULE_DISTRO:-centos7}-ansible:latest"
7+
- name: beats_default_${MOLECULE_DISTRO:-debian11}
8+
image: "geerlingguy/docker-${MOLECULE_DISTRO:-debian11}-ansible:latest"
99
command: ${MOLECULE_DOCKER_COMMAND:-""}
1010
volumes:
1111
- /sys/fs/cgroup:/sys/fs/cgroup:rw

molecule/beats_peculiar/molecule.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ dependency:
44
driver:
55
name: docker
66
platforms:
7-
- name: beats_peculiar_${MOLECULE_DISTRO:-centos7}
8-
image: "geerlingguy/docker-${MOLECULE_DISTRO:-centos7}-ansible:latest"
7+
- name: beats_peculiar_${MOLECULE_DISTRO:-debian11}
8+
image: "geerlingguy/docker-${MOLECULE_DISTRO:-debian11}-ansible:latest"
99
command: ${MOLECULE_DOCKER_COMMAND:-""}
1010
volumes:
1111
- /sys/fs/cgroup:/sys/fs/cgroup:rw

molecule/elasticsearch_cluster-oss/molecule.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ platforms:
99
- name: elasticsearch-cluster1
1010
groups:
1111
- elasticsearch
12-
image: "geerlingguy/docker-${MOLECULE_DISTRO:-centos7}-ansible:latest"
12+
image: "geerlingguy/docker-${MOLECULE_DISTRO:-debian11}-ansible:latest"
1313
command: ${MOLECULE_DOCKER_COMMAND:-""}
1414
volumes:
1515
- /sys/fs/cgroup:/sys/fs/cgroup:rw
@@ -19,7 +19,7 @@ platforms:
1919
- name: elasticsearch-cluster2
2020
groups:
2121
- elasticsearch
22-
image: "geerlingguy/docker-${MOLECULE_DISTRO:-centos7}-ansible:latest"
22+
image: "geerlingguy/docker-${MOLECULE_DISTRO:-debian11}-ansible:latest"
2323
command: ${MOLECULE_DOCKER_COMMAND:-""}
2424
volumes:
2525
- /sys/fs/cgroup:/sys/fs/cgroup:rw

molecule/elasticsearch_default/molecule.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ platforms:
99
- name: elasticsearch_default1
1010
groups:
1111
- elasticsearch
12-
image: "geerlingguy/docker-${MOLECULE_DISTRO:-centos7}-ansible:latest"
12+
image: "geerlingguy/docker-${MOLECULE_DISTRO:-debian11}-ansible:latest"
1313
command: ${MOLECULE_DOCKER_COMMAND:-""}
1414
volumes:
1515
- /sys/fs/cgroup:/sys/fs/cgroup:rw
@@ -19,7 +19,7 @@ platforms:
1919
- name: elasticsearch_default2
2020
groups:
2121
- elasticsearch
22-
image: "geerlingguy/docker-${MOLECULE_DISTRO:-centos7}-ansible:latest"
22+
image: "geerlingguy/docker-${MOLECULE_DISTRO:-debian11}-ansible:latest"
2323
command: ${MOLECULE_DOCKER_COMMAND:-""}
2424
volumes:
2525
- /sys/fs/cgroup:/sys/fs/cgroup:rw

molecule/elasticsearch_no-security/molecule.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ platforms:
99
- name: elasticsearch-nosecurity1
1010
groups:
1111
- elasticsearch
12-
image: "geerlingguy/docker-${MOLECULE_DISTRO:-centos7}-ansible:latest"
12+
image: "geerlingguy/docker-${MOLECULE_DISTRO:-debian11}-ansible:latest"
1313
command: ${MOLECULE_DOCKER_COMMAND:-""}
1414
volumes:
1515
- /sys/fs/cgroup:/sys/fs/cgroup:rw
@@ -19,7 +19,7 @@ platforms:
1919
- name: elasticsearch-nosecurity2
2020
groups:
2121
- elasticsearch
22-
image: "geerlingguy/docker-${MOLECULE_DISTRO:-centos7}-ansible:latest"
22+
image: "geerlingguy/docker-${MOLECULE_DISTRO:-debian11}-ansible:latest"
2323
command: ${MOLECULE_DOCKER_COMMAND:-""}
2424
volumes:
2525
- /sys/fs/cgroup:/sys/fs/cgroup:rw

molecule/elasticsearch_roles_calculation/molecule.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ platforms:
99
- name: elasticsearch-cluster1
1010
groups:
1111
- elasticsearch
12-
image: "geerlingguy/docker-${MOLECULE_DISTRO:-centos7}-ansible:latest"
12+
image: "geerlingguy/docker-${MOLECULE_DISTRO:-debian11}-ansible:latest"
1313
command: ${MOLECULE_DOCKER_COMMAND:-""}
1414
volumes:
1515
- /sys/fs/cgroup:/sys/fs/cgroup:rw
@@ -19,7 +19,7 @@ platforms:
1919
- name: elasticsearch-cluster2
2020
groups:
2121
- elasticsearch
22-
image: "geerlingguy/docker-${MOLECULE_DISTRO:-centos7}-ansible:latest"
22+
image: "geerlingguy/docker-${MOLECULE_DISTRO:-debian11}-ansible:latest"
2323
command: ${MOLECULE_DOCKER_COMMAND:-""}
2424
volumes:
2525
- /sys/fs/cgroup:/sys/fs/cgroup:rw
@@ -29,7 +29,7 @@ platforms:
2929
- name: elasticsearch-cluster3
3030
groups:
3131
- elasticsearch
32-
image: "geerlingguy/docker-${MOLECULE_DISTRO:-centos7}-ansible:latest"
32+
image: "geerlingguy/docker-${MOLECULE_DISTRO:-debian11}-ansible:latest"
3333
command: ${MOLECULE_DOCKER_COMMAND:-""}
3434
volumes:
3535
- /sys/fs/cgroup:/sys/fs/cgroup:rw

molecule/elasticstack_default/molecule.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ platforms:
1111
- beats
1212
- logstash
1313
- elasticsearch
14-
image: "geerlingguy/docker-${MOLECULE_DISTRO:-centos7}-ansible:latest"
14+
image: "geerlingguy/docker-${MOLECULE_DISTRO:-debian11}-ansible:latest"
1515
command: ${MOLECULE_DOCKER_COMMAND:-""}
1616
volumes:
1717
- /sys/fs/cgroup:/sys/fs/cgroup:rw
@@ -23,7 +23,7 @@ platforms:
2323
- beats
2424
- kibana
2525
- elasticsearch
26-
image: "geerlingguy/docker-${MOLECULE_DISTRO:-centos7}-ansible:latest"
26+
image: "geerlingguy/docker-${MOLECULE_DISTRO:-debian11}-ansible:latest"
2727
command: ${MOLECULE_DOCKER_COMMAND:-""}
2828
volumes:
2929
- /sys/fs/cgroup:/sys/fs/cgroup:rw

molecule/kibana_default/molecule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ driver:
55
name: docker
66
platforms:
77
- name: kibana_default
8-
image: "geerlingguy/docker-${MOLECULE_DISTRO:-centos7}-ansible:latest"
8+
image: "geerlingguy/docker-${MOLECULE_DISTRO:-debian11}-ansible:latest"
99
command: ${MOLECULE_DOCKER_COMMAND:-""}
1010
volumes:
1111
- /sys/fs/cgroup:/sys/fs/cgroup:rw

molecule/logstash_full_stack-oss/molecule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ platforms:
1111
- elasticsearch
1212
- logstash
1313
- filebeat
14-
image: "geerlingguy/docker-${MOLECULE_DISTRO:-centos7}-ansible:latest"
14+
image: "geerlingguy/docker-${MOLECULE_DISTRO:-debian11}-ansible:latest"
1515
command: ${MOLECULE_DOCKER_COMMAND:-""}
1616
volumes:
1717
- /sys/fs/cgroup:/sys/fs/cgroup:rw

molecule/logstash_pipelines/molecule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ driver:
77
name: docker
88
platforms:
99
- name: ansible-role-logstash_pipelines
10-
image: "geerlingguy/docker-${MOLECULE_DISTRO:-centos7}-ansible:latest"
10+
image: "geerlingguy/docker-${MOLECULE_DISTRO:-debian11}-ansible:latest"
1111
command: ${MOLECULE_DOCKER_COMMAND:-""}
1212
volumes:
1313
- /sys/fs/cgroup:/sys/fs/cgroup:rw

0 commit comments

Comments
 (0)