From 4e786687b1f5cfb2d79c194e546fce7b8c1ca459 Mon Sep 17 00:00:00 2001 From: Adam Glasgall Date: Sat, 19 Apr 2014 21:08:56 -0400 Subject: [PATCH] Add iscsi config so that invirt-iscsi-config has some prayer of working on the dev hosts. --- master.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) 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 -- 1.7.9.5