Add a tagger value to the xvm-prodconfig to indicate who should tag
[invirt/packages/xvm-prodconfig.git] / master.yaml
index 9a1d59a..2d0c094 100644 (file)
@@ -1,5 +1,6 @@
 contact: &contact xvm@mit.edu
 contact: &contact xvm@mit.edu
-adminacl: system:xvm-root
+adminacl: &adminacl system:xvm-root
+priv_contact: &priv_contact xvm-root@mit.edu
 
 apt:
  keyid: 35AE3C4F
 
 apt:
  keyid: 35AE3C4F
@@ -44,6 +45,16 @@ dns:
  zone_files:
   - /etc/invirt/zone
 
  zone_files:
   - /etc/invirt/zone
 
+git:
+ branches:
+  prod:
+   acl: *adminacl
+   component: stable
+  dev:
+   acl: system:xvm-dev
+   component: unstable
+ tagger: Invirt Build Server <invirt@mit.edu>
+
 hosts: # hosts on which VMs run
  - hostname: citadel-station.mit.edu
    ip: 18.181.0.221
 hosts: # hosts on which VMs run
  - hostname: citadel-station.mit.edu
    ip: 18.181.0.221
@@ -57,6 +68,9 @@ hosts: # hosts on which VMs run
 kerberos:
  realm: ATHENA.MIT.EDU
 
 kerberos:
  realm: ATHENA.MIT.EDU
 
+mail:
+ forward: *priv_contact
+
 monitoring:
  - hostname: syn.mit.edu
    ip: 18.181.0.65
 monitoring:
  - hostname: syn.mit.edu
    ip: 18.181.0.65