X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/xvm-devconfig.git/blobdiff_plain/6495aea5f8056f65e184911ad41b6f0068ed3744..f1fffb385f38a3ee5e664559f2f3e8d77cbab5a5:/master.yaml diff --git a/master.yaml b/master.yaml index 46817a5..7385274 100644 --- a/master.yaml +++ b/master.yaml @@ -10,27 +10,37 @@ authz: afs: cells: - cell: athena.mit.edu - auth: yes + auth: no - cell: sipb.mit.edu auth: yes - cell: zone.mit.edu - auth: yes + auth: no - cell: ops.mit.edu auth: no - cell: net.mit.edu auth: no build: + mirror: true pockets: precise-prod: acl: system:xvm-root apt: precise-stable distro: precise + trusty-prod: + acl: system:xvm-root + apt: trusty-stable + distro: trusty precise-dev: acl: *adminacl apt: precise-unstable allow_backtracking: yes distro: precise + trusty-dev: + acl: *adminacl + apt: trusty-unstable + allow_backtracking: yes + distro: trusty tagger: name: Invirt Build Server email: invirt@mit.edu @@ -44,7 +54,7 @@ build: failed_build: *post_build post_commit: &post_commit zephyr: - class: xvm-dev-auto + class: xvm-auto pre_build: *post_commit post_submit: *post_commit failed_submit: *post_commit @@ -154,3 +164,12 @@ xen: lvm: vg: xenvg + +iscsi: + targets: + - ip: 10.7.0.1 + ifaces: + - eth1 + - ip: 10.8.0.1 + ifaces: + - eth2