-hosts: # hosts on which VMs run
- - hostname: black-mesa.mit.edu
- ip: 18.181.0.60
- - hostname: torchwood-institute.mit.edu
- ip: 18.181.0.165
+build:
+ mirror: true
+ pockets:
+ precise-prod:
+ acl: system:xvm-root
+ apt: precise-stable
+ distro: precise
+ precise-dev:
+ acl: *adminacl
+ apt: precise-unstable
+ allow_backtracking: yes
+ distro: precise
+ tagger:
+ name: Invirt Build Server
+ email: invirt@mit.edu
+ hooks:
+ post_build: &post_build
+ zephyr:
+ class: xvm-auto
+ mail:
+ to: xvm-dev-auto@mit.edu
+ from: xvm-build-bot@mit.edu
+ failed_build: *post_build
+ post_commit: &post_commit
+ zephyr:
+ class: xvm-dev-auto
+ pre_build: *post_commit
+ post_submit: *post_commit
+ failed_submit: *post_commit
+ post_add_repo: *post_commit
+ repo_access: system:xvm-dev
+ repo_admin: system:xvm-root
+
+console:
+ hostname: xvm-console-dev.mit.edu
+ ip: 18.181.0.230
+
+cluster:
+ rings:
+ - bind: 10.7.0.0
+ mcast: 239.255.252.2
+ port: 5405