SPaRC Engine Properties
The following properties can be modified when deploying the pricing and rating
In telecommunications, determining the cost of a particular call. Involving converting call-related data into an equivalent monetary value. engine:
|
Property |
Default Value |
Description |
|---|---|---|
| sparc_admin_user | N/A | The name of the SPaRC Engine administrator required to execute API calls to the server. |
| sparc_admin_password | N/A | The password of the SPaRC Engine administrator required to execute API calls to the server. |
| sparc_jdbc_password | N/A | The password for the user that the SPaRC Engine uses to connect to the database (only used internally within CMP). |
| sparc_port | 21222 | The SPaRC Engine port |
| sparc_lb_url | N/A |
The URL of the Load Balancer that serves the SPaRC Engine application in the format:
It must be defined for the HA installation, i.e. when there is more than one SPaRC Engine server to be defined. |
| sparc_use_ssl | false |
Flag indicating whether the SSL listeners should be activated |
| ssl_certificates | N/A | This property is a dictionary of three elements: "private_key", "certificate" and "ca". Each element is the path to the corresponding PEM file. If specified and jboss_use_ssl is true, the deployment play will use the specified files to enable the HTTPS listener. If the property is omitted while jboss_use_ssl is true, the self-signed certificate will be generated for the hostname to which JBoss is being deployed. |
| Advanced Properties | ||
| sparc_hz_cluster_port | 2770 | Hazelcast Cluster Port |
| sparc_hz_multicast_enabled | False |
Whether or not Hazelcast Multicast is enabled. |
| sparc_hz_multicast_group | N/A | The name of the Hazelcast Multicast group. |
| sparc_allocated_heap_size | 8 GB/4GB | The size of the SPaRC Engine heap memory. Please ensure there is enough memory on the host to accommodate allocated heap sizes. |