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:
Sagi Shnaidman
2018-01-16 22:30:22 +02:00
committed by wes hayutin
parent 0b11de2618
commit b69688c8f7
2 changed files with 23 additions and 1 deletions

View File

@@ -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

View File

@@ -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