Skip to content
This repository has been archived by the owner on Nov 13, 2018. It is now read-only.

Dockerfile fixes #1149

Merged
merged 5 commits into from
Mar 11, 2016
Merged

Dockerfile fixes #1149

merged 5 commits into from
Mar 11, 2016

Conversation

rob05c
Copy link
Member

@rob05c rob05c commented Mar 11, 2016

This adds Grafana and Heka to the Dockerfiles, and fixes the Traffic Vault Dockerfile to listen on 0.0.0.0.

@rob05c rob05c added this to the 1.5.0 milestone Mar 11, 2016
@@ -69,10 +70,13 @@ init() {
influx -execute 'create retention policy daily on deliveryservice_stats duration 26h replication 3 DEFAULT'
influx -execute 'create retention policy daily_stats on daily_stats duration INF replication 3 DEFAULT'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The retention policy on daily_stats should be "indefinite" (I probably had you looking at out-of-date docs). Also we want to create the monthly RPs for each database as well as the CQs. Checkout what this is doing: https://github.com/Comcast/traffic_control/blob/master/traffic_stats/influxdb_tools/create_ts_databases.go I have an issue open for 1.5.0 to compile create_ts_databases and put it in the TS build, at that point all we need to do it run it.

dneuman64 pushed a commit that referenced this pull request Mar 11, 2016
@dneuman64 dneuman64 merged commit c733f48 into Comcast:master Mar 11, 2016
@dneuman64
Copy link
Member

looks good to me, thanks @robert-butts!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants