How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "starlabio/centos8-3-titanium-test"
end
vagrant init starlabio/centos8-3-titanium-test
vagrant up
This version was created over 2 years ago.
Move centos-8.3 to CentOS vault
This version was created almost 3 years ago.
Upgraded to systemd version 8.4
This version was created about 3 years ago.
Do not enable docker service as that causes intermittent issues with starting up of the VM
This version was created about 3 years ago.
Fixed issue with incorrect version of systemd. Also added docker deployment to image.
This version was created over 3 years ago.
Add building of filebench from source as a requirement for perf tests. Added following packages for this purpose:
This version was created over 3 years ago.
Added execstack and glibc-static packages
This version was created over 3 years ago.
Added packages needed for Test - perl, python2, python2-devel, python2-pip
This version was created over 3 years ago.
Initial version