Skip to content

Commit

Permalink
Merge pull request #361 from bastelfreak/centos8
Browse files Browse the repository at this point in the history
Remove EoL CentOS 8 factsets
  • Loading branch information
bastelfreak authored Jun 10, 2024
2 parents 1a3dad5 + 7e2120c commit 81c922a
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 3,701 deletions.
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

0 comments on commit 81c922a

Please sign in to comment.