Shared Services Properties

The following properties can be modified when deploying shared services

Property

Default Value

Description

shared services_jdbc_password

N/A

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

shared services_port

21218

The port on which Shared Services will listen for connections

shared services_use_ssl

false

Flag that indicates whether the SSL listeners should be activated

shared_services_passwordt

N/A

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

sharedservices_lb_url N/A

The URL of the Load Balancer that serves Shared 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 Shared Services server to be defined. Port is optional and must be specified only when the non-standard port is used

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

sharedservices_allocated_heap_size 4 GB The size of the Shared Service heap memory. Please ensure there is enough memory on the host to accommodate allocated heap sizes.

Related Topics Link IconRelated Topics