aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/adapters/ansible/roles/tacker/vars/main.yml
blob: 0ae6d9ef77c92c54b574a351bb259e819c66febb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
##############################################################################
# Copyright (c) 2016 HUAWEI TECHNOLOGIES CO.,LTD and others.
#
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Apache License, Version 2.0
# which accompanies this distribution, and is available at
# http://www.apache.org/licenses/LICENSE-2.0
##############################################################################
tacker_pkg_name: tacker-0.3.1.tar.gz
tacker_client_pkg_name: python-tackerclient-0.3.1.tar.gz
tacker_horizon_pkg_name: tacker-horizon-0.3.1.tar.gz
tacker_home: /opt/tacker/
tacker_client_home: /opt/tacker_client/
tacker_horizon_home: /opt/tacker_horizon/

tacker_configs_templates:
  - src: tacker.j2
    dest:
      - /usr/local/etc/tacker/tacker.conf
nalytics_data_ttl = 48 analytics_config_audit_ttl = -1 analytics_statistics_ttl = -1 analytics_flow_ttl = -1 # IP address and port to be used to connect to cassandra. # Multiple IP:port strings separated by space can be provided cassandra_server_list = {% for cur_host in groups['opencontrail'] %}{{ ip_settings[cur_host]['br-prv']['ip'] }}:9160{% if not loop.last %} {% endif %}{% endfor %} # IP address and port to be used to connect to kafka. # Multiple IP:port strings separated by space can be provided kafka_broker_list = # IP address of analytics node. Resolved IP of 'hostname' hostip = {{ contrail_address }} # Hostname of analytics node. If this is not configured value from `hostname` # will be taken # hostname = # Http server port for inspecting collector state (useful for debugging) http_server_port = 8089 # Category for logging. Default value is '*' # log_category = # Local log file name log_file = /var/log/contrail/contrail-collector.log # Maximum log file rollover index # log_files_count = 10 # Maximum log file size # log_file_size = 1048576 # 1MB # Log severity levels. Possible values are SYS_EMERG, SYS_ALERT, SYS_CRIT, # SYS_ERR, SYS_WARN, SYS_NOTICE, SYS_INFO and SYS_DEBUG. Default is SYS_DEBUG log_level = SYS_NOTICE # Enable/Disable local file logging. Possible values are 0 (disable) and # 1 (enable) log_local = 1 # TCP and UDP ports to listen on for receiving syslog messages. -1 to disable. syslog_port = -1 # UDP port to listen on for receiving sFlow messages. -1 to disable. # sflow_port = 6343 # UDP port to listen on for receiving ipfix messages. -1 to disable. # ipfix_port = 4739 [COLLECTOR] # Everything in this section is optional # Port to listen on for receiving Sandesh messages port = 8086 # IP address to bind to for listening # server = 0.0.0.0 # UDP port to listen on for receiving Google Protocol Buffer messages # protobuf_port = 3333 [DISCOVERY] # Port to connect to for communicating with discovery server # port = 5998 # IP address of discovery server server = {{ contrail_haproxy_address }} [REDIS] # Port to connect to for communicating with redis-server port = 6379 # IP address of redis-server server = 127.0.0.1