From: Adam Glasgall Date: Sun, 20 Apr 2014 01:08:56 +0000 (-0400) Subject: Add iscsi config so that invirt-iscsi-config has some prayer of X-Git-Tag: 0.86~5 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/xvm-devconfig.git/commitdiff_plain/4e786687b1f5cfb2d79c194e546fce7b8c1ca459 Add iscsi config so that invirt-iscsi-config has some prayer of working on the dev hosts. --- diff --git a/master.yaml b/master.yaml index 9a6c9f2..68c0d87 100644 --- a/master.yaml +++ b/master.yaml @@ -155,3 +155,12 @@ xen: lvm: vg: xenvg + +iscsi: + targets: + - ip: 10.7.0.1 + ifaces: + - eth1 + - ip: 10.8.0.1 + ifaces: + - eth2