Context Sensitive Help Properties

AgentViewClosed The graphical user interface of the CMP that is typically used by Customer Service Agents to access CMP customer and billing data. In versions prior to CMP 8.0, this was called the CMP GUI. and other consoles, such as Business ConfigurationClosed A module in the CMP Administation console that provides for viewing and modification of business and user applicable system configuration. and the Administration ConsoleClosed An operations web console that allows batch jobs to be scheduled, run manually and monitored. The console also provides for viewing and modification of business and user applicable system configuration., have context-sensitive HTML5 Help that is installed as a CMPClosed Converged Monetisation Platform. The MDS Global product that supports customer care and billing for digital service providers. module.

Property

Default Value

Description

context_sensitive_help_port

21221

The port on which the Help will listen for connections

context_sensitive_help_use_ssl

false

Flag that indicates whether the SSL listeners should be activated

ssl_certificates

N/A

This property is a dictionary of elements: "private_key"and "certificate". Each element is the path to the corresponding PEM file. If specified and context_sensitive_help_use_ssl is true, the deployment playbook will use the specified files to enable the HTTPS listener. If the property is omitted and context_sensitive_help_use_ssl is true, the self-signed certificate will be generated for the hostname to where SABRE Console is being deployed.

context_sensitive_help_lb_url N/A

The URL of the Load Balancer that serves the Help application in the format:

://<lb_hostname>(:<lb_port>)

It must be defined for the HA installation, i.e. when there is more than one Help server to be defined.Port is optional and must be specified only when the non-standard port is used