"Fossies" - the Fresh Open Source Software Archive 
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
See also the latest
Fossies "Diffs" side-by-side code changes report for "settings":
2.7.0_vs_2.9.0.
1 #
2 # Copyright 2016 FUJITSU LIMITED
3 #
4 # Licensed under the Apache License, Version 2.0 (the "License");
5 # you may not use this file except in compliance with the License.
6 # You may obtain a copy of the License at
7 #
8 # http://www.apache.org/licenses/LICENSE-2.0
9 #
10 # Unless required by applicable law or agreed to in writing, software
11 # distributed under the License is distributed on an "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
13 # implied.
14 # See the License for the specific language governing permissions and
15 # limitations under the License.
16 #
17
18 # services
19 enable_service zookeeper # devstack/monasca-api/zookeeper
20 enable_service kibana # devstack/monasca-api/kafka
21 enable_service elasticsearch
22 enable_service monasca-log
23 enable_service monasca-log-api
24 enable_service monasca-log-persister
25 enable_service monasca-log-transformer
26 enable_service monasca-log-metrics
27 enable_service monasca-log-agent
28
29 # libraries/frameworks/projects monasca-log requires to install itself
30 KIBANA_VERSION=${KIBANA_VERSION:-4.6.3-linux-x86_64}
31 LOGSTASH_VERSION=${LOGSTASH_VERSION:-2.4.1}
32 ELASTICSEARCH_VERSION=${ELASTICSEARCH_VERSION:-2.4.6}
33 LOGSTASH_OUTPUT_MONASCA_VERSION=${LOGSTASH_OUTPUT_MONASCA_VERSION:-1.0.4}
34 NODE_JS_VERSION=${NODE_JS_VERSION:-"4.0.0"}
35 NVM_VERSION=${NVM_VERSION:-"0.33.5"}
36
37 # repository settings
38 MONASCA_LOG_API_REPO=${MONASCA_LOG_API_REPO:-${GIT_BASE}/openstack/monasca-log-api.git}
39 MONASCA_LOG_API_BRANCH=${MONASCA_LOG_API_BRANCH:-master}
40 MONASCA_LOG_API_DIR=${DEST}/monasca-log-api
41
42 MONASCA_COMMON_REPO=${MONASCA_COMMON_REPO:-${GIT_BASE}/openstack/monasca-common.git}
43 MONASCA_COMMON_BRANCH=${MONASCA_COMMON_BRANCH:-master}
44 MONASCA_COMMON_DIR=${DEST}/monasca-common
45
46 MONASCA_STATSD_REPO=${MONASCA_STATSD_REPO:-${GIT_BASE}/openstack/monasca-statsd.git}
47 MONASCA_STATSD_BRANCH=${MONASCA_STATSD_BRANCH:-master}
48 MONASCA_STATSD_DIR=${DEST}/monasca-statsd
49
50 MONASCA_KIBANA_PLUGIN_REPO=${MONASCA_KIBANA_PLUGIN_REPO:-${GIT_BASE}/openstack/monasca-kibana-plugin.git}
51 MONASCA_KIBANA_PLUGIN_BRANCH=${MONASCA_KIBANA_PLUGIN_BRANCH:-master}
52 MONASCA_KIBANA_PLUGIN_DIR=${DEST}/monasca-kibana-plugin
53
54 DOWNLOAD_FILE_TIMEOUT=${DOWNLOAD_FILE_TIMEOUT:-300}