@@ -40,10 +40,9 @@ an entire lab for Linux kernel testing for a complex subsystem in a jiffy.
4040
4141It makes use of local ansible roles and optionally lets you use
4242[ libguestfs] ( https://libguestfs.org/ ) with libvirt or terraform in order
43- to support an cloud provider. Support for vagrant in kdevops exists but is now
44- deprecated in favor of [ libguestfs] ( https://libguestfs.org/ ) since vagrant
45- lacks any active maintenance, new development should use and focus on
46- [ libguestfs] ( https://libguestfs.org/ ) .
43+ to support a cloud provider. Historical support for Vagrant has been
44+ removed in favor of [ libguestfs] ( https://libguestfs.org/ ) , which is
45+ actively maintained.
4746
4847Variability is provided through the same variability language used in the Linux
4948kernel, kconfig. It is written by Linux kernel developers, for Linux kernel
@@ -334,10 +333,8 @@ Below are sections which get into technical details of how kdevops works.
334333 * [ How is extra_vars.yaml generated] ( docs/how-extra-vars-generated.md )
335334 * [ How is the ansible hosts file generated] ( docs/the-gen-hosts-ansible-role.md )
336335 * [ What are and how to generate the kdevops nodes files] ( docs/the-gen-nodes-ansible-role.md )
337- * [ How is the dynamic Vagrant files generated] ( docs/the-gen-nodes-ansible-role-vagrant.md )
338336 * [ How is the terraform kdevops_nodes variable generated] ( docs/the-gen-nodes-ansible-role-terraform.md )
339337 * [ How are the terraform terraform/terraform.tfvars variables generated] ( docs/the-terraform-gen-tfvar-ansible-role.md )
340- * [ Why Vagrant (deprecated) used to be used for virtualization] ( docs/why-vagrant.md )
341338 * [ A case for supporting truncated files with loopback block devices] ( docs/testing-with-loopback.md )
342339 * [ Seeing more issues with loopback / truncated files setup] ( docs/seeing-more-issues.md )
343340 * [ Adding a new workflow to kdevops] ( docs/adding-a-new-workflow.md )
@@ -347,10 +344,8 @@ Below are sections which get into technical details of how kdevops works.
347344 * [ Motivation behind kdevops] ( docs/motivations.md )
348345 * [ Linux distribution support] ( docs/linux-distro-support.md )
349346 * [ Overriding all Ansible role options with one file] ( docs/ansible-override.md )
350- * [ kdevops Vagrant support] ( docs/kdevops-vagrant.md )
351347 * [ kdevops terraform support - cloud setup with kdevops] ( docs/kdevops-terraform.md )
352348 * [ kdevops local Ansible roles] ( docs/ansible-roles.md )
353- * [ Tutorial on building your own custom Vagrant boxes] ( docs/custom-vagrant-boxes.md )
354349
355350License
356351-------
0 commit comments