Git Product home page Git Product logo

bootstrap-vagrant's Introduction

Bootstrap Vagrant

License GitHub Super-Linter Ruby Style Guide

visitors

This project was created to ensure that setup.sh bash script is able to install Vagrant tool in different Linux Distributions. It covers the installation of its dependencies, plugins and providers.

Linux Distros supported

Name Version
Ubuntu 18.04/20.04/22.04
CentOS 7
Rocky 8
openSUSE Tumbleweed/Leap

Vagrant Providers supported

Name Version
VirtualBox 6.1
Libvirt

Vagrant Plugins installed

  • vagrant-proxyconf
  • vagrant-libvirt
  • vagrant-reload
  • vagrant-packet
  • vagrant-google

How use this script?

The setup.sh bash script has been designed to be consumed remotely and executed multiple times.

curl -fsSL http://bit.ly/initVagrant | PROVIDER=libvirt bash

Environment variables

Name Default Description
PROVIDER Specifies the Vagrant Provider to be installed
CREATE_SRIOV_VFS false Creates SR-IOV Virtual Functions
CREATE_QAT_VFS false Creates QuickAssit Virtual Functions

Contribution

This is an open project, several individuals contribute in different forms like coding, documenting, testing, spreading the word at events within others.

Thanks to all the people who already contributed!

Visualization of the codebase

bootstrap-vagrant's People

Contributors

dependabot[bot] avatar dlux avatar electrocucaracha avatar github-actions[bot] avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

dlux

bootstrap-vagrant's Issues

Remove this once https://www.virtualbox.org/ticket/20636 is released

# TODO: Remove this once https://www.virtualbox.org/ticket/20636 is released
- name: Apply workaround for VBoxHeadless in macOS
run: |
find . -type f -iname "Vagrantfile" -exec sed -i '.bak' 's|v.gui = .*|v.gui = true|g' {} \;
find . -type f -name "*.bak" -delete
- name: Install Vagrant Reload plugin


This issue was generated by todo based on a TODO comment in b4acb74. It's been assigned to @electrocucaracha because they committed the code.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.