Features Configuration

Feature-Related Configuration Properties describes the properties for declaring a feature or capability is available in the deployment as a whole even if it is not deployed as part of a single chart release. For example, a Helm chart release might be used to install only MATRIXX Engine, but that chart must include global.features.payments set to true to direct the engine to use an existing Payment Service.

Table 1. Feature-Related Configuration Properties
Property Description
global.features.tra Set to true if the Traffic Routing Agent (TRA) is also deployed. The default value is true.
global.features.networkEnabler Set to true if the Network Enabler (NE) is also deployed. When true, M3UA services are created by the engine sub-chart. The default value is false.
global.features.eventStreamer Set to true if the Event Stream Server is also deployed. The default value is true.
global.features.eventLoader Set to true if the Event Loader is also enabled within the engine, on a publishing node. Requires MongoDB to be installed. The default value is false.
global.features.notifications Set to true if the Notification Service is also deployed. The default value is true.
global.features.payments Set to true if the Payment Service is also deployed. The default value is true.
global.features.sba5gc Set to true if the SBA 5GC components is also deployed. The default value is false.
global.features.ldapGateway Set to true if LDAP Gateway is also deployed. The default value is false.
global.features.multusCNI Set to true to enable the Multus container network interface (CNI).
global.features.camelGateway Set to true if CAMEL Gateway is also deployed. The default value is false.
global.features.multiTenancy Set to true to enable multi-tenancy. The default value is false.
Important: Make sure that settings for these properties are consistent with the answers to any create_config.info questions in configuration sources enabling these features.