blob: 5f86f6b9fe4faa7a46db896345942e2a4b0a374e [file] [log] [blame]
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
#
###########################################################################
# Registry Server Configurations
###########################################################################
regserver.server.host={{ registry_host }}
regserver.server.port={{ registry_port }}
###########################################################################
# Helix workflow manager configurations
###########################################################################
helix.cluster.name={{ helix_cluster_name }}
parser.workflow.manager.name={{ helix_parser_wm_name }}
###########################################################################
# AMQP Notification Configuration
###########################################################################
#for simple scenarios we can use the guest user
#rabbitmq.broker.url=amqp://localhost:5672
#for production scenarios, give url as amqp://userName:password@hostName:portNumber/virtualHost, create user, virtualhost
# and give permissions, refer: http://blog.dtzq.com/2012/06/rabbitmq-users-and-virtual-hosts.html
rabbitmq.broker.url={{ rabbitmq_broker_url }}
rabbitmq.status.exchange.name=status_exchange
rabbitmq.process.exchange.name=process_exchange
rabbitmq.experiment.exchange.name=experiment_exchange
durable.queue=false
prefetch.count=200
process.launch.queue.name=process.launch.queue
experiment.launch..queue.name=experiment.launch.queue
###########################################################################
# Zookeeper Server Configuration
###########################################################################
zookeeper.server.connection={{ zookeeper_connection_url }}
zookeeper.timeout=30000
###########################################################################
# Data Parser Configurations
###########################################################################
kafka.parsing.broker.url={{ parser_broker_url }}
kafka.parser.broker.consumer.group={{ parser_broker_consumer_group }}
kafka.parser.topic={{ parser_broker_topic }}
parser.storage.resource.id={{ parser_storage_resource_id }}
kafka.parsing.broker.publisher.id={{ parser_broker_publisher_id }}
post.workflow.manager.loadbalance.clusters=False
###########################################################################
# ThriftClientPool Configuration
###########################################################################
thrift.client.pool.abandoned.removal.enabled={{ thrift_client_pool_abandoned_removal_enabled }}
thrift.client.pool.abandoned.removal.logged={{ thrift_client_pool_abandoned_removal_logged }}
###########################################################################
# Platform Monitoring Configuration
###########################################################################
parser.workflow.manager.monitoring.enabled={{ parser_workflow_manager_monitoring_enabled }}
parser.workflow.manager.monitoring.host={{ parser_workflow_manager_monitoring_host }}
parser.workflow.manager.monitoring.port={{ parser_workflow_manager_monitoring_port }}