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:

Procedure

  1. At BASEDIR/smarts/bin , type the following command:
    sm_edit ../conf/clientConnect.conf
  2. 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 above

    " ::admin:<E-1.0>94689C5A7C826FD58DDE9F62284A68191EC739743EA25E5E1F76FE49 3337D558 " in the clientConnect.conf file.

    For example:
    kafka:10.107.10.122:::9092:cloudify_disc:cloudify_mon
    dcc:10.107.10.28:admin:<E-1.0>946F238CAB05988759133A0E35B4600B76574A26FE968414E1E5D2D95F7600BD:https:443
    Note: In case of Kafka Cluster add the details of any one Kafka broker.
    Note: Add the Kafka monitoring topic if user wants to collect the SNMP Performance metrics for vIMS VNF nodes.
  3. Save and close the file.
  4. At BASEDIR/smarts/bin, type the following command:
    sm_edit ../conf/esm/esm-param.conf
  5. 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 format

    DCC-<orchestrator_IP_Address> <TCOps Master Node IP_Address>

    # For providing orchestrator instance use below format

    ORCHESTRATOR-<orchestrator_IP_Address> CLOUDIFY

    For Example:

    KAFKA-xx.xx.xx.xx zz.zz.zz.zz:9092,zz.zz.zz.zz:9093, zz.zz.zz.zz:9094

    DCC- xx.xx.xx.xx yy.yy.yy.yy

    ORCHESTRATOR- xx.xx.xx.xx CLOUDIFY

  6. Restart the Server Manager.