Configuring Edge Kafka/Edge Kafka Cluster
and Telco Cloud Operator Data Collector
You need to specify the Edge Kafka/Edge Kafka Cluster and Telco Cloud Operator Data
Collector credentials in the clientConnect.conf file and specify the Orchestrator, Edge
Kafka/ Edge Kafka Cluster and Telco Cloud Operator Data Collector details in esm-param.conf
file located in the Server Manager installation directory.
To specify credentials:
- AtBASEDIR/smarts/bin, type the following command:sm_edit ../conf/clientConnect.conf
- Enter the following line for Kafka and DCC instance:kafka:<kafka_IP_Address>:<empty-string>:<empty-string>:<Port>:<Discovery_Topic>:<Monitoring_Topic>dcc:<TCOPs_Master_Node_IP_Address>:<Username>:<Password>:<Protocol>:<Port>You must add the line for kafka and dcc instances aboveFor example:" ::admin:<E-1.0>94689C5A7C826FD58DDE9F62284A68191EC739743EA25E5E1F76FE49 3337D558 " in the clientConnect.conf file.kafka:10.107.10.122:::9092:cloudify_disc:cloudify_mon dcc:10.107.10.28:admin:<E-1.0>946F238CAB05988759133A0E35B4600B76574A26FE968414E1E5D2D95F7600BD:https:443In case of Kafka Cluster add the details of any one Kafka broker.Add the Kafka monitoring topic if user wants to collect the SNMP Performance metrics for vIMS VNF nodes.
- Saveand close the file.
- AtBASEDIR/smarts/bin, type the following command:sm_edit ../conf/esm/esm-param.conf
- Enter the following line for Orchestrator, Kafka and DCF Controller:#For providing single broker instance use below format.KAFKA-<Orchestrator_host_IP_address> <Kafka_broker_ip_address:port># For providing multiple broker instances of a kafka cluster use below format.KAFKA-<Orchestrator_host_IP_address><Edge_Kafka_Broker_IP_Address>:>port1>,<Kafka_broker2_ip_address>:<port2>,……,<Kafka_broker[n]_ip_address>:<port[n]># For providing DCF Controller instance use below formatDCC-<orchestrator_IP_Address> <TCOps Master Node IP_Address># For providing orchestrator instance use below formatORCHESTRATOR-<orchestrator_IP_Address> CLOUDIFYFor Example:KAFKA-xx.xx.xx.xx zz.zz.zz.zz:9092,zz.zz.zz.zz:9093, zz.zz.zz.zz:9094DCC- xx.xx.xx.xx yy.yy.yy.yyORCHESTRATOR- xx.xx.xx.xx CLOUDIFY
- Restart the Server Manager.