I am trying to add a 2nd scale set to our standalone R80.30 management station using autoprov_cfg. The first scale set was added by someone else.
My understanding is that I add the template first and then add the controller.
The commands that I have are:
For the template:
autoprov_cfg add template -tn <name> -otp <SIC> -ver <VER> -po <POLICY>
for -tn <name> - is that something I choose?
I assume I have to have a policy created first in Smartconsole.
For the controller:
autoprov_cfg add controller Azure -cn <NAME> -sb <SUBSCRIPTION> -at <TENANT> -aci <CLIENT-ID> -acs <CLIENT-SECRET> -ct <TN NAME FROM TEMPLATE>
for -cn <name> - is that something I choose?
for -ct <TN NAME FROM TEMPLATE> - is this the template name from -tn <name>?