# 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