SAM Services Properties

The OCS Synchronous Provisioning Interface has been renamed Synchronous Allowance Management (SAM). SAM Services support configuration of the CMPClosed Converged Monetisation Platform. The MDS Global product that supports customer care and billing for digital service providers. module that supports multiple OCS implementations as well as CMP running in offline mode i.e. with no OCS integration.

Property

Default Value

Description

samservices_jdbc_password

N/A

The password for the user that the SAM Services uses to connect to the database (only used internally within CMP)

samservices_port

21220

The port on which SAM Services will listen for connections

samservices_use_ssl

false

Flag that indicates whether the SSL listeners should be activated

sam_services_password

N/A

The password that is used by other applications to call SAM Services (only used internally within CMP). If omitted a password will be generated.

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 samservices_use_ssl is true, the deployment playbook will use the specified files to enable the HTTPS listener. If the property is omitted and samservices_use_ssl is true, the self-signed certificate will be generated for the hostname to where SABRE Console is being deployed.

samservices_lb_url N/A

The URL of the Load Balancer that serves SAM Services REST application in the format:

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

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

Advanced Properties
samservices_allocated_heap_size 2 GB The size of the SAM Services heap memory. Minimum 1 GB. Please ensure there is enough memory on the host to accommodate allocated heap sizes.