Table of Contents

[SCRIPT] Project CloneWars.sh

Documentation
Name: [SCRIPT] Project CloneWars.sh
Description: the way to deploy a war
Modification date :18/10/2018
Owner:dodger@ciberterminal.net
Notify changes to:backOps tuxe's
Tags: cloud-init

Description

Project CloneWars borns on the necessity of a fast way to deploy VM's and make them available to SaltStack.
This project is “just” the whole manual deploy in a big-red-button-mode script.
So the script is able of:

Help on the script

From salt-master:

avmlm-salt-001 /home/bofher/scripts/CloneWars # bash  CloneWars.sh 
CloneWars.sh -c CVM_NAME_OR_IP -h TARGET_HOSTNAME -i TARGET_IPADDRESS -m NETWORK_NETMASK [-n NETWORK_NAME] [-d xxxGB] [-r xxxxMB] [-v x] [-o x] [-F] [-O] [-A]
  MANDATORY parameters are:
        -c CVM_NAME_OR_IP       Cvm of the target Nutanix cluster
        -h TARGET_HOSTNAME      Name for the new VM
        -i TARGET_IPADDRESS     Network address of the new VM
        -m NETWORK_NETMASK      Netmask of the Network in which the VM will live
  OPTIONAL parameters are:
        -n NETWORK_NAME         Network Name as shown in 'acli net.list' on nutanix, if not passed will try to atuo-identify
        -F                      Force (noprompt) deletion of the vm if exists
        -O                      PowerON the vm after creating it
        -A                      NOT Add to ipam after creating
        -d xxxGB                Add a disk of xxx(gb) in size, GB is not necessary (Disk will be added in the same container as the 1st disk)
        -r xxxxMB               Customize the vm RAM with xxxxMB
        -v x                    Customize the vm with x Virtual CPUs
        -o x                    Customize the vm with x cOres (per Virtual CPUs)

All te parameters are self-explanatory (I think)