Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove EoL CentOS 8 factsets #361

Merged
merged 1 commit into from
Jun 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
450 changes: 0 additions & 450 deletions facts/4.0/centos-8-x86_64.facts

This file was deleted.

452 changes: 0 additions & 452 deletions facts/4.1/centos-8-x86_64.facts

This file was deleted.

459 changes: 0 additions & 459 deletions facts/4.2/centos-8-x86_64.facts

This file was deleted.

459 changes: 0 additions & 459 deletions facts/4.3/centos-8-x86_64.facts

This file was deleted.

459 changes: 0 additions & 459 deletions facts/4.4/centos-8-x86_64.facts

This file was deleted.

465 changes: 0 additions & 465 deletions facts/4.5/centos-8-x86_64.facts

This file was deleted.

467 changes: 0 additions & 467 deletions facts/4.6/centos-8-x86_64.facts

This file was deleted.

467 changes: 0 additions & 467 deletions facts/4.7/centos-8-x86_64.facts

This file was deleted.

23 changes: 0 additions & 23 deletions facts/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,29 +81,6 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
host.vm.provision 'shell', path: 'get_facts.sh'
host.vm.provision 'shell', inline: '/sbin/shutdown -h now'
end
config.vm.define 'centos-8-x86_64', autostart: false do |host|
host.vm.box = 'centos/8'
host.vm.synced_folder '.', '/vagrant'
host.vm.provision 'shell', inline: 'dnf -y install wget make gcc net-tools'
host.vm.provision 'file', source: 'Gemfile', destination: 'Gemfile'
host.vm.provision 'shell', path: 'get_facts.sh'
host.vm.provision 'shell', inline: '/sbin/shutdown -h now'
host.vbguest.auto_update = true
end
# images are at https://cloud.centos.org/centos/8-stream/x86_64/images/
# (check for version updates periodically)
# facts land as centos-8-x86_64.facts
config.vm.define 'centos-stream8-x86_64', autostart: false do |host|
host.vm.box = 'centos/stream8'
host.vm.box_url = 'https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-Vagrant-8-20240513.0.x86_64.vagrant-virtualbox.box'
host.vm.synced_folder '.', '/vagrant'
host.vm.provision 'shell', inline: 'dnf -y install wget make gcc net-tools'
host.vm.provision 'file', source: 'Gemfile', destination: 'Gemfile'
host.vm.provision 'shell', path: 'get_facts.sh'
# commented to allow manual retrieval of facts
# host.vm.provision 'shell', inline: '/sbin/shutdown -h now'
host.vbguest.auto_update = true
end
# images are at https://cloud.centos.org/centos/9-stream/x86_64/images/
# can be imported with `vagrant box add --name centos/stream9 $url` you can also
# use the host.vm.box_url below
Expand Down