From 3564882c86d06bb6e22f9adf361afe1e660ba8d2 Mon Sep 17 00:00:00 2001 From: CloudAlchemy Bot <38341338+cloudalchemybot@users.noreply.github.com> Date: Thu, 14 Nov 2019 23:13:17 +0100 Subject: [PATCH] =?UTF-8?q?[REPO=20SYNC]=20molecule:=20use=20CI=20images?= =?UTF-8?q?=20from=20quay.io=20instead=20of=20dock=E2=80=A6=20(#121)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [minor] release --- README.md | 2 +- molecule/alternative/molecule.yml | 14 +++++++------- molecule/default/molecule.yml | 14 +++++++------- molecule/latest/molecule.yml | 4 ++-- 4 files changed, 17 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 2622510..12f34ef 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Deploy prometheus [node exporter](https://github.com/prometheus/node_exporter) u ## 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`) ## Role Variables diff --git a/molecule/alternative/molecule.yml b/molecule/alternative/molecule.yml index 2cac832..22a7ccb 100644 --- a/molecule/alternative/molecule.yml +++ b/molecule/alternative/molecule.yml @@ -7,37 +7,37 @@ lint: name: yamllint platforms: - 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}" privileged: true volumes: - /sys/fs/cgroup:/sys/fs/cgroup:ro - 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}" privileged: true volumes: - /sys/fs/cgroup:/sys/fs/cgroup:ro - name: stretch - image: paulfantom/debian-molecule:9 + image: quay.io/paulfantom/molecule-systemd:debian-9 docker_host: "${DOCKER_HOST:-unix://var/run/docker.sock}" privileged: true volumes: - /sys/fs/cgroup:/sys/fs/cgroup:ro - name: buster - image: paulfantom/debian-molecule:10 + image: quay.io/paulfantom/molecule-systemd:debian-10 docker_host: "${DOCKER_HOST:-unix://var/run/docker.sock}" privileged: true volumes: - /sys/fs/cgroup:/sys/fs/cgroup:ro - name: centos7 - image: paulfantom/centos-molecule:7 + image: quay.io/paulfantom/molecule-systemd:centos-7 docker_host: "${DOCKER_HOST:-unix://var/run/docker.sock}" privileged: true volumes: - /sys/fs/cgroup:/sys/fs/cgroup:ro - name: centos8 - image: paulfantom/centos-molecule:8 + image: quay.io/paulfantom/molecule-systemd:centos-8 docker_host: "${DOCKER_HOST:-unix://var/run/docker.sock}" privileged: true volumes: @@ -45,7 +45,7 @@ platforms: groups: - python3 - name: fedora - image: paulfantom/fedora-molecule:30 + image: quay.io/paulfantom/molecule-systemd:fedora-30 docker_host: "${DOCKER_HOST:-unix://var/run/docker.sock}" privileged: true volumes: diff --git a/molecule/default/molecule.yml b/molecule/default/molecule.yml index da65dce..619be2b 100644 --- a/molecule/default/molecule.yml +++ b/molecule/default/molecule.yml @@ -7,37 +7,37 @@ lint: name: yamllint platforms: - 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}" privileged: true volumes: - /sys/fs/cgroup:/sys/fs/cgroup:ro - 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}" privileged: true volumes: - /sys/fs/cgroup:/sys/fs/cgroup:ro - name: stretch - image: paulfantom/debian-molecule:9 + image: quay.io/paulfantom/molecule-systemd:debian-9 docker_host: "${DOCKER_HOST:-unix://var/run/docker.sock}" privileged: true volumes: - /sys/fs/cgroup:/sys/fs/cgroup:ro - name: buster - image: paulfantom/debian-molecule:10 + image: quay.io/paulfantom/molecule-systemd:debian-10 docker_host: "${DOCKER_HOST:-unix://var/run/docker.sock}" privileged: true volumes: - /sys/fs/cgroup:/sys/fs/cgroup:ro - name: centos7 - image: paulfantom/centos-molecule:7 + image: quay.io/paulfantom/molecule-systemd:centos-7 docker_host: "${DOCKER_HOST:-unix://var/run/docker.sock}" privileged: true volumes: - /sys/fs/cgroup:/sys/fs/cgroup:ro - name: centos8 - image: paulfantom/centos-molecule:8 + image: quay.io/paulfantom/molecule-systemd:centos-8 docker_host: "${DOCKER_HOST:-unix://var/run/docker.sock}" privileged: true volumes: @@ -45,7 +45,7 @@ platforms: groups: - python3 - name: fedora - image: paulfantom/fedora-molecule:30 + image: quay.io/paulfantom/molecule-systemd:fedora-30 docker_host: "${DOCKER_HOST:-unix://var/run/docker.sock}" privileged: true volumes: diff --git a/molecule/latest/molecule.yml b/molecule/latest/molecule.yml index 7816e2f..5052221 100644 --- a/molecule/latest/molecule.yml +++ b/molecule/latest/molecule.yml @@ -7,13 +7,13 @@ lint: name: yamllint platforms: - name: buster - image: paulfantom/debian-molecule:10 + image: quay.io/paulfantom/molecule-systemd:debian-10 docker_host: "${DOCKER_HOST:-unix://var/run/docker.sock}" privileged: true volumes: - /sys/fs/cgroup:/sys/fs/cgroup:ro - name: fedora - image: paulfantom/fedora-molecule:30 + image: quay.io/paulfantom/molecule-systemd:fedora-30 docker_host: "${DOCKER_HOST:-unix://var/run/docker.sock}" privileged: true volumes: -- GitLab