Skip to content
Snippets Groups Projects
Commit 3564882c authored by CloudAlchemy Bot's avatar CloudAlchemy Bot Committed by Paweł Krupa
Browse files

[REPO SYNC] molecule: use CI images from quay.io instead of dock… (#121)

[minor] release
parent 35f1ec21
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ Deploy prometheus [node exporter](https://github.com/prometheus/node_exporter) u ...@@ -14,7 +14,7 @@ Deploy prometheus [node exporter](https://github.com/prometheus/node_exporter) u
## Requirements ## Requirements
- Ansible >= 2.6 (It might work on previous versions, but we cannot guarantee it) - Ansible >= 2.7 (It might work on previous versions, but we cannot guarantee it)
- gnu-tar on Mac deployer host (`brew install gnu-tar`) - gnu-tar on Mac deployer host (`brew install gnu-tar`)
## Role Variables ## Role Variables
......
...@@ -7,37 +7,37 @@ lint: ...@@ -7,37 +7,37 @@ lint:
name: yamllint name: yamllint
platforms: platforms:
- name: bionic - name: bionic
image: paulfantom/ubuntu-molecule:18.04 image: quay.io/paulfantom/molecule-systemd:ubuntu-18.04
docker_host: "${DOCKER_HOST:-unix://var/run/docker.sock}" docker_host: "${DOCKER_HOST:-unix://var/run/docker.sock}"
privileged: true privileged: true
volumes: volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro - /sys/fs/cgroup:/sys/fs/cgroup:ro
- name: xenial - name: xenial
image: paulfantom/ubuntu-molecule:16.04 image: quay.io/paulfantom/molecule-systemd:ubuntu-16.04
docker_host: "${DOCKER_HOST:-unix://var/run/docker.sock}" docker_host: "${DOCKER_HOST:-unix://var/run/docker.sock}"
privileged: true privileged: true
volumes: volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro - /sys/fs/cgroup:/sys/fs/cgroup:ro
- name: stretch - name: stretch
image: paulfantom/debian-molecule:9 image: quay.io/paulfantom/molecule-systemd:debian-9
docker_host: "${DOCKER_HOST:-unix://var/run/docker.sock}" docker_host: "${DOCKER_HOST:-unix://var/run/docker.sock}"
privileged: true privileged: true
volumes: volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro - /sys/fs/cgroup:/sys/fs/cgroup:ro
- name: buster - name: buster
image: paulfantom/debian-molecule:10 image: quay.io/paulfantom/molecule-systemd:debian-10
docker_host: "${DOCKER_HOST:-unix://var/run/docker.sock}" docker_host: "${DOCKER_HOST:-unix://var/run/docker.sock}"
privileged: true privileged: true
volumes: volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro - /sys/fs/cgroup:/sys/fs/cgroup:ro
- name: centos7 - name: centos7
image: paulfantom/centos-molecule:7 image: quay.io/paulfantom/molecule-systemd:centos-7
docker_host: "${DOCKER_HOST:-unix://var/run/docker.sock}" docker_host: "${DOCKER_HOST:-unix://var/run/docker.sock}"
privileged: true privileged: true
volumes: volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro - /sys/fs/cgroup:/sys/fs/cgroup:ro
- name: centos8 - name: centos8
image: paulfantom/centos-molecule:8 image: quay.io/paulfantom/molecule-systemd:centos-8
docker_host: "${DOCKER_HOST:-unix://var/run/docker.sock}" docker_host: "${DOCKER_HOST:-unix://var/run/docker.sock}"
privileged: true privileged: true
volumes: volumes:
...@@ -45,7 +45,7 @@ platforms: ...@@ -45,7 +45,7 @@ platforms:
groups: groups:
- python3 - python3
- name: fedora - name: fedora
image: paulfantom/fedora-molecule:30 image: quay.io/paulfantom/molecule-systemd:fedora-30
docker_host: "${DOCKER_HOST:-unix://var/run/docker.sock}" docker_host: "${DOCKER_HOST:-unix://var/run/docker.sock}"
privileged: true privileged: true
volumes: volumes:
......
...@@ -7,37 +7,37 @@ lint: ...@@ -7,37 +7,37 @@ lint:
name: yamllint name: yamllint
platforms: platforms:
- name: bionic - name: bionic
image: paulfantom/ubuntu-molecule:18.04 image: quay.io/paulfantom/molecule-systemd:ubuntu-18.04
docker_host: "${DOCKER_HOST:-unix://var/run/docker.sock}" docker_host: "${DOCKER_HOST:-unix://var/run/docker.sock}"
privileged: true privileged: true
volumes: volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro - /sys/fs/cgroup:/sys/fs/cgroup:ro
- name: xenial - name: xenial
image: paulfantom/ubuntu-molecule:16.04 image: quay.io/paulfantom/molecule-systemd:ubuntu-16.04
docker_host: "${DOCKER_HOST:-unix://var/run/docker.sock}" docker_host: "${DOCKER_HOST:-unix://var/run/docker.sock}"
privileged: true privileged: true
volumes: volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro - /sys/fs/cgroup:/sys/fs/cgroup:ro
- name: stretch - name: stretch
image: paulfantom/debian-molecule:9 image: quay.io/paulfantom/molecule-systemd:debian-9
docker_host: "${DOCKER_HOST:-unix://var/run/docker.sock}" docker_host: "${DOCKER_HOST:-unix://var/run/docker.sock}"
privileged: true privileged: true
volumes: volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro - /sys/fs/cgroup:/sys/fs/cgroup:ro
- name: buster - name: buster
image: paulfantom/debian-molecule:10 image: quay.io/paulfantom/molecule-systemd:debian-10
docker_host: "${DOCKER_HOST:-unix://var/run/docker.sock}" docker_host: "${DOCKER_HOST:-unix://var/run/docker.sock}"
privileged: true privileged: true
volumes: volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro - /sys/fs/cgroup:/sys/fs/cgroup:ro
- name: centos7 - name: centos7
image: paulfantom/centos-molecule:7 image: quay.io/paulfantom/molecule-systemd:centos-7
docker_host: "${DOCKER_HOST:-unix://var/run/docker.sock}" docker_host: "${DOCKER_HOST:-unix://var/run/docker.sock}"
privileged: true privileged: true
volumes: volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro - /sys/fs/cgroup:/sys/fs/cgroup:ro
- name: centos8 - name: centos8
image: paulfantom/centos-molecule:8 image: quay.io/paulfantom/molecule-systemd:centos-8
docker_host: "${DOCKER_HOST:-unix://var/run/docker.sock}" docker_host: "${DOCKER_HOST:-unix://var/run/docker.sock}"
privileged: true privileged: true
volumes: volumes:
...@@ -45,7 +45,7 @@ platforms: ...@@ -45,7 +45,7 @@ platforms:
groups: groups:
- python3 - python3
- name: fedora - name: fedora
image: paulfantom/fedora-molecule:30 image: quay.io/paulfantom/molecule-systemd:fedora-30
docker_host: "${DOCKER_HOST:-unix://var/run/docker.sock}" docker_host: "${DOCKER_HOST:-unix://var/run/docker.sock}"
privileged: true privileged: true
volumes: volumes:
......
...@@ -7,13 +7,13 @@ lint: ...@@ -7,13 +7,13 @@ lint:
name: yamllint name: yamllint
platforms: platforms:
- name: buster - name: buster
image: paulfantom/debian-molecule:10 image: quay.io/paulfantom/molecule-systemd:debian-10
docker_host: "${DOCKER_HOST:-unix://var/run/docker.sock}" docker_host: "${DOCKER_HOST:-unix://var/run/docker.sock}"
privileged: true privileged: true
volumes: volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro - /sys/fs/cgroup:/sys/fs/cgroup:ro
- name: fedora - name: fedora
image: paulfantom/fedora-molecule:30 image: quay.io/paulfantom/molecule-systemd:fedora-30
docker_host: "${DOCKER_HOST:-unix://var/run/docker.sock}" docker_host: "${DOCKER_HOST:-unix://var/run/docker.sock}"
privileged: true privileged: true
volumes: volumes:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment