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

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

Issue 29325436: Issue 1281 - Introduce module buildbot (Closed)
Left Patch Set: Issue 1281 - Rebase branch buildbot on top of upstream Created Sept. 5, 2015, 11:27 p.m.
Right Patch Set: Issue 1281 - Fix documentation, improve configuration parameter handling Created Jan. 20, 2016, 4:13 p.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
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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDkXTOj2JwvwlDaHbaMrDuosuRuU5ZuKe1EHNJa67ZxkB 1a6Y1ObDxfYiYnvI5i9sQyUmmc5TrGAGGJs1BrriMaPayBaTSf3ymU2Rqxj3GZXuiioCxGV8I2R/aOhw vpbnVqZH5O99IuAZbrag5J/WhDWgWuk3gFrZxEwQmZW144tJH//I3b0oMAr3/arBViVeU52dHhKX9xdS tTzFpWKUav/NoKKrgB91QKwPx8U6ymuDoCQU7qyTBnAX1sYuSwEMJzVRqtmKLybR4Xp5A94EMbJsgVbq 4LrUrMo00FdLV0EGMmA2Kmd/9D+CuZXoD6/mWkzmaVfiUMKhrorM05voFp
8 groups: [filter-servers] 8 groups: [filter-servers]
9 server4: 9 server4:
10 ip: [10.8.0.99] 10 ip: [10.8.0.99]
11 role: monitoringserver 11 role: monitoringserver
12 ssh_public_key: *vagrant_box 12 ssh_public_key: *vagrant_box
13 dns: server4.adblockplus.org 13 dns: server4.adblockplus.org
14 groups: [http-servers] 14 groups: [http-servers]
15 codereview1: 15 codereview1:
16 ip: [10.8.0.132] 16 ip: [10.8.0.132]
17 role: codereviewserver 17 role: codereviewserver
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 ip: [10.8.0.150] 77 ip: [10.8.0.150]
78 role: web/acceptableads 78 role: web/acceptableads
79 ssh_public_key: *vagrant_box 79 ssh_public_key: *vagrant_box
80 groups: [http-servers] 80 groups: [http-servers]
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 build1: 86 build1:
87 ip: [10.8.0.153]
88 role: buildmasterserver
89 ssh_public_key: *vagrant_box
90 groups: [http-servers]
91 web-abb-org-1:
87 ip: [10.8.0.154] 92 ip: [10.8.0.154]
88 role: buildserver 93 role: web/adblockbrowser
89 ssh_public_key: *vagrant_box 94 ssh_public_key: *vagrant_box
95 groups: [http-servers]
96 web-subscribe-abp-org-1:
97 ip: [10.8.0.155]
98 role: web/subscribe
99 ssh_public_key: *vagrant_box
100 groups: [http-servers]
101 log1:
102 ip: [10.8.0.210]
103 role: logserver
104 ssh_public_key: *vagrant_box
105 telemetry1:
106 ip: [10.8.0.220]
107 role: telemetryserver
108 ssh_public_key: *vagrant_box
109 groups: [http-servers]
110 amo-test:
111 ip: [10.8.0.151]
112 ssh_public_key: *vagrant_box
113 groups: []
114 role: intraforumserver
90 115
LEFTRIGHT

Powered by Google App Engine
This is Rietveld