├── .gitignore ├── README.md ├── Vagrantfile ├── screenshots ├── dashboard.png └── metrics.png ├── scripts └── vcenter-55-simulator-setup.sh └── vcenter-55-simulator.json /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tehranian/vagrant-vcenter-simulator/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tehranian/vagrant-vcenter-simulator/HEAD/README.md -------------------------------------------------------------------------------- /Vagrantfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tehranian/vagrant-vcenter-simulator/HEAD/Vagrantfile -------------------------------------------------------------------------------- /screenshots/dashboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tehranian/vagrant-vcenter-simulator/HEAD/screenshots/dashboard.png -------------------------------------------------------------------------------- /screenshots/metrics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tehranian/vagrant-vcenter-simulator/HEAD/screenshots/metrics.png -------------------------------------------------------------------------------- /scripts/vcenter-55-simulator-setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tehranian/vagrant-vcenter-simulator/HEAD/scripts/vcenter-55-simulator-setup.sh -------------------------------------------------------------------------------- /vcenter-55-simulator.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tehranian/vagrant-vcenter-simulator/HEAD/vcenter-55-simulator.json --------------------------------------------------------------------------------