Azure OMT install Script Command Line Arguments (Optional)

Argument

Description

-c, --config

 

Absolute path of the configuration json file for silent installation.

-d, --deployment-name, -n

 

Deployment name for suite installation. (Note: -n is to be deprecated in future versions.)

--backup-vol-size

 

Specifies the volume size of pg-backup component. The size must be a plain integer or as a fixed-point integer and the unit must be one of E,P,T,G,M,K,Ei,Pi,Ti,Gi,Mi,Ki; example: 10Gi

-fg, --feature-gates

 

A set of key=value pairs that describe feature gates for alpha/experimental features. The allowable value of this parameter is mapStringBool. Comma-delimited list of strings, each entry format is NameOfFeature=true|false. Options are:

  • MultipleDeployment=true|false (Alpha - default=false)
  • Bosun=true|false (Alpha - default=false)
  • Prometheus=true|false (Alpha - default=false)
--nfs-server Specifies the server for NFS, used to create persistent volume claim 'itom-vol-claim'

--nfs-folder

 

Specifies the folder for NFS, used to create persistent volume claim 'itom-vol-claim'.

--loadbalancer-info

 

Specifies the loadbalancer info. This parameter value formats such as: "KEY1=VALUE1;KEY2=VALUE2;...;KEYn=VALUEn"

Example: For gcp: --loadbalancer-info "LOADBALANCERIP=x.x.x.x"

For alicloud: --loadbalancer-info "LOADBALANCERID=xxx"

--logging-vol-size

 

Specifies the volume size of fluentd component. The size must be a plain integer or as a fixed-point integer and the unit must be one of E,P,T,G,M,K,Ei,Pi,Ti,Gi,Mi,Ki; example: 10Gi

-P, password

Specifies the password for suite administrator which will be created during installation. Wrap the password with single quotes. For example, 'Password@#$!123'.

--registry-orgname

 

Specifies the organization name(namespace) where the suite images are placed. The default name is 'hpeswitom'.

--registry-ca

Specifies the path of trusted CA root certificate (bas64 X.509 format) of external registry.

--registry-password

Specifies the password for registry.

--registry-password-file Specifies the password file for registry.
--skip-warning Option used to skip the warning(s) in precheck when install.
--tmp-folder Specifies the absolute path of the temporary folder for placing temporary files. The default temporary folder is '/tmp'.
--db-user External suite database user name. 
--db-password External suite database password. 
--db-url External suite database connection URL. 

--db-crt

External suite database connection certificate. 
--registry-url Specifies the registry for URL.
--registry-username Specifies the username for registry.
--external-access-host Specifies the external access host.
--cloud-provider Specifies the cloud provider when installing OMT on a cloud server. The allowable value of this parameter is 'alicloud', 'gcp' (case- sensitive)