Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Delta Between Two Patch Sets: modules/private-stub/hiera/hosts.yaml

Issue 29329669: Issue 3261 - Introduce module adblockplus::telemetry (Closed)
Left Patch Set: Created Nov. 3, 2015, 4:46 a.m.
Right Patch Set: Issue 3261 - Rename /submit/{filter-hit-statistics => adblockplus} Created Nov. 13, 2015, 9:29 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « modules/adblockplus/templates/telemetry/logrotate.erb ('k') | no next file » | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 --- 1 ---
2 servers: 2 servers:
3 filter1: 3 filter1:
4 ip: [10.8.0.120] 4 ip: [10.8.0.120]
5 role: filterserver 5 role: filterserver
6 ssh_public_key: &vagrant_box 6 ssh_public_key: &vagrant_box
7 AAAAB3NzaC1yc2EAAAADAQABAAABAQChpIwFFj2G8HeGbpe6tNLESGOKH2XiJ1A3w0iQydJoQj QMq/bd3lPexYDEFDI5orxe4KTtWXzqL74uco54x6DY35c7DbTBFlZi++DNfajh7zZVj+15ZXc5jefP8P O66gMgHUQ6dp0z8W5/p9OXdIwaWa8n083CzJn8IixF7/Q0bqBon7+7DNX/m+B7h+EfWizbzTrknrvGXX UYc1X7KY04fAIPa5S0TqEUliF2Yk1YHYyN5w7NUeLq3rd0YK8jFUy5DiKUgQ+ZYIKU3swcguZvFo38JB BrJns+1CKD28XQG6TguhWpzeVNMwcl+tm5LJjpGrTonprGgEPFC8Aa/+2T 7 AAAAB3NzaC1yc2EAAAADAQABAAABAQChpIwFFj2G8HeGbpe6tNLESGOKH2XiJ1A3w0iQydJoQj QMq/bd3lPexYDEFDI5orxe4KTtWXzqL74uco54x6DY35c7DbTBFlZi++DNfajh7zZVj+15ZXc5jefP8P O66gMgHUQ6dp0z8W5/p9OXdIwaWa8n083CzJn8IixF7/Q0bqBon7+7DNX/m+B7h+EfWizbzTrknrvGXX UYc1X7KY04fAIPa5S0TqEUliF2Yk1YHYyN5w7NUeLq3rd0YK8jFUy5DiKUgQ+ZYIKU3swcguZvFo38JB BrJns+1CKD28XQG6TguhWpzeVNMwcl+tm5LJjpGrTonprGgEPFC8Aa/+2T
8 groups: [filter-servers] 8 groups: [filter-servers]
9 server4: 9 server4:
10 ip: [10.8.0.99] 10 ip: [10.8.0.99]
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 hg1: 81 hg1:
82 ip: [10.8.0.152] 82 ip: [10.8.0.152]
83 role: hgwebserver 83 role: hgwebserver
84 ssh_public_key: *vagrant_box 84 ssh_public_key: *vagrant_box
85 groups: [http-servers] 85 groups: [http-servers]
86 web-abb-org-1: 86 web-abb-org-1:
87 ip: [10.8.0.154] 87 ip: [10.8.0.154]
88 role: web/adblockbrowser 88 role: web/adblockbrowser
89 ssh_public_key: *vagrant_box 89 ssh_public_key: *vagrant_box
90 groups: [http-servers] 90 groups: [http-servers]
91 web-subscribe-abp-org-1:
92 ip: [10.8.0.155]
93 role: web/subscribe
94 ssh_public_key: *vagrant_box
95 groups: [http-servers]
91 log1: 96 log1:
92 ip: [10.8.1.210] 97 ip: [10.8.1.210]
93 role: logserver 98 role: logserver
94 ssh_public_key: *vagrant_box 99 ssh_public_key: *vagrant_box
95 telemetry1: 100 telemetry1:
96 ip: [10.8.1.220] 101 ip: [10.8.1.220]
97 role: telemetryserver 102 role: telemetryserver
98 ssh_public_key: *vagrant_box 103 ssh_public_key: *vagrant_box
99 groups: [http-servers] 104 groups: [http-servers]
100 105
LEFTRIGHT

Powered by Google App Engine
This is Rietveld