Quickly setup an Vagrant's Ubuntu box with the VMware Cross vCenter Workload Migration Utility installed.
This Vagrantfile purpose is to quickly setup an Ubuntu box with the VMware Cross vCenter Workload Migration Utility installed.
xvm
├───xvm │ └xvm-1.0.jar ├─.gitignore ├─LICENSE ├─README.md ├─Vagrantfile
Vagrantfile
## Infrastructure $box_image = "ubuntu/xenial64" ## XVM folder and file names $xvm_folder = "./xvm" $xvm_jar = "xvm-1.0.jar" ## XVM port $xvm_port = 8080
vagrant up
> vagrant up Bringing machine 'default' up with 'virtualbox' provider... ==> default: Importing base box 'ubuntu/xenial64'... ==> default: Matching MAC address for NAT networking... ==> default: Checking if box 'ubuntu/xenial64' is up to date... ==> default: Setting the name of the VM: vagrant-xvm_default_1508399698618_92030 ==> default: Clearing any previously set network interfaces... ==> default: Preparing network interfaces based on configuration... default: Adapter 1: nat ==> default: Forwarding ports... default: 8080 (guest) => 8080 (host) (adapter 1) default: 22 (guest) => 2222 (host) (adapter 1) ==> default: Running 'pre-boot' VM customizations... ==> default: Booting VM... ==> default: Waiting for machine to boot. This may take a few minutes... ...
http://localhost:8080
Erwan Quélin
Copyright 2017 Erwan Quelin and the community.
Licensed under Apache License Version 2.0.