Vagrant: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 9: Line 9:
* [[VirtualBox]]
* [[VirtualBox]]
* [[Packer]]
* [[Packer]]
=<span id='Subjects'></span>Installation=
* [[Vagrant Installation|Installation]]


=Overview=
=Overview=


Vagrant provides technology to implement workflows that involve building and managing virtual machines. The virtual machines can be provisioned in top of AWS, VMWare, VirtualBox or [https://www.vagrantup.com/docs/providers/ any other provider]. Standard provisioning tools (shell scripts, Chef, Pupped) can be used. The metadata to build machines based of is contained by [[#Vagrantfile|Vagrantfile]].
Vagrant provides technology to implement workflows that involve building and managing virtual machines. The virtual machines can be provisioned in top of AWS, VMWare, VirtualBox or [https://www.vagrantup.com/docs/providers/ any other provider]. Standard provisioning tools (shell scripts, Chef, Pupped) can be used. The metadata to build machines based of is contained by [[#Vagrantfile|Vagrantfile]].
=<span id='Subjects'></span>Installation=
{{Internal|Vagrant Installation|Installation}}
=Operations=


=Vagrantfile=
=Vagrantfile=


{{Internal|Vagrantfile|Vagrantfile}}
{{Internal|Vagrantfile|Vagrantfile}}

Revision as of 20:53, 31 July 2019

External

Internal

Overview

Vagrant provides technology to implement workflows that involve building and managing virtual machines. The virtual machines can be provisioned in top of AWS, VMWare, VirtualBox or any other provider. Standard provisioning tools (shell scripts, Chef, Pupped) can be used. The metadata to build machines based of is contained by Vagrantfile.

Installation

Installation

Operations

Vagrantfile

Vagrantfile