On Wed, Jan 30, 2013 at 02:05:08PM +0100, Iustin Pop wrote:
> This defines the master, and two slaves. No QA runners yet.
>
> Signed-off-by: Iustin Pop <[email protected]>
Small interdiff:
diff --git a/roles/buildmaster/files/etc/apache2/sites-available/buildbot
b/roles/buildmaster/files/etc/apache2/sites-available/buildbot
index 625902c..9b74324 100644
--- a/roles/buildmaster/files/etc/apache2/sites-available/buildbot
+++ b/roles/buildmaster/files/etc/apache2/sites-available/buildbot
@@ -1,5 +1,6 @@
<VirtualHost *:80>
ServerAdmin [email protected]
+ ServerName buildbot.ganeti.org
DocumentRoot /var/www
<Directory />
--
iustin