Install_library.sh
Synopsis
The install_library.sh script sets up a new SAP Library.
Syntax
install_library.sh [ --parameterfile ] <String> [ --deployer_statefile_foldername ] <String>
[-i | --auto-approve]
Description
The install_library.sh command sets up a new SAP Library in the control plane.
The SAP Library provides the storage for Terraform state files and SAP installation media.
Examples
Example 1
install_library.sh -Parameterfile MGMT-WEEU-SAP_LIBRARY.tfvars -deployer_statefile_foldername ../../DEPLOYER/MGMT-WEEU-DEP00-INFRASTRUCTURE
Parameters
--parameterfile
Sets the parameter file for the deployer VM. For more information, see Configuring the control plane.
Type: String
Aliases: `-p`
Required: True
--deployer_statefile_foldername
Sets the relative folder path to the folder that contains the deployer VM's parameter file, named terraform.tfstate.
Type: String
Aliases: `-d`
Required: True
--auto-approve
Enables silent deployment.
Type: SwitchParameter
Aliases: `-i`
Required: False
--help
Shows help for the script.
Type: SwitchParameter
Aliases: `-h`
Required: False
Notes
v0.9 - Initial version
Copyright (c) Microsoft Corporation. Licensed under the MIT license.