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' => { 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