clusters ops-centers
Allows installation of application Ops centers used to install and manage applications.
Privilege Level
Security Administrator, Administrator
Command Mode
Exec > Global Configuration
Syntax
ops-centers app_name instance { repository url | netconf-ip ipv4_address | netconf-port port_number | ssh-ip ipv4_address | ssh-port port_number | ingress-hostname ip_address.<domain_name> }
app_name
Specify the app name of the Ops center. For example, cee, ccmts. Chart name will be app-name-ops-center.
Must be a string.
instance
Specify the name of the instance. For example, data, infra etc.
Must be a string.
repository url
Specify the product chart repository URL.
username username
Specify the username to login to the repository.
Must be a string.
password password
Specify the password to login to the repository.
Must be an aes-cfb-128-encrypted string.
sync-default-repository { false | true }
Synchronizes the default helm repository to ops-center.
Must be either "false" or "true".
Default Value: true.
netconf-ip ipv4_address
Specify the Netconf IPv4 address for the Ops Center.
netconf-port port_number
Specify the Netconf port number for the Ops Center.
Must be an integer.
Default Value: 830.
ssh-ip ipv4_address
Specify the SSH IP address for the Ops Center.
ssh-ip port
Specify the SSH port number for the Ops Center.
Must be an integer.
Default Value: 2022.
ingress-hostname ip-address.<domain_name>
Specify the ingress hostname to be set to the Ops Center. Uses the ip-address .<domain_name> format.
Must be a string.
Usage Guidelines
Use this command to allow installation of application Ops centers used to install and manage applications.
clusters ops-centers initial-boot-parameters
Configures the initial boot parameters for helm chart deployment.
Privilege Level
Security Administrator, Administrator
Command Mode
Exec > Global Configuration
Syntax
initial-boot-parameters { use-volume-claims { false | true } | first-boot-password password | auto-deploy { false | true } | single-node { false | true } | image-pull-secrets name }
use-volume-claims { false | true }
Specify the usage of persistent volumes. To use persistent volumes, set to true.
Must be either "false" or "true".
Default Value: false.
Usage Guidelines
Use this command to configure the initial boot parameters for helm chart deployment.
clusters ops-centers initial-boot-parameters image-pull-secrets
Configures the docker registry secret name.
Privilege Level
Security Administrator, Administrator
Command Mode
Exec > Global Configuration
Syntax
image-pull-secrets secret_name
secret_name
Specify the docker registry secret name.
Must be a string.
first-boot-password password
Must be an aes-cfb-128-encrypted string.
Default Value: "p@ssw0rd".
auto-deploy { false | true }
Must be either "false" or "true".
Default Value: true.
single-node { false | true }
Specify whether to deploy the product chart on a single node. For multi-node deployments, set to false.
Must be either "false" or "true".
Default Value: true.
Usage Guidelines
Use this command to configure the docker registry secret name.