Skip to content
Snippets Groups Projects
Commit a5e38791 authored by Simon Crowle's avatar Simon Crowle
Browse files

Fixes influx endpoint IP

parent 6b3e2882
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ hosts:
sf_id: "adaptive_streaming"
sf_id_instance: "adaptive_streaming_I1"
ipendpoint_id: "adaptive_streaming_I1_apache1"
influxdb_url: "http://203.0.113.100:8086"
influxdb_url: "http://172.40.231.51:8086"
database_name: "CLMCMetrics"
- name: nginx
cpus: 1
......@@ -64,7 +64,7 @@ hosts:
sf_id: "adaptive_streaming"
sf_id_instance: "adaptive_streaming_nginx_I1"
ipendpoint_id: "adaptive_streaming_nginx_I1_apache1"
influxdb_url: "http://203.0.113.100:8086"
influxdb_url: "http://172.40.231.51:8086"
database_name: "CLMCMetrics"
- name: mongo
cpus: 1
......@@ -81,7 +81,7 @@ hosts:
sf_id: "metadata_database"
sf_id_instance: "metadata_database_I1"
ipendpoint_id: "metadata_database_I1_apache1"
influxdb_url: "http://203.0.113.100:8086"
influxdb_url: "http://172.40.231.51:8086"
database_name: "CLMCMetrics"
- name: ffmpeg
cpus: 1
......@@ -98,7 +98,7 @@ hosts:
sf_id: "metadata_database"
sf_id_instance: "metadata_database_I1"
ipendpoint_id: "metadata_database_I1_apache1"
influxdb_url: "http://203.0.113.100:8086"
influxdb_url: "http://172.40.231.51:8086"
database_name: "CLMCMetrics"
- name: host
cpus: 1
......@@ -115,7 +115,7 @@ hosts:
sf_id: "adaptive_streaming"
sf_id_instance: "adaptive_streaming_I1"
ipendpoint_id: "adaptive_streaming_I1_apache1"
influxdb_url: "http://203.0.113.100:8086"
influxdb_url: "http://172.40.231.51:8086"
database_name: "CLMCMetrics"
- name: test-runner
cpus: 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment