Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(856)

Unified Diff: files/hm9000.json.erb

Issue 108840044: Fill out the HM9000 implementation
Patch Set: Fill out the HM9000 implementation Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « files/hm9000 ('k') | files/hm9000_analyzer_ctl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: files/hm9000.json.erb
=== removed file 'files/hm9000.json.erb'
--- files/hm9000.json.erb 2014-05-14 16:40:09 +0000
+++ files/hm9000.json.erb 1970-01-01 00:00:00 +0000
@@ -1,30 +0,0 @@
-{
- "heartbeat_period_in_seconds": 10,
-
- "cc_auth_user": "<%= p("ccng.bulk_api_user") %>",
- "cc_auth_password": "<%= p("ccng.bulk_api_password") %>",
- "cc_base_url": "<%= p("cc.srv_api_uri") %>",
- "skip_cert_verify": <%= p("ssl.skip_cert_verify") %>,
- "desired_state_batch_size": 500,
- "fetcher_network_timeout_in_seconds": 10,
-
- "store_schema_version": 4,
- "store_urls": [<%= p("etcd.machines").map{|addr| "\"http://#{addr}:4001\""}.join(",")%>],
-
- "metrics_server_port": 0,
- "metrics_server_user": "",
- "metrics_server_password": "",
-
- "log_level": "INFO",
-
- "nats": <%=
- p("nats.machines").collect do |addr|
- {
- "host" => addr,
- "port" => p("nats.port"),
- "user" => p("nats.user"),
- "password" => p("nats.password")
- }
- end.to_json
-%>
-}
« no previous file with comments | « files/hm9000 ('k') | files/hm9000_analyzer_ctl » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b