diff --git a/Vagrantfile b/Vagrantfile new file mode 100644 index 000000000000..76541e436db4 --- /dev/null +++ b/Vagrantfile @@ -0,0 +1,60 @@ +### Documentation +# This is a Vagrantfile for Beats development. +# +# Boxes +# ===== +# +# win2012 +# ------- +# This box is used as a Windows development and testing environment for Beats. +# +# Usage and Features: +# - Two users exist: Administartor and Vagrant. Both have the password: vagrant +# - Use 'vagrant ssh' to open a Windows command prompt. +# - Use 'vagrant rdp' to open a Windows Remote Deskop session. Mac users must +# install the Microsoft Remote Desktop Client from the App Store. +# - There is a desktop shortcut labeled "Beats Shell" that opens a command prompt +# to C:\Gopath\src\github.com\elastic\beats where the code is mounted. +# +# add more boxes here +# ------------------- +# More development boxes can be added to this file and you can run commands +# like "vagrant up solaris" or "vargrant up winxp" to start them. + +# Provisioning for Windows PowerShell +$winPsProvision = <