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

Unified Diff: hiera/roles/buildserver.yaml

Issue 29325436: Issue 1281 - Introduce module buildbot (Closed)
Patch Set: Issue 1281 - Rebase branch buildbot on top of upstream Created Sept. 5, 2015, 11:27 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: hiera/roles/buildserver.yaml
diff --git a/hiera/roles/buildserver.yaml b/hiera/roles/buildserver.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..98b47caa415eee032b7cf9fb07c77438951886c1
--- /dev/null
+++ b/hiera/roles/buildserver.yaml
@@ -0,0 +1,16 @@
+classes:
+ adblockplus::buildserver:
+ domain: buildbot.adblockplus.org
+ is_default_domain: true
+ project:
+ title: Adblock Plus
+ url: https://adblockplus.org/
+
+adblockplus::buildserver::slaves:
+ castus:
Felix Dahlke 2015/09/29 14:04:21 I would vote for more descriptive names in line wi
mathias 2015/09/29 14:18:56 Sure, this is actually just meant as an example. N
Felix Dahlke 2015/10/02 12:16:26 Can't we leave those out then? As you see, it conf
mathias 2015/10/02 13:47:39 Acknowledged.
+ ensure: 'present'
+ system: true
+ crixus:
+ ensure: 'present'
+ system: true
+
« no previous file with comments | « no previous file | modules/adblockplus/files/nginx/buildserver.conf » ('j') | modules/adblockplus/manifests/buildserver.pp » ('J')

Powered by Google App Engine
This is Rietveld