Skip to content
This repository was archived by the owner on Mar 6, 2023. It is now read-only.

Commit 3564882

Browse files
cloudalchemybotpaulfantom
authored andcommitted
[REPO SYNC] molecule: use CI images from quay.io instead of dock… (#121)
[minor] release
1 parent 35f1ec2 commit 3564882

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Deploy prometheus [node exporter](https://github.com/prometheus/node_exporter) u
1414

1515
## Requirements
1616

17-
- Ansible >= 2.6 (It might work on previous versions, but we cannot guarantee it)
17+
- Ansible >= 2.7 (It might work on previous versions, but we cannot guarantee it)
1818
- gnu-tar on Mac deployer host (`brew install gnu-tar`)
1919

2020
## Role Variables

molecule/alternative/molecule.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,45 +7,45 @@ lint:
77
name: yamllint
88
platforms:
99
- name: bionic
10-
image: paulfantom/ubuntu-molecule:18.04
10+
image: quay.io/paulfantom/molecule-systemd:ubuntu-18.04
1111
docker_host: "${DOCKER_HOST:-unix://var/run/docker.sock}"
1212
privileged: true
1313
volumes:
1414
- /sys/fs/cgroup:/sys/fs/cgroup:ro
1515
- name: xenial
16-
image: paulfantom/ubuntu-molecule:16.04
16+
image: quay.io/paulfantom/molecule-systemd:ubuntu-16.04
1717
docker_host: "${DOCKER_HOST:-unix://var/run/docker.sock}"
1818
privileged: true
1919
volumes:
2020
- /sys/fs/cgroup:/sys/fs/cgroup:ro
2121
- name: stretch
22-
image: paulfantom/debian-molecule:9
22+
image: quay.io/paulfantom/molecule-systemd:debian-9
2323
docker_host: "${DOCKER_HOST:-unix://var/run/docker.sock}"
2424
privileged: true
2525
volumes:
2626
- /sys/fs/cgroup:/sys/fs/cgroup:ro
2727
- name: buster
28-
image: paulfantom/debian-molecule:10
28+
image: quay.io/paulfantom/molecule-systemd:debian-10
2929
docker_host: "${DOCKER_HOST:-unix://var/run/docker.sock}"
3030
privileged: true
3131
volumes:
3232
- /sys/fs/cgroup:/sys/fs/cgroup:ro
3333
- name: centos7
34-
image: paulfantom/centos-molecule:7
34+
image: quay.io/paulfantom/molecule-systemd:centos-7
3535
docker_host: "${DOCKER_HOST:-unix://var/run/docker.sock}"
3636
privileged: true
3737
volumes:
3838
- /sys/fs/cgroup:/sys/fs/cgroup:ro
3939
- name: centos8
40-
image: paulfantom/centos-molecule:8
40+
image: quay.io/paulfantom/molecule-systemd:centos-8
4141
docker_host: "${DOCKER_HOST:-unix://var/run/docker.sock}"
4242
privileged: true
4343
volumes:
4444
- /sys/fs/cgroup:/sys/fs/cgroup:ro
4545
groups:
4646
- python3
4747
- name: fedora
48-
image: paulfantom/fedora-molecule:30
48+
image: quay.io/paulfantom/molecule-systemd:fedora-30
4949
docker_host: "${DOCKER_HOST:-unix://var/run/docker.sock}"
5050
privileged: true
5151
volumes:

molecule/default/molecule.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,45 +7,45 @@ lint:
77
name: yamllint
88
platforms:
99
- name: bionic
10-
image: paulfantom/ubuntu-molecule:18.04
10+
image: quay.io/paulfantom/molecule-systemd:ubuntu-18.04
1111
docker_host: "${DOCKER_HOST:-unix://var/run/docker.sock}"
1212
privileged: true
1313
volumes:
1414
- /sys/fs/cgroup:/sys/fs/cgroup:ro
1515
- name: xenial
16-
image: paulfantom/ubuntu-molecule:16.04
16+
image: quay.io/paulfantom/molecule-systemd:ubuntu-16.04
1717
docker_host: "${DOCKER_HOST:-unix://var/run/docker.sock}"
1818
privileged: true
1919
volumes:
2020
- /sys/fs/cgroup:/sys/fs/cgroup:ro
2121
- name: stretch
22-
image: paulfantom/debian-molecule:9
22+
image: quay.io/paulfantom/molecule-systemd:debian-9
2323
docker_host: "${DOCKER_HOST:-unix://var/run/docker.sock}"
2424
privileged: true
2525
volumes:
2626
- /sys/fs/cgroup:/sys/fs/cgroup:ro
2727
- name: buster
28-
image: paulfantom/debian-molecule:10
28+
image: quay.io/paulfantom/molecule-systemd:debian-10
2929
docker_host: "${DOCKER_HOST:-unix://var/run/docker.sock}"
3030
privileged: true
3131
volumes:
3232
- /sys/fs/cgroup:/sys/fs/cgroup:ro
3333
- name: centos7
34-
image: paulfantom/centos-molecule:7
34+
image: quay.io/paulfantom/molecule-systemd:centos-7
3535
docker_host: "${DOCKER_HOST:-unix://var/run/docker.sock}"
3636
privileged: true
3737
volumes:
3838
- /sys/fs/cgroup:/sys/fs/cgroup:ro
3939
- name: centos8
40-
image: paulfantom/centos-molecule:8
40+
image: quay.io/paulfantom/molecule-systemd:centos-8
4141
docker_host: "${DOCKER_HOST:-unix://var/run/docker.sock}"
4242
privileged: true
4343
volumes:
4444
- /sys/fs/cgroup:/sys/fs/cgroup:ro
4545
groups:
4646
- python3
4747
- name: fedora
48-
image: paulfantom/fedora-molecule:30
48+
image: quay.io/paulfantom/molecule-systemd:fedora-30
4949
docker_host: "${DOCKER_HOST:-unix://var/run/docker.sock}"
5050
privileged: true
5151
volumes:

molecule/latest/molecule.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ lint:
77
name: yamllint
88
platforms:
99
- name: buster
10-
image: paulfantom/debian-molecule:10
10+
image: quay.io/paulfantom/molecule-systemd:debian-10
1111
docker_host: "${DOCKER_HOST:-unix://var/run/docker.sock}"
1212
privileged: true
1313
volumes:
1414
- /sys/fs/cgroup:/sys/fs/cgroup:ro
1515
- name: fedora
16-
image: paulfantom/fedora-molecule:30
16+
image: quay.io/paulfantom/molecule-systemd:fedora-30
1717
docker_host: "${DOCKER_HOST:-unix://var/run/docker.sock}"
1818
privileged: true
1919
volumes:

0 commit comments

Comments
 (0)