Creates a ha-group.
Usage:
f5.sys.ha-group.create [options...] <ha-group name>
Options:
-b <active bonus> Active Bonus
-d <variables file> Path to file with env variables to use
-p <pool name> Pool name
-s <VAR=VALUE> Define simple variable
-t <template> Path to template
-u <trunk name> Trunk name
Template is: restsh/templates/f5/sys/ha-group.json
Defaults are:
[ -n "${VAR_NAME+x}" ] || VAR_NAME="ha-group"
[ -n "${VAR_ACTIVE_BONUS+x}" ] || VAR_ACTIVE_BONUS="19"
[ -n "${ARRAY_POOLS+x}" ] || ARRAY_POOLS=()
[ -n "${ARRAY_TRUNKS+x}" ] || ARRAY_TRUNKS=()
[ -n "${VAR_TRUNK_WEIGHT+x}" ] || VAR_TRUNK_WEIGHT="10"
[ -n "${VAR_POOL_WEIGHT+x}" ] || VAR_POOL_WEIGHT="20"