From c4e6b1a5dd9792272c3eacbedc3295f9bbf66523 Mon Sep 17 00:00:00 2001 From: Dan Berkowitz Date: Mon, 17 Jun 2024 13:17:14 -0400 Subject: [PATCH 1/2] Bump to latest box --- lib/beaker-hostgenerator/data.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/beaker-hostgenerator/data.rb b/lib/beaker-hostgenerator/data.rb index 000b3fde..a71afe8f 100644 --- a/lib/beaker-hostgenerator/data.rb +++ b/lib/beaker-hostgenerator/data.rb @@ -152,7 +152,7 @@ def osinfo }, vagrant: { 'box' => 'centos/stream8', - 'box_url' => 'https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-Vagrant-8-20230501.0.x86_64.vagrant-libvirt.box', + 'box_url' => 'https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-Vagrant-8-latest.x86_64.vagrant-libvirt.box', }, }, 'centos9-64' => { @@ -161,7 +161,7 @@ def osinfo }, vagrant: { 'box' => 'centos/stream9', - 'box_url' => 'https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-Vagrant-9-20230410.0.x86_64.vagrant-libvirt.box', + 'box_url' => 'https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-Vagrant-9-latest.x86_64.vagrant-libvirt.box', }, }, 'debian10-64' => { From 7755b1cace930b6ea4d2ed0e5c208701a6fee248 Mon Sep 17 00:00:00 2001 From: Dan Berkowitz Date: Tue, 18 Jun 2024 17:57:32 -0400 Subject: [PATCH 2/2] Update tests! --- .../per-host-settings/vagrant-hypervisor.yaml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/test/fixtures/per-host-settings/vagrant-hypervisor.yaml b/test/fixtures/per-host-settings/vagrant-hypervisor.yaml index 8b430099..d6bfd08d 100644 --- a/test/fixtures/per-host-settings/vagrant-hypervisor.yaml +++ b/test/fixtures/per-host-settings/vagrant-hypervisor.yaml @@ -1,17 +1,25 @@ --- -arguments_string: --hypervisor vagrant_libvirt centos9-64m-debian11-64a-redhat7-64a{hypervisor=vagrant} +arguments_string: --hypervisor vagrant_libvirt centos9-64m-centos8-64a-debian11-64a-redhat7-64a{hypervisor=vagrant} environment_variables: {} expected_hash: HOSTS: centos9-64-1: box: centos/stream9 - box_url: https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-Vagrant-9-20230410.0.x86_64.vagrant-libvirt.box + box_url: https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-Vagrant-9-latest.x86_64.vagrant-libvirt.box synced_folder: disabled platform: el-9-x86_64 hypervisor: vagrant_libvirt roles: - agent - master + centos8-64-1: + box: centos/stream8 + box_url: https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-Vagrant-8-latest.x86_64.vagrant-libvirt.box + synced_folder: disabled + platform: el-8-x86_64 + hypervisor: vagrant_libvirt + roles: + - agent debian11-64-1: box: debian/bullseye64 synced_folder: disabled