Skip to content

Commit

Permalink
Updated Default Molecule Image and Versions (#1068)
Browse files Browse the repository at this point in the history
  • Loading branch information
pyrodie18 authored Aug 19, 2023
1 parent e9cc864 commit 2c9e34b
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions molecule/zabbix_agent_tests/common/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ driver:

platforms:
- name: zabbix-agent-${MY_MOLECULE_CONTAINER:-centos}
image: geerlingguy/docker-${MY_MOLECULE_IMAGE:-"centos8"}-ansible:latest
image: geerlingguy/docker-${MY_MOLECULE_IMAGE:-rockylinux8}-ansible:latest
command: ${MOLECULE_DOCKER_COMMAND:-""}
privileged: true
pre_build_image: true
Expand All @@ -14,7 +14,7 @@ platforms:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
groups:
- agent
- ${MY_MOLECULE_VERSION:-6.2}
- ${MY_MOLECULE_VERSION:-v64}

provisioner:
name: ansible
Expand Down
4 changes: 2 additions & 2 deletions molecule/zabbix_javagateway/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ driver:

platforms:
- name: zabbix-server-${MY_MOLECULE_CONTAINER:-centos}
image: geerlingguy/docker-${MY_MOLECULE_IMAGE:-"centos8"}-ansible:latest
image: geerlingguy/docker-${MY_MOLECULE_IMAGE:-rockylinux8}-ansible:latest
privileged: true
pre_build_image: true
command: ${MOLECULE_DOCKER_COMMAND:-""}
Expand All @@ -13,7 +13,7 @@ platforms:
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
groups:
- ${MY_MOLECULE_VERSION:-62}
- ${MY_MOLECULE_VERSION:-v64}
- ${MY_MOLECULE_INTERPRETER:-python3}
provisioner:
name: ansible
Expand Down
4 changes: 2 additions & 2 deletions molecule/zabbix_proxy/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ driver:
name: docker
platforms:
- name: zabbix-proxy-${MY_MOLECULE_CONTAINER:-centos}
image: geerlingguy/docker-${MY_MOLECULE_IMAGE:-"centos8"}-ansible:latest
image: geerlingguy/docker-${MY_MOLECULE_IMAGE:-rockylinux8}-ansible:latest
privileged: true
pre_build_image: true
command: ${MOLECULE_DOCKER_COMMAND:-""}
Expand All @@ -13,7 +13,7 @@ platforms:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
groups:
- ${MY_MOLECULE_DATABASE:-mysql}
- ${MY_MOLECULE_VERSION:-v62}
- ${MY_MOLECULE_VERSION:-v64}

provisioner:
name: ansible
Expand Down
4 changes: 2 additions & 2 deletions molecule/zabbix_server/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ driver:
name: docker
platforms:
- name: zabbix-server-${MY_MOLECULE_CONTAINER:-centos}
image: geerlingguy/docker-${MY_MOLECULE_IMAGE:-"centos8"}-ansible:latest
image: geerlingguy/docker-${MY_MOLECULE_IMAGE:-rockylinux8}-ansible:latest
privileged: true
pre_build_image: true
command: ${MOLECULE_DOCKER_COMMAND:-""}
Expand All @@ -13,7 +13,7 @@ platforms:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
groups:
- ${MY_MOLECULE_DATABASE:-mysql}
- ${MY_MOLECULE_VERSION:-6.2}
- ${MY_MOLECULE_VERSION:-v64}
- ${MY_MOLECULE_INTERPRETER:-python3}

provisioner:
Expand Down
4 changes: 2 additions & 2 deletions molecule/zabbix_web/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ driver:
name: docker
platforms:
- name: zabbix-web-${MY_MOLECULE_CONTAINER:-centos}
image: geerlingguy/docker-${MY_MOLECULE_IMAGE:-"rockylinux8"}-ansible:latest
image: geerlingguy/docker-${MY_MOLECULE_IMAGE:-rockylinux8}-ansible:latest
privileged: true
pre_build_image: true
command: ${MOLECULE_DOCKER_COMMAND:-""}
Expand All @@ -21,7 +21,7 @@ platforms:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
groups:
- ${MY_MOLECULE_DATABASE:-mysql}
- ${MY_MOLECULE_VERSION:-v62}
- ${MY_MOLECULE_VERSION:-v64}
- ${MY_MOLECULE_INTERPRETER:-python3}
- ${MY_MOLECULE_WEB_SERVER:-apache}

Expand Down

0 comments on commit 2c9e34b

Please sign in to comment.