X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/xvm-devconfig.git/blobdiff_plain/8fbbc12a1da77301fec98167bf0e436211f2d67b..86c169ca81215b682ceefce7cf8b818f891522dd:/master.yaml diff --git a/master.yaml b/master.yaml index 55cfc62..4471a43 100644 --- a/master.yaml +++ b/master.yaml @@ -1,22 +1,77 @@ -contact: &contact xvm@mit.edu -adminacl: system:xvm +contact: &contact xvm-dev@mit.edu +adminacl: system:xvm-dev kerberos: realm: ATHENA.MIT.EDU +apt: + keyid: 5E0DB194 + authz: - - type: afs - cell: athena.mit.edu - auth: no - - type: afs - cell: sipb.mit.edu - auth: no + name: xvm-locker + afs: + cells: + - cell: athena.mit.edu + auth: no + - cell: sipb.mit.edu + auth: yes + - cell: zone.mit.edu + auth: no + - cell: ops.mit.edu + auth: no + - cell: net.mit.edu + auth: no + - cell: dev.mit.edu + auth: no + +build: + pockets: + prod: + acl: system:xvm-root + apt: stable + dev: + acl: system:xvm-dev + apt: unstable + allow_backtracking: yes + tagger: + name: Invirt Build Server + email: invirt@mit.edu + hooks: + post_build: &post_build + zephyr: + class: xvm-auto + mail: + to: xvm-auto@mit.edu + from: xvm-build-bot@mit.edu + failed_build: *post_build + post_commit: &post_commit + zephyr: + class: xvm-auto + pre_build: *post_commit + post_submit: *post_commit + failed_submit: *post_commit + post_add_repo: *post_commit + repo_admin: system:xvm-root + +cluster: + rings: + - bind: 10.7.0.0 + mcast: 239.255.252.2 + port: 5405 hosts: # hosts on which VMs run - hostname: black-mesa.mit.edu ip: 18.181.0.60 + internal_ip: black-mesa-internal - hostname: torchwood-institute.mit.edu + internal_ip: torchwood-institute-internal ip: 18.181.0.165 + - hostname: arkham-asylum.mit.edu + internal_ip: arkham-asylum-internal + ip: 18.181.0.109 + - hostname: isla-nublar.mit.edu + internal_ip: isla-nublar-internal + ip: 18.181.0.102 db: uri: postgres://invirt@xvm-dev.mit.edu/invirt @@ -53,21 +108,25 @@ dhcp: - 18.72.0.3 search_domain: mit.edu +mail: + forward: xvm-dev-auto@mit.edu + +network: + gateway: 18.181.0.1 + netmask: 255.255.0.0 + +lvm: + vg: xenvg + xen: - network: - gateway: 18.181.0.1 - netmask: 255.255.0.0 - iface: eth0 + iface: eth0 web: baseuri: https://xvm-dev.mit.edu/ hostname: xvm-dev.mit.edu errormail: *contact errormail_exclude: - - price - - ecprice - - andersk - - quentin + - '*' vnc: base_port: 10003 @@ -75,3 +134,7 @@ vnc: trac: uri: https://xvm.scripts.mit.edu + +monitoring: + - hostname: sipb-noc.mit.edu + ip: 18.181.0.65