Documentation
¶
Index ¶
Constants ¶
View Source
const ( // The supported catalog services CatalogService_MongoDB = "mongodb" CatalogService_PostgreSQL = "postgresql" CatalogService_Cassandra = "cassandra" CatalogService_ZooKeeper = "zookeeper" CatalogService_Kafka = "kafka" CatalogService_Redis = "redis" CatalogService_CouchDB = "couchdb" CatalogService_Consul = "consul" CatalogService_ElasticSearch = "elasticsearch" CatalogService_Kibana = "kibana" CatalogService_Logstash = "logstash" // The system variables in the sys.conf file SYS_FILE_NAME = "sys.conf" BindAllIP = "0.0.0.0" )
Variables ¶
This section is empty.
Functions ¶
func CreateSysConfigFile ¶
func CreateSysConfigFile(platform string, memberDNSName string) *manage.ReplicaConfigFile
CreateSysConfigFile creates the content for the sys.conf file. example:
PLATFORM=ecs SERVICE_MEMBER=mycas-0.cluster-firecamp.com
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.