From e3c4e52f1291279e976e9389ef4f7d3cdffc8d49 Mon Sep 17 00:00:00 2001 From: dinadins Date: Thu, 3 Oct 2024 19:46:48 +0300 Subject: [PATCH 1/2] #274 --- test/vagrant-plugin/scenarios/molecule/box_url/molecule.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/vagrant-plugin/scenarios/molecule/box_url/molecule.yml b/test/vagrant-plugin/scenarios/molecule/box_url/molecule.yml index 9d3fb20..c68d3ba 100644 --- a/test/vagrant-plugin/scenarios/molecule/box_url/molecule.yml +++ b/test/vagrant-plugin/scenarios/molecule/box_url/molecule.yml @@ -8,8 +8,8 @@ driver: platforms: - name: instance box: centos/stream9 - box_url: "https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-Vagrant-9-20230704.1.x86_64.vagrant-libvirt.box" - box_download_checksum: "8a9fe7e8083421047e5404131daa007b4c1bcc466f3d9b29d0e7c7e432891a0e" + box_url: "https://cloud.centos.org/centos/8/vagrant/x86_64/images/CentOS-8-Vagrant-8.4.2105-20210603.0.x86_64.vagrant-libvirt.box" + box_download_checksum: "37cc017738bf12cafce3a97c4de73526452da6332cc5c0516723988644e62620" box_download_checksum_type: "sha256" provisioner: name: ansible From 23b451328b7df298573b7c83c143e8f3469a16fb Mon Sep 17 00:00:00 2001 From: dinadins Date: Fri, 4 Oct 2024 12:18:18 +0300 Subject: [PATCH 2/2] Updated box URL/checksum --- test/vagrant-plugin/scenarios/molecule/box_url/molecule.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/vagrant-plugin/scenarios/molecule/box_url/molecule.yml b/test/vagrant-plugin/scenarios/molecule/box_url/molecule.yml index c68d3ba..414c6d0 100644 --- a/test/vagrant-plugin/scenarios/molecule/box_url/molecule.yml +++ b/test/vagrant-plugin/scenarios/molecule/box_url/molecule.yml @@ -8,8 +8,8 @@ driver: platforms: - name: instance box: centos/stream9 - box_url: "https://cloud.centos.org/centos/8/vagrant/x86_64/images/CentOS-8-Vagrant-8.4.2105-20210603.0.x86_64.vagrant-libvirt.box" - box_download_checksum: "37cc017738bf12cafce3a97c4de73526452da6332cc5c0516723988644e62620" + box_url: "https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-Vagrant-9-20240930.0.x86_64.vagrant-libvirt.box" + box_download_checksum: "0dd55e0d6d1686181e3ad2636f942d5295be4c3d01e0e1c824fc02ec58728375" box_download_checksum_type: "sha256" provisioner: name: ansible