Configure RDO cloud jobs to send stats to InfluxDB
Configure all RDO cloud jobs to send statistics from ARA to InfluxDB server in RDo cloud. Depends-On: I50da9da53a702982f53d148b9851657612f237e5 Change-Id: I97504da321a70837756265ada74ce52354a58f08
This commit is contained in:
committed by
wes hayutin
parent
0b11de2618
commit
b69688c8f7
@@ -52,3 +52,14 @@ ara_graphite_server: 66.187.229.172
|
||||
|
||||
#build-test packages
|
||||
artg_repos_dir: "{{ tripleo_root }}"
|
||||
|
||||
# InfluxDB module settings
|
||||
influxdb_only_successful_tasks: true
|
||||
influxdb_measurement: job
|
||||
influxdb_url: https://influxdb.review.rdoproject.org
|
||||
influxdb_port: 8086
|
||||
influxdb_user: tripleo_ci
|
||||
influxdb_password:
|
||||
influxdb_dbname: tripleo_ci
|
||||
influxdb_data_file_path: "{{ artcl_collect_dir }}/influxdb_data"
|
||||
influxdb_create_data_file: true
|
||||
|
||||
@@ -29,4 +29,15 @@ tempest_track_resources: false
|
||||
tempestmail_log_server: http://logs.rdoproject.org
|
||||
|
||||
#build-test packages
|
||||
artg_repos_dir: "{{ tripleo_root }}"
|
||||
artg_repos_dir: "{{ tripleo_root }}"
|
||||
|
||||
# InfluxDB module settings
|
||||
influxdb_only_successful_tasks: true
|
||||
influxdb_measurement: job
|
||||
influxdb_url: https://influxdb.review.rdoproject.org
|
||||
influxdb_port: 8086
|
||||
influxdb_user: tripleo_ci
|
||||
influxdb_password:
|
||||
influxdb_dbname: tripleo_ci
|
||||
influxdb_data_file_path: "{{ artcl_collect_dir }}/influxdb_data"
|
||||
influxdb_create_data_file: true
|
||||
|
||||
Reference in New Issue
Block a user