Other Content Runtime template variables

The following tables list the Other template variables.

Cloud Provider

Table. Cloud provider
Parameter Default Value Description
Static IPv4 address Static IPv4 to assign to this network interface. This must be a static IP, and it is the IP address of the machine as known to the network.
Virtual Machine's Domain Name Content Runtime Virtual Machine's domain name
Operating System User name The user name which can be used to sign on to the system to configure the machine as a Content Runtime.
Operating System password Password for signing onto the system to configure the machine as a Content Runtime. If an SSH key is provided this parameter is not needed.
OS SSH Private Key - Base64 encoded The SSH key to connect to the virtual machine to allow for configuration of the Content Runtime. The key is optional if the password is provided for the operating system user name. The key is base64 encoded.

Additional Settings

Table. Additional settings
Parameter Default Value Description
Offline False Is this offline installation.
Network Visibility public The network connection associated with the Content Runtime virtual machine instance. If network visibility is private, connection must exist from the IBM Cloud Pak for AIOps to the network connection associated with the Content Runtime virtual machine being created.
Prerequisite checker strictness If set to strict, the prerequisite checker stops execution if one or more requirements is not installed. If set to lenient, the prerequisite checker proceeds to install any missing requirement.
File system encryption passphrase Passphrase for encrypted drives.

Managed services Parameters

Table. Managed services parameters
Parameter Default Value Description
Enable FIPS on pattern manager and software repository containers False True to enable FIPS on pattern manager and software repository container.
Pattern Manager Access Passphrase Passphrase used to access the REST API calls to the Pattern Manager.
Pattern Manager Administration Passphrase Administration passphrase that is used to access the administrative REST API calls to the Pattern Manager.
Key Name for Pattern Manager key set For Amazon and IBM clouds, the key must exist as a resource. For other provider types, the content is simply the name associated with the key.
Private Key for Pattern Manager - Base 64 encoded Private key to be used by Pattern Manager to communicate with the newly instantiated virtual machine. The key must be base64 encoded and must be associated with the public key named by the Key Name for Pattern Manager key set.
Public Key for Pattern Manager Public key to be used by Pattern Manager to communicate with the newly instantiated virtual machine. The key must match the public key named by the Key Name for Pattern Manager key set.
User's Public Key Public key that is added to the Content Runtime virtual machine's authorized_keys file so as to allow access using the associated private key.

Docker and Chef Settings

Table. Docker and Chef Settings
Parameter Default Value Description
Chef Client Installation Binaries Path (Required only for Offline install) Provide the local path to chef client installation binaries. The format must be /path/to/chef-clients without without any trailing slash. This value is required if Offline is set to True.
Docker Registry hub.docker.com Docker registry to pull the Content Runtime Docker images. The images by default reside on the public Docker hub. The value is read only. It provides you the location where an image is pulled.
Chef License Agreement Newer Chef Server, Client, Chef DK require license agreement with Chef for commercial. By typing Agree to this field you confirm that you are either using old chef version or you have the required license agreement.
ChefDK version 3.0.36 Stable version of Chef DK that will be installed on pattern manager container.
Docker Enterprise Edition Repository URL This is an optional parameter. It is mandatory only if you use RHEL as the base image without Docker installed. RHEL supports Docker Enterprise Edition only. After you purchase the license, get the Docker Enterprise Edition Repository URL from https://store.docker.com/my-content. Docker Community Edition is used by default on other supported operating system.
Chef server Organization Name chef-org Chef server Organization name that is associated with the configuration of the Chef server.
Chef Administrator User name chef-admin Chef administrator user name that is associated with the configuration of the Chef server.
Install Chef Cookbooks true Should the Chef cookbooks be installed on the provided Chef server?
Chef Server FQDN Fully qualified domain name of a remote Chef server. Consists of the server's hostname and domain.
Chef Server IP Address IPv4 address of a remote Chef server.
Chef Server Certificate - Base 64 encoded Certificate (.pem file) of the remote Chef server encoded in base64.

Optional Settings for Offline Installation

Table. Optional Settings for Offline Installation
Parameter Default Value Description
Docker installation file Optional file location of a docker .deb/.rpm file to be installed on the system. If the installation package is stored within the content runtime system, for example, docker.deb saved to /tmp, then the input is file:///tmp/docker.deb. If the installation package is stored in a server with HTTP access, then the input is http://<server_IP>/path/to/docker.deb.
Docker Compose installation file Optional file location of a Docker Compose executable file to be installed on the system. If the installation package is stored within the content runtime system, for example, docker-compose saved to /tmp, then the input is file:///tmp/docker-compose. If the installation package is stored in a server with HTTP access, then the input is http://<server_IP>/path/to/docker-compose.
Software Repository Docker image location Optional file location of the Software Repository Docker image to be loaded to the system. If the installation package has been stored within the content runtime system, for example, camc-sw-repo saved to /tmp, then the input is file:///tmp/camc-sw-repo. If the installation package is stored in a server with HTTP access, then the input is http://<server_IP>/path/to/camc-sw-repo.
Pattern Manager Docker image location Optional file location of the Pattern Manager Docker image to be loaded to the system. If the installation package is stored within the content runtime system, for example, camc-pattern-manager saved to /tmp, then the input is file:///tmp/camc-pattern-manager. If the installation package is stored in a server with HTTP access, then the input is http://<server_IP>/path/to/camc-pattern-manager.

Software Repository Settings

Table. Software Repository Settings
Parameter Default Value Description
Software Repository User name repouser User name to access the Software Repository.
Password for Software Repository Password for Software Repository User. The combination of user name and password is required to access the Software Repository.
Software Repository Port Number 8888 Port number for Software Repository HTTP access.
Software Repository Secure Port Number 9999 Port number for Software Repository HTTPS access.