Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/louisbrunner/vsphere-scripts
Different scripts to create, edit and manage vSphere virtual machines using Perl
https://github.com/louisbrunner/vsphere-scripts
Last synced: 4 days ago
JSON representation
Different scripts to create, edit and manage vSphere virtual machines using Perl
- Host: GitHub
- URL: https://github.com/louisbrunner/vsphere-scripts
- Owner: LouisBrunner
- License: mit
- Created: 2015-10-19T16:13:28.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-19T16:26:47.000Z (about 9 years ago)
- Last Synced: 2024-04-14T06:03:07.551Z (7 months ago)
- Language: Perl
- Homepage:
- Size: 156 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
vsphere-scripts
===================This repository contains different scripts to create, edit and manage vSphere virtual machines using **Perl**.
Copyright
---------------The perl scripts (in the *perl/* directory) are based on **VMware, Inc.** scripts (*vmcreate.pl* and *vmreconfig.pl*).
The modifications and the rest of the scripts were made by *Louis Brunner*, licensed under MIT license.
Configuration
--------------You must first configure your vSphere environment by editing the *vm_conf.sh* and replacing the default values with the correct ones adapted to your installation.
Usage
-------------You must be in the scripts directory to execute them.
./vm_create.sh example 2 512 100000
You can easily add more customization by adding *sed* rules in the *.sh* scripts to replace strings in the templates located in the *vm_templates /* directory (e.g. to change the datacenter of the VM).