Skip to content

Installer directives

The installer behavior can be changed with installer directives.

parameterPurposeExample
actionThe installer can run in different action modes see Installer Actions--set action=install     (this is default)
logLevelThe installer will log at different levels:
  • SEVERE (highest value)
  • WARNING
  • INFO
  • CONFIG
  • FINE
  • FINER
  • FINEST (lowest value)
--set logLevel=FINEST
--debugThis will enable debugging in the middle tier installer (Helm)--debug
--dry-runThis will parse and do values replacement in all k8s deployment files, but will not deploy them to the k8s cluster, just spool the result to stdout. This setting can be used in combination with --debug  to get detailed logging in Helm.--dry-run
breakOnDBErrorThis parameter should only be used in pipelines, where rollback is possible. When set to true, the installer will stop on db deploy errors and not continue with import of data and middle tier installation. Default behavior is that db deploy errors only result in warnings.--set breakOnDBError=true
raiseNewCustomObjectInvalidsIf parameter set to false, customer configuration invalids will not be raised as errors in _ERROR_install.log, but will still be listed in the _installtem.log. Configuration Items invalidsdefaults to true
--set raiseNewCustomObjectInvalids=false
skipDryRunThis will skip the initial default dry-rundefaults to false
--set skipDryRun=true
dbInstaller.extLoggingWill generate verbose logging of DB deployment.defaults to N
--set dbInstaller.extLogging=Y
logFileLocationPath to where all logs will be placed

The logFileLocation will be set to ../../../logs/ifscloudinstaller if that path exist. (Remote deployment option)
defaults to %TEMP%/ifsinstaller_<namespace>
--set logFileLocation=c:\logs
--kubeconfigpath to the kubectl config file--kubeconfig c:\ifs\config\config
--contexta context in the kubectl file--context mycluster
--use-existing-helm-valuesThe installation will be carried out using the values that are already in the environment. The only action permitted is mtinstaller. The installation will deploy the charts pointed to by the charts location, but for some application containers which are not backward compatible across Service Updates (Maintenix container) specific image versions will be set. You can still override the values by supplying them using --set or supplying a values file. If nothing is supplied the installation will be carried out using the same set of values that is in the environment. Use --namespace to indicate the namespace against which the installation should be conducted. If this is not supplied default namespace will be used--use-existing-helm-values --set action=mtinstaller --namespace xxx