=?y?q?=5BPATCH=207/7=5D=20iscsi=3A=20discovery=20and=20node=20login=20wizard=2E?=

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



For GUI this should allow the user to use different credentials for
discovery and login. Also, the discovery and login dialogs won't display
the complex authentication options by default, so they look less scary and
make it clear that CHAP is not always required.

Related: rhbz#469382
Related: rhbz#607827
---
 data/ui/iscsi-config.glade        |  456 -------------------------------
 data/ui/iscsi-dialogs.glade       |  533 +++++++++++++++++++++++++++++++++++++
 po/POTFILES.in                    |    2 +-
 pyanaconda/iw/advanced_storage.py |  466 +++++++++++++++++++++++++++-----
 pyanaconda/storage/iscsi.py       |   65 +++++
 5 files changed, 998 insertions(+), 524 deletions(-)
 delete mode 100644 data/ui/iscsi-config.glade
 create mode 100644 data/ui/iscsi-dialogs.glade

diff --git a/data/ui/iscsi-config.glade b/data/ui/iscsi-config.glade
deleted file mode 100644
index 0757a2e..0000000
--- a/data/ui/iscsi-config.glade
+++ /dev/null
@@ -1,456 +0,0 @@
-<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
-<!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd";>
-
-<glade-interface>
-
-<widget class="GtkDialog" id="iscsiDialog">
-  <property name="title" translatable="yes">Configure iSCSI Parameters</property>
-  <property name="type">GTK_WINDOW_TOPLEVEL</property>
-  <property name="window_position">GTK_WIN_POS_CENTER</property>
-  <property name="modal">False</property>
-  <property name="resizable">True</property>
-  <property name="destroy_with_parent">False</property>
-  <property name="decorated">True</property>
-  <property name="skip_taskbar_hint">False</property>
-  <property name="skip_pager_hint">False</property>
-  <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
-  <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
-  <property name="focus_on_map">True</property>
-  <property name="urgency_hint">False</property>
-  <property name="has_separator">True</property>
-
-  <child internal-child="vbox">
-    <widget class="GtkVBox" id="dialog-vbox1">
-      <property name="visible">True</property>
-      <property name="homogeneous">False</property>
-      <property name="spacing">0</property>
-
-      <child internal-child="action_area">
-	<widget class="GtkHButtonBox" id="dialog-action_area1">
-	  <property name="visible">True</property>
-	  <property name="layout_style">GTK_BUTTONBOX_END</property>
-
-	  <child>
-	    <widget class="GtkButton" id="button1">
-	      <property name="visible">True</property>
-	      <property name="can_default">True</property>
-	      <property name="can_focus">True</property>
-	      <property name="label">gtk-cancel</property>
-	      <property name="use_stock">True</property>
-	      <property name="relief">GTK_RELIEF_NORMAL</property>
-	      <property name="focus_on_click">True</property>
-	      <property name="response_id">-6</property>
-	    </widget>
-	  </child>
-
-	  <child>
-	    <widget class="GtkButton" id="button2">
-	      <property name="visible">True</property>
-	      <property name="can_default">True</property>
-	      <property name="can_focus">True</property>
-	      <property name="relief">GTK_RELIEF_NORMAL</property>
-	      <property name="focus_on_click">True</property>
-	      <property name="response_id">-10</property>
-
-	      <child>
-		<widget class="GtkLabel" id="label6">
-		  <property name="visible">True</property>
-		  <property name="label" translatable="yes">_Add target</property>
-		  <property name="use_underline">True</property>
-		  <property name="use_markup">False</property>
-		  <property name="justify">GTK_JUSTIFY_LEFT</property>
-		  <property name="wrap">False</property>
-		  <property name="selectable">False</property>
-		  <property name="xalign">0.5</property>
-		  <property name="yalign">0.5</property>
-		  <property name="xpad">0</property>
-		  <property name="ypad">0</property>
-		  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
-		  <property name="width_chars">-1</property>
-		  <property name="single_line_mode">False</property>
-		  <property name="angle">0</property>
-		</widget>
-	      </child>
-	    </widget>
-	  </child>
-	</widget>
-	<packing>
-	  <property name="padding">0</property>
-	  <property name="expand">False</property>
-	  <property name="fill">True</property>
-	  <property name="pack_type">GTK_PACK_END</property>
-	</packing>
-      </child>
-
-      <child>
-	<widget class="GtkVBox" id="vbox1">
-	  <property name="border_width">12</property>
-	  <property name="visible">True</property>
-	  <property name="homogeneous">False</property>
-	  <property name="spacing">12</property>
-
-	  <child>
-	    <widget class="GtkLabel" id="label3">
-	      <property name="visible">True</property>
-	      <property name="label" translatable="yes">To use iSCSI disks, you must provide the address of your iSCSI target and the iSCSI initiator name you've configured for your host.</property>
-	      <property name="use_underline">False</property>
-	      <property name="use_markup">False</property>
-	      <property name="justify">GTK_JUSTIFY_LEFT</property>
-	      <property name="wrap">True</property>
-	      <property name="selectable">False</property>
-	      <property name="xalign">0.5</property>
-	      <property name="yalign">0.5</property>
-	      <property name="xpad">0</property>
-	      <property name="ypad">0</property>
-	      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
-	      <property name="width_chars">-1</property>
-	      <property name="single_line_mode">False</property>
-	      <property name="angle">0</property>
-	    </widget>
-	    <packing>
-	      <property name="padding">0</property>
-	      <property name="expand">False</property>
-	      <property name="fill">False</property>
-	    </packing>
-	  </child>
-
-	  <child>
-	    <widget class="GtkTable" id="iscsiTable">
-	      <property name="border_width">12</property>
-	      <property name="visible">True</property>
-	      <property name="n_rows">6</property>
-	      <property name="n_columns">2</property>
-	      <property name="homogeneous">False</property>
-	      <property name="row_spacing">6</property>
-	      <property name="column_spacing">6</property>
-
-	      <child>
-		<widget class="GtkLabel" id="labeliscsiAddr">
-		  <property name="visible">True</property>
-		  <property name="label" translatable="yes">&lt;b&gt;_Target IP Address:&lt;/b&gt;</property>
-		  <property name="use_underline">True</property>
-		  <property name="use_markup">True</property>
-		  <property name="justify">GTK_JUSTIFY_LEFT</property>
-		  <property name="wrap">False</property>
-		  <property name="selectable">False</property>
-		  <property name="xalign">0</property>
-		  <property name="yalign">0.5</property>
-		  <property name="xpad">0</property>
-		  <property name="ypad">0</property>
-		  <property name="mnemonic_widget">iscsiAddrEntry</property>
-		  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
-		  <property name="width_chars">-1</property>
-		  <property name="single_line_mode">False</property>
-		  <property name="angle">0</property>
-		</widget>
-		<packing>
-		  <property name="left_attach">0</property>
-		  <property name="right_attach">1</property>
-		  <property name="top_attach">0</property>
-		  <property name="bottom_attach">1</property>
-		  <property name="x_options">fill</property>
-		  <property name="y_options"></property>
-		</packing>
-	      </child>
-
-	      <child>
-		<widget class="GtkEntry" id="iscsiAddrEntry">
-		  <property name="visible">True</property>
-		  <property name="can_focus">True</property>
-		  <property name="editable">True</property>
-		  <property name="visibility">True</property>
-		  <property name="max_length">0</property>
-		  <property name="text" translatable="yes"></property>
-		  <property name="has_frame">True</property>
-		  <property name="invisible_char">•</property>
-		  <property name="activates_default">False</property>
-		  <property name="width_chars">45</property>
-		</widget>
-		<packing>
-		  <property name="left_attach">1</property>
-		  <property name="right_attach">2</property>
-		  <property name="top_attach">0</property>
-		  <property name="bottom_attach">1</property>
-		  <property name="x_options">fill</property>
-		  <property name="y_options"></property>
-		</packing>
-	      </child>
-
-	      <child>
-		<widget class="GtkLabel" id="labeliscsiInititiator">
-		  <property name="visible">True</property>
-		  <property name="label" translatable="yes">&lt;b&gt;iSCSI Initiator _Name:&lt;/b&gt;</property>
-		  <property name="use_underline">True</property>
-		  <property name="use_markup">True</property>
-		  <property name="justify">GTK_JUSTIFY_LEFT</property>
-		  <property name="wrap">False</property>
-		  <property name="selectable">False</property>
-		  <property name="xalign">0</property>
-		  <property name="yalign">0.5</property>
-		  <property name="xpad">0</property>
-		  <property name="ypad">0</property>
-		  <property name="mnemonic_widget">iscsiInitiatorEntry</property>
-		  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
-		  <property name="width_chars">-1</property>
-		  <property name="single_line_mode">False</property>
-		  <property name="angle">0</property>
-		</widget>
-		<packing>
-		  <property name="left_attach">0</property>
-		  <property name="right_attach">1</property>
-		  <property name="top_attach">1</property>
-		  <property name="bottom_attach">2</property>
-		  <property name="x_options">fill</property>
-		  <property name="y_options"></property>
-		</packing>
-	      </child>
-
-	      <child>
-		<widget class="GtkEntry" id="iscsiInitiatorEntry">
-		  <property name="visible">True</property>
-		  <property name="can_focus">True</property>
-		  <property name="editable">True</property>
-		  <property name="visibility">True</property>
-		  <property name="max_length">0</property>
-		  <property name="text" translatable="yes"></property>
-		  <property name="has_frame">True</property>
-		  <property name="invisible_char">•</property>
-		  <property name="activates_default">False</property>
-		  <property name="width_chars">45</property>
-		</widget>
-		<packing>
-		  <property name="left_attach">1</property>
-		  <property name="right_attach">2</property>
-		  <property name="top_attach">1</property>
-		  <property name="bottom_attach">2</property>
-		  <property name="x_options">fill</property>
-		  <property name="y_options"></property>
-		</packing>
-	      </child>
-
-	      <child>
-		<widget class="GtkLabel" id="userLabel">
-		  <property name="visible">True</property>
-		  <property name="label" translatable="yes">&lt;b&gt;CHAP _Username:&lt;/b&gt;</property>
-		  <property name="use_underline">True</property>
-		  <property name="use_markup">True</property>
-		  <property name="justify">GTK_JUSTIFY_LEFT</property>
-		  <property name="wrap">False</property>
-		  <property name="selectable">False</property>
-		  <property name="xalign">0</property>
-		  <property name="yalign">0.5</property>
-		  <property name="xpad">0</property>
-		  <property name="ypad">0</property>
-		  <property name="mnemonic_widget">userEntry</property>
-		  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
-		  <property name="width_chars">-1</property>
-		  <property name="single_line_mode">False</property>
-		  <property name="angle">0</property>
-		</widget>
-		<packing>
-		  <property name="left_attach">0</property>
-		  <property name="right_attach">1</property>
-		  <property name="top_attach">2</property>
-		  <property name="bottom_attach">3</property>
-		  <property name="x_options">fill</property>
-		  <property name="y_options"></property>
-		</packing>
-	      </child>
-
-	      <child>
-		<widget class="GtkEntry" id="userEntry">
-		  <property name="visible">True</property>
-		  <property name="can_focus">True</property>
-		  <property name="editable">True</property>
-		  <property name="visibility">True</property>
-		  <property name="max_length">0</property>
-		  <property name="text" translatable="yes"></property>
-		  <property name="has_frame">True</property>
-		  <property name="invisible_char">•</property>
-		  <property name="activates_default">False</property>
-		  <property name="width_chars">45</property>
-		</widget>
-		<packing>
-		  <property name="left_attach">1</property>
-		  <property name="right_attach">2</property>
-		  <property name="top_attach">2</property>
-		  <property name="bottom_attach">3</property>
-		  <property name="x_options">fill</property>
-		  <property name="y_options"></property>
-		</packing>
-	      </child>
-
-	      <child>
-		<widget class="GtkLabel" id="passLabel">
-		  <property name="visible">True</property>
-		  <property name="label" translatable="yes">&lt;b&gt;CHAP _Password:&lt;/b&gt;</property>
-		  <property name="use_underline">True</property>
-		  <property name="use_markup">True</property>
-		  <property name="justify">GTK_JUSTIFY_LEFT</property>
-		  <property name="wrap">False</property>
-		  <property name="selectable">False</property>
-		  <property name="xalign">0</property>
-		  <property name="yalign">0.5</property>
-		  <property name="xpad">0</property>
-		  <property name="ypad">0</property>
-		  <property name="mnemonic_widget">passEntry</property>
-		  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
-		  <property name="width_chars">-1</property>
-		  <property name="single_line_mode">False</property>
-		  <property name="angle">0</property>
-		</widget>
-		<packing>
-		  <property name="left_attach">0</property>
-		  <property name="right_attach">1</property>
-		  <property name="top_attach">3</property>
-		  <property name="bottom_attach">4</property>
-		  <property name="x_options">fill</property>
-		  <property name="y_options"></property>
-		</packing>
-	      </child>
-
-	      <child>
-		<widget class="GtkEntry" id="passEntry">
-		  <property name="visible">True</property>
-		  <property name="can_focus">True</property>
-		  <property name="editable">True</property>
-		  <property name="visibility">False</property>
-		  <property name="max_length">0</property>
-		  <property name="text" translatable="yes"></property>
-		  <property name="has_frame">True</property>
-		  <property name="invisible_char">•</property>
-		  <property name="activates_default">False</property>
-		  <property name="width_chars">45</property>
-		</widget>
-		<packing>
-		  <property name="left_attach">1</property>
-		  <property name="right_attach">2</property>
-		  <property name="top_attach">3</property>
-		  <property name="bottom_attach">4</property>
-		  <property name="x_options">fill</property>
-		  <property name="y_options"></property>
-		</packing>
-	      </child>
-
-	      <child>
-		<widget class="GtkLabel" id="userinLabel">
-		  <property name="visible">True</property>
-		  <property name="label" translatable="yes">&lt;b&gt;Reverse CHAP U_sername:&lt;/b&gt;</property>
-		  <property name="use_underline">True</property>
-		  <property name="use_markup">True</property>
-		  <property name="justify">GTK_JUSTIFY_LEFT</property>
-		  <property name="wrap">False</property>
-		  <property name="selectable">False</property>
-		  <property name="xalign">0</property>
-		  <property name="yalign">0.5</property>
-		  <property name="xpad">0</property>
-		  <property name="ypad">0</property>
-		  <property name="mnemonic_widget">userinEntry</property>
-		  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
-		  <property name="width_chars">-1</property>
-		  <property name="single_line_mode">False</property>
-		  <property name="angle">0</property>
-		</widget>
-		<packing>
-		  <property name="left_attach">0</property>
-		  <property name="right_attach">1</property>
-		  <property name="top_attach">4</property>
-		  <property name="bottom_attach">5</property>
-		  <property name="x_options">fill</property>
-		  <property name="y_options"></property>
-		</packing>
-	      </child>
-
-	      <child>
-		<widget class="GtkEntry" id="userinEntry">
-		  <property name="visible">True</property>
-		  <property name="can_focus">True</property>
-		  <property name="editable">True</property>
-		  <property name="visibility">True</property>
-		  <property name="max_length">0</property>
-		  <property name="text" translatable="yes"></property>
-		  <property name="has_frame">True</property>
-		  <property name="invisible_char">•</property>
-		  <property name="activates_default">False</property>
-		  <property name="width_chars">45</property>
-		</widget>
-		<packing>
-		  <property name="left_attach">1</property>
-		  <property name="right_attach">2</property>
-		  <property name="top_attach">4</property>
-		  <property name="bottom_attach">5</property>
-		  <property name="x_options">fill</property>
-		  <property name="y_options"></property>
-		</packing>
-	      </child>
-
-	      <child>
-		<widget class="GtkLabel" id="passinLabel">
-		  <property name="visible">True</property>
-		  <property name="label" translatable="yes">&lt;b&gt;Reverse CHAP P_assword:&lt;/b&gt;</property>
-		  <property name="use_underline">True</property>
-		  <property name="use_markup">True</property>
-		  <property name="justify">GTK_JUSTIFY_LEFT</property>
-		  <property name="wrap">False</property>
-		  <property name="selectable">False</property>
-		  <property name="xalign">0</property>
-		  <property name="yalign">0.5</property>
-		  <property name="xpad">0</property>
-		  <property name="ypad">0</property>
-		  <property name="mnemonic_widget">passinEntry</property>
-		  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
-		  <property name="width_chars">-1</property>
-		  <property name="single_line_mode">False</property>
-		  <property name="angle">0</property>
-		</widget>
-		<packing>
-		  <property name="left_attach">0</property>
-		  <property name="right_attach">1</property>
-		  <property name="top_attach">5</property>
-		  <property name="bottom_attach">6</property>
-		  <property name="x_options">fill</property>
-		  <property name="y_options"></property>
-		</packing>
-	      </child>
-
-	      <child>
-		<widget class="GtkEntry" id="passinEntry">
-		  <property name="visible">True</property>
-		  <property name="can_focus">True</property>
-		  <property name="editable">True</property>
-		  <property name="visibility">False</property>
-		  <property name="max_length">0</property>
-		  <property name="text" translatable="yes"></property>
-		  <property name="has_frame">True</property>
-		  <property name="invisible_char">•</property>
-		  <property name="activates_default">False</property>
-		  <property name="width_chars">45</property>
-		</widget>
-		<packing>
-		  <property name="left_attach">1</property>
-		  <property name="right_attach">2</property>
-		  <property name="top_attach">5</property>
-		  <property name="bottom_attach">6</property>
-		  <property name="x_options">fill</property>
-		  <property name="y_options"></property>
-		</packing>
-	      </child>
-	    </widget>
-	    <packing>
-	      <property name="padding">0</property>
-	      <property name="expand">True</property>
-	      <property name="fill">True</property>
-	    </packing>
-	  </child>
-	</widget>
-	<packing>
-	  <property name="padding">0</property>
-	  <property name="expand">True</property>
-	  <property name="fill">True</property>
-	</packing>
-      </child>
-    </widget>
-  </child>
-</widget>
-
-</glade-interface>
diff --git a/data/ui/iscsi-dialogs.glade b/data/ui/iscsi-dialogs.glade
new file mode 100644
index 0000000..018ebbd
--- /dev/null
+++ b/data/ui/iscsi-dialogs.glade
@@ -0,0 +1,533 @@
+<?xml version="1.0"?>
+<glade-interface>
+  <!-- interface-requires gtk+ 2.16 -->
+  <!-- interface-naming-policy project-wide -->
+  <widget class="GtkDialog" id="discovery_dialog">
+    <property name="border_width">5</property>
+    <property name="title" translatable="yes">iSCSI Discovery Details</property>
+    <property name="window_position">center</property>
+    <property name="type_hint">normal</property>
+    <property name="has_separator">False</property>
+    <child internal-child="vbox">
+      <widget class="GtkVBox" id="d_discovery_vbox">
+        <property name="visible">True</property>
+        <property name="orientation">vertical</property>
+        <property name="spacing">2</property>
+        <child>
+          <widget class="GtkLabel" id="label2">
+            <property name="visible">True</property>
+            <property name="label" translatable="yes">To use iSCSI disks, you must provide the address of your iSCSI target and the iSCSI initiator name you've configured for your host.</property>
+            <property name="wrap">True</property>
+          </widget>
+          <packing>
+            <property name="expand">False</property>
+            <property name="position">2</property>
+          </packing>
+        </child>
+        <child>
+          <widget class="GtkTable" id="table1">
+            <property name="visible">True</property>
+            <property name="n_rows">2</property>
+            <property name="n_columns">2</property>
+            <child>
+              <widget class="GtkLabel" id="label3">
+                <property name="visible">True</property>
+                <property name="label" translatable="yes">Target IP Address:</property>
+              </widget>
+            </child>
+            <child>
+              <widget class="GtkLabel" id="label4">
+                <property name="visible">True</property>
+                <property name="label" translatable="yes">iSCSI Initiator Name:</property>
+              </widget>
+              <packing>
+                <property name="top_attach">1</property>
+                <property name="bottom_attach">2</property>
+              </packing>
+            </child>
+            <child>
+              <widget class="GtkEntry" id="target_ip">
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="invisible_char">&#x25CF;</property>
+              </widget>
+              <packing>
+                <property name="left_attach">1</property>
+                <property name="right_attach">2</property>
+              </packing>
+            </child>
+            <child>
+              <widget class="GtkEntry" id="initiator">
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="invisible_char">&#x25CF;</property>
+              </widget>
+              <packing>
+                <property name="left_attach">1</property>
+                <property name="right_attach">2</property>
+                <property name="top_attach">1</property>
+                <property name="bottom_attach">2</property>
+              </packing>
+            </child>
+          </widget>
+          <packing>
+            <property name="expand">False</property>
+            <property name="position">3</property>
+          </packing>
+        </child>
+        <child>
+          <widget class="GtkLabel" id="label1">
+            <property name="visible">True</property>
+            <property name="label" translatable="yes">Select the kind of iSCSI discovery authentication and specify discovery credentials:</property>
+          </widget>
+          <packing>
+            <property name="expand">False</property>
+            <property name="fill">False</property>
+            <property name="position">4</property>
+          </packing>
+        </child>
+        <child>
+          <placeholder/>
+        </child>
+        <child>
+          <widget class="GtkAlignment" id="credentials_alignment">
+            <property name="visible">True</property>
+            <property name="yalign">0</property>
+            <property name="yscale">0</property>
+            <child>
+              <widget class="GtkTable" id="table_credentials">
+                <property name="visible">True</property>
+                <property name="n_rows">4</property>
+                <property name="n_columns">2</property>
+                <child>
+                  <widget class="GtkLabel" id="username_label">
+                    <property name="label" translatable="yes">CHAP Username:</property>
+                  </widget>
+                </child>
+                <child>
+                  <widget class="GtkLabel" id="password_label">
+                    <property name="label" translatable="yes">CHAP Password:</property>
+                  </widget>
+                  <packing>
+                    <property name="top_attach">1</property>
+                    <property name="bottom_attach">2</property>
+                  </packing>
+                </child>
+                <child>
+                  <widget class="GtkEntry" id="username_entry">
+                    <property name="can_focus">True</property>
+                    <property name="invisible_char">&#x25CF;</property>
+                  </widget>
+                  <packing>
+                    <property name="left_attach">1</property>
+                    <property name="right_attach">2</property>
+                  </packing>
+                </child>
+                <child>
+                  <widget class="GtkEntry" id="password_entry">
+                    <property name="can_focus">True</property>
+                    <property name="visibility">False</property>
+                    <property name="invisible_char">&#x25CF;</property>
+                  </widget>
+                  <packing>
+                    <property name="left_attach">1</property>
+                    <property name="right_attach">2</property>
+                    <property name="top_attach">1</property>
+                    <property name="bottom_attach">2</property>
+                  </packing>
+                </child>
+                <child>
+                  <widget class="GtkLabel" id="r_username_label">
+                    <property name="label" translatable="yes">Reverse CHAP Username:</property>
+                  </widget>
+                  <packing>
+                    <property name="top_attach">2</property>
+                    <property name="bottom_attach">3</property>
+                  </packing>
+                </child>
+                <child>
+                  <widget class="GtkLabel" id="r_password_label">
+                    <property name="label" translatable="yes">Reverse CHAP Password:</property>
+                  </widget>
+                  <packing>
+                    <property name="top_attach">3</property>
+                    <property name="bottom_attach">4</property>
+                  </packing>
+                </child>
+                <child>
+                  <widget class="GtkEntry" id="r_username_entry">
+                    <property name="can_focus">True</property>
+                    <property name="invisible_char">&#x25CF;</property>
+                  </widget>
+                  <packing>
+                    <property name="left_attach">1</property>
+                    <property name="right_attach">2</property>
+                    <property name="top_attach">2</property>
+                    <property name="bottom_attach">3</property>
+                  </packing>
+                </child>
+                <child>
+                  <widget class="GtkEntry" id="r_password_entry">
+                    <property name="can_focus">True</property>
+                    <property name="visibility">False</property>
+                    <property name="invisible_char">&#x25CF;</property>
+                  </widget>
+                  <packing>
+                    <property name="left_attach">1</property>
+                    <property name="right_attach">2</property>
+                    <property name="top_attach">3</property>
+                    <property name="bottom_attach">4</property>
+                  </packing>
+                </child>
+              </widget>
+            </child>
+          </widget>
+          <packing>
+            <property name="pack_type">end</property>
+            <property name="position">1</property>
+          </packing>
+        </child>
+        <child internal-child="action_area">
+          <widget class="GtkHButtonBox" id="dialog-action_area1">
+            <property name="visible">True</property>
+            <property name="layout_style">end</property>
+            <child>
+              <widget class="GtkButton" id="button1">
+                <property name="label" translatable="yes">Start _Discovery</property>
+                <property name="response_id">1</property>
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="can_default">True</property>
+                <property name="has_default">True</property>
+                <property name="receives_default">True</property>
+                <property name="use_underline">True</property>
+              </widget>
+              <packing>
+                <property name="expand">False</property>
+                <property name="fill">False</property>
+                <property name="position">0</property>
+              </packing>
+            </child>
+            <child>
+              <widget class="GtkButton" id="button2">
+                <property name="label" translatable="yes">_Cancel</property>
+                <property name="response_id">-6</property>
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="receives_default">True</property>
+                <property name="use_underline">True</property>
+              </widget>
+              <packing>
+                <property name="expand">False</property>
+                <property name="fill">False</property>
+                <property name="position">1</property>
+              </packing>
+            </child>
+          </widget>
+          <packing>
+            <property name="expand">False</property>
+            <property name="pack_type">end</property>
+            <property name="position">0</property>
+          </packing>
+        </child>
+      </widget>
+    </child>
+  </widget>
+  <widget class="GtkDialog" id="nodes_dialog">
+    <property name="border_width">5</property>
+    <property name="title" translatable="yes">iSCSI Discovered Nodes</property>
+    <property name="window_position">center</property>
+    <property name="default_width">400</property>
+    <property name="type_hint">normal</property>
+    <property name="has_separator">False</property>
+    <child internal-child="vbox">
+      <widget class="GtkVBox" id="dialog-vbox2">
+        <property name="visible">True</property>
+        <property name="orientation">vertical</property>
+        <property name="spacing">2</property>
+        <child>
+          <widget class="GtkLabel" id="label6">
+            <property name="visible">True</property>
+            <property name="xalign">0</property>
+            <property name="ypad">5</property>
+            <property name="label" translatable="yes">Check the nodes you wish to log into:</property>
+          </widget>
+          <packing>
+            <property name="position">1</property>
+          </packing>
+        </child>
+        <child>
+          <widget class="GtkScrolledWindow" id="nodes_scrolled_window">
+            <property name="height_request">250</property>
+            <property name="visible">True</property>
+            <property name="can_focus">True</property>
+            <property name="hscrollbar_policy">automatic</property>
+            <property name="vscrollbar_policy">automatic</property>
+            <property name="shadow_type">etched-out</property>
+            <child>
+              <placeholder/>
+            </child>
+          </widget>
+          <packing>
+            <property name="position">2</property>
+          </packing>
+        </child>
+        <child internal-child="action_area">
+          <widget class="GtkHButtonBox" id="dialog-action_area2">
+            <property name="visible">True</property>
+            <property name="layout_style">end</property>
+            <child>
+              <widget class="GtkButton" id="button3">
+                <property name="label" translatable="yes">_Login</property>
+                <property name="response_id">1</property>
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="has_focus">True</property>
+                <property name="is_focus">True</property>
+                <property name="can_default">True</property>
+                <property name="has_default">True</property>
+                <property name="receives_default">True</property>
+                <property name="use_underline">True</property>
+              </widget>
+              <packing>
+                <property name="expand">False</property>
+                <property name="fill">False</property>
+                <property name="position">0</property>
+              </packing>
+            </child>
+            <child>
+              <widget class="GtkButton" id="button4">
+                <property name="label" translatable="yes">_Cancel</property>
+                <property name="response_id">-6</property>
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="receives_default">True</property>
+                <property name="use_underline">True</property>
+              </widget>
+              <packing>
+                <property name="expand">False</property>
+                <property name="fill">False</property>
+                <property name="position">1</property>
+              </packing>
+            </child>
+          </widget>
+          <packing>
+            <property name="expand">False</property>
+            <property name="pack_type">end</property>
+            <property name="position">0</property>
+          </packing>
+        </child>
+      </widget>
+    </child>
+  </widget>
+  <widget class="GtkDialog" id="login_dialog">
+    <property name="border_width">5</property>
+    <property name="title" translatable="yes">iSCSI Nodes Login</property>
+    <property name="window_position">center</property>
+    <property name="type_hint">normal</property>
+    <property name="has_separator">False</property>
+    <child internal-child="vbox">
+      <widget class="GtkVBox" id="d_login_vbox">
+        <property name="visible">True</property>
+        <property name="orientation">vertical</property>
+        <property name="spacing">2</property>
+        <child>
+          <widget class="GtkLabel" id="label5">
+            <property name="visible">True</property>
+            <property name="label" translatable="yes">Select the kind of iSCSI login authentication and specify login credentials:</property>
+          </widget>
+          <packing>
+            <property name="expand">False</property>
+            <property name="position">2</property>
+          </packing>
+        </child>
+        <child>
+          <placeholder/>
+        </child>
+        <child>
+          <widget class="GtkAlignment" id="login_credentials_alignment">
+            <property name="visible">True</property>
+            <property name="yalign">0</property>
+            <property name="yscale">0</property>
+            <child>
+              <placeholder/>
+            </child>
+          </widget>
+          <packing>
+            <property name="pack_type">end</property>
+            <property name="position">1</property>
+          </packing>
+        </child>
+        <child internal-child="action_area">
+          <widget class="GtkHButtonBox" id="dialog-action_area3">
+            <property name="visible">True</property>
+            <property name="layout_style">end</property>
+            <child>
+              <widget class="GtkButton" id="button5">
+                <property name="label" translatable="yes">_Login</property>
+                <property name="response_id">1</property>
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="has_focus">True</property>
+                <property name="is_focus">True</property>
+                <property name="can_default">True</property>
+                <property name="has_default">True</property>
+                <property name="receives_default">True</property>
+                <property name="use_underline">True</property>
+              </widget>
+              <packing>
+                <property name="expand">False</property>
+                <property name="fill">False</property>
+                <property name="position">0</property>
+              </packing>
+            </child>
+            <child>
+              <widget class="GtkButton" id="button6">
+                <property name="label" translatable="yes">_Cancel</property>
+                <property name="response_id">-6</property>
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="receives_default">True</property>
+                <property name="use_underline">True</property>
+              </widget>
+              <packing>
+                <property name="expand">False</property>
+                <property name="fill">False</property>
+                <property name="position">1</property>
+              </packing>
+            </child>
+          </widget>
+          <packing>
+            <property name="expand">False</property>
+            <property name="pack_type">end</property>
+            <property name="position">0</property>
+          </packing>
+        </child>
+      </widget>
+    </child>
+  </widget>
+  <widget class="GtkDialog" id="success_dialog">
+    <property name="border_width">5</property>
+    <property name="title" translatable="yes">iSCSI Login Results</property>
+    <property name="window_position">center</property>
+    <property name="type_hint">normal</property>
+    <property name="has_separator">False</property>
+    <child internal-child="vbox">
+      <widget class="GtkVBox" id="dialog-vbox3">
+        <property name="visible">True</property>
+        <property name="orientation">vertical</property>
+        <property name="spacing">2</property>
+        <child>
+          <widget class="GtkLabel" id="label_success">
+            <property name="xalign">0</property>
+            <property name="label" translatable="yes">&lt;b&gt;Successfully logged in and attached the following nodes:&lt;/b&gt;</property>
+            <property name="use_markup">True</property>
+          </widget>
+          <packing>
+            <property name="position">1</property>
+          </packing>
+        </child>
+        <child>
+          <widget class="GtkTextView" id="text_success">
+            <property name="height_request">75</property>
+            <property name="can_focus">True</property>
+            <property name="editable">False</property>
+          </widget>
+          <packing>
+            <property name="position">2</property>
+          </packing>
+        </child>
+        <child>
+          <widget class="GtkHSeparator" id="separator"/>
+          <packing>
+            <property name="expand">False</property>
+            <property name="padding">10</property>
+            <property name="position">3</property>
+          </packing>
+        </child>
+        <child>
+          <widget class="GtkLabel" id="label_fail">
+            <property name="xalign">0</property>
+            <property name="label" translatable="yes">&lt;b&gt;iSCSI login has failed for the following nodes:&lt;/b&gt;</property>
+            <property name="use_markup">True</property>
+          </widget>
+          <packing>
+            <property name="position">4</property>
+          </packing>
+        </child>
+        <child>
+          <widget class="GtkTextView" id="text_fail">
+            <property name="height_request">75</property>
+            <property name="can_focus">True</property>
+            <property name="editable">False</property>
+          </widget>
+          <packing>
+            <property name="position">5</property>
+          </packing>
+        </child>
+        <child>
+          <widget class="GtkLabel" id="label_reason">
+            <property name="xalign">0</property>
+            <property name="label" translatable="yes">&lt;b&gt;Reason:&lt;/b&gt;</property>
+            <property name="use_markup">True</property>
+          </widget>
+          <packing>
+            <property name="position">6</property>
+          </packing>
+        </child>
+        <child>
+          <widget class="GtkLabel" id="label_reason_val">
+            <property name="xalign">0</property>
+            <property name="label">label</property>
+            <property name="selectable">True</property>
+          </widget>
+          <packing>
+            <property name="position">7</property>
+          </packing>
+        </child>
+        <child internal-child="action_area">
+          <widget class="GtkHButtonBox" id="dialog-action_area4">
+            <property name="visible">True</property>
+            <property name="layout_style">end</property>
+            <child>
+              <widget class="GtkButton" id="button7">
+                <property name="label" translatable="yes">_OK</property>
+                <property name="response_id">1</property>
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="has_focus">True</property>
+                <property name="is_focus">True</property>
+                <property name="receives_default">True</property>
+                <property name="use_underline">True</property>
+              </widget>
+              <packing>
+                <property name="expand">False</property>
+                <property name="fill">False</property>
+                <property name="position">0</property>
+              </packing>
+            </child>
+            <child>
+              <widget class="GtkButton" id="button_retry">
+                <property name="label" translatable="yes">Retry _Login</property>
+                <property name="response_id">-6</property>
+                <property name="can_focus">True</property>
+                <property name="receives_default">True</property>
+                <property name="use_underline">True</property>
+              </widget>
+              <packing>
+                <property name="expand">False</property>
+                <property name="fill">False</property>
+                <property name="position">1</property>
+              </packing>
+            </child>
+          </widget>
+          <packing>
+            <property name="expand">False</property>
+            <property name="pack_type">end</property>
+            <property name="position">0</property>
+          </packing>
+        </child>
+      </widget>
+    </child>
+  </widget>
+</glade-interface>
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 52ae0dd..a0fd9f8 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -159,7 +159,7 @@ data/ui/create-storage.glade.h
 data/ui/detailed-dialog.glade.h
 data/ui/fcoe-config.glade.h
 data/ui/filter.glade.h
-data/ui/iscsi-config.glade.h
+data/ui/iscsi-dialogs.glade.h
 data/ui/lukspassphrase.glade.h
 data/ui/netconfig.glade.h
 data/ui/network.glade.h
diff --git a/pyanaconda/iw/advanced_storage.py b/pyanaconda/iw/advanced_storage.py
index 130fa18..45f3a14 100644
--- a/pyanaconda/iw/advanced_storage.py
+++ b/pyanaconda/iw/advanced_storage.py
@@ -23,12 +23,321 @@ import gobject
 import gtk
 import gtk.glade
 import urlgrabber.grabber
+import datacombo
+import DeviceSelector
 from pyanaconda import gui
 from pyanaconda import iutil
 from pyanaconda import network
 import pyanaconda.storage.fcoe
 import pyanaconda.storage.iscsi
 
+import logging
+log = logging.getLogger("anaconda")
+
+class iSCSICredentialsDialog(object):
+    CRED_NONE   = (0, _("No credentials (discovery authentication disabled)"))
+    CRED_ONE    = (1, _("CHAP pair"))
+    CRED_BOTH   = (2, _("CHAP pair and a reverse pair"))
+    CRED_REUSE  = (3, _("Use the credentials from the discovery step."))
+
+    def __init__(self):
+        pass
+
+    def _authentication_kind_changed(self,
+                                     combobox,
+                                     credentials,
+                                     rev_credentials):
+        active_value = combobox.get_active_value()
+        if active_value in [self.CRED_NONE[0], self.CRED_REUSE[0]]:
+            map(lambda w : w.hide(), credentials)
+            map(lambda w : w.hide(), rev_credentials)
+        elif active_value == self.CRED_ONE[0]:
+            map(lambda w : w.show(), credentials)
+            map(lambda w : w.hide(), rev_credentials)
+        elif active_value == self.CRED_BOTH[0]:
+            map(lambda w : w.show(), credentials)
+            map(lambda w : w.show(), rev_credentials)
+
+    def _combo_box(self, entries, credentials, rev_credentials):
+        combo_store = gtk.TreeStore(gobject.TYPE_STRING, gobject.TYPE_INT)
+        combo = datacombo.DataComboBox(store=combo_store)
+        for entry in entries:
+            combo.append(entry[1], entry[0])
+        if len(entries) > 0:
+            combo.set_active(0)
+        combo.show_all()
+        combo.connect("changed", 
+                      self._authentication_kind_changed, 
+                      credentials,
+                      rev_credentials)
+        return combo
+
+    def _credentials_widgets(self, xml):
+        credentials = [xml.get_widget(w_name) for w_name in 
+                       ['username_label',
+                        'username_entry',
+                        'password_label', 
+                        'password_entry']]
+        rev_credentials = [xml.get_widget(w_name) for w_name in 
+                           ['r_username_label',
+                            'r_username_entry',
+                            'r_password_label', 
+                            'r_password_entry']]
+        return (credentials, rev_credentials)
+    
+    def _extract_credentials(self, xml):
+        return {
+            'username'   : xml.get_widget("username_entry").get_text(),
+            'password'   : xml.get_widget("password_entry").get_text(),
+            'r_username' : xml.get_widget("r_username_entry").get_text(),
+            'r_password' : xml.get_widget("r_password_entry").get_text()
+        }
+
+class iSCSIDiscoveryDialog(iSCSICredentialsDialog):
+
+    def __init__(self, initiator, initiator_set):
+        super(iSCSIDiscoveryDialog, self).__init__()
+        (self.xml, self.dialog) = gui.getGladeWidget("iscsi-dialogs.glade", "discovery_dialog")
+
+        self.initiator = self.xml.get_widget("initiator")
+        self.initiator.set_text(initiator)
+        if initiator_set:
+            self.initiator.set_sensitive(False)
+
+        (credentials, rev_credentials) = self._credentials_widgets(self.xml)
+        self.combobox = self._combo_box([
+                self.CRED_NONE,
+                self.CRED_ONE,
+                self.CRED_BOTH,
+                ], credentials, rev_credentials)
+        vbox = self.xml.get_widget("d_discovery_vbox")
+        vbox.pack_start(self.combobox, expand=False)
+
+    def _parse_ip(self, string_ip):
+        """
+        May rise network.IPMissing or network.IPError
+        
+        Returns (ip, port) tuple.
+        """
+        count = len(string_ip.split(":"))
+        idx = string_ip.rfind("]:")
+        # Check for IPV6 [IPV6-ip]:port
+        if idx != -1:
+            ip = string_ip[1:idx]
+            port = string_ip[idx+2:]
+        # Check for IPV4 aaa.bbb.ccc.ddd:port
+        elif count == 2:
+            idx = string_ip.rfind(":")
+            ip = string_ip[:idx]
+            port = string_ip[idx+1:]
+        else:
+            ip = string_ip
+            port = "3260"
+        network.sanityCheckIPString(ip)
+        
+        return (ip, port)
+
+    def discovery_dict(self):
+        dct = self._extract_credentials(self.xml)
+
+        auth_kind = self.combobox.get_active_value()
+        if auth_kind == self.CRED_NONE[0]:
+            dct["username"] = dct["password"] = \
+                dct["r_username"] = dct["r_password"] = None
+        elif auth_kind == self.CRED_ONE[0]:
+            dct["r_username"] = dct["r_password"] = None
+
+        entered_ip = self.xml.get_widget("target_ip").get_text()
+        (ip, port) = self._parse_ip(entered_ip)
+        dct["ipaddr"] = ip
+        dct["port"]   = port
+        
+        return dct
+
+    def get_initiator(self):
+        return self.initiator.get_text()
+
+class iSCSILoginDialog(iSCSICredentialsDialog):
+
+    def __init__(self):
+        super(iSCSILoginDialog, self).__init__()
+        (xml, self.dialog) = gui.getGladeWidget("iscsi-dialogs.glade", "login_dialog")
+        # take credentials from the discovery dialog
+        (self.credentials_xml, credentials_table) = gui.getGladeWidget("iscsi-dialogs.glade", "table_credentials")
+        (credentials, rev_credentials) = self._credentials_widgets(self.credentials_xml)
+        # and put them into the login dialog alignment
+        alignment = xml.get_widget("login_credentials_alignment")
+        alignment.add(credentials_table)
+        # setup the combobox
+        self.combobox = self._combo_box([
+                self.CRED_NONE,
+                self.CRED_ONE,
+                self.CRED_BOTH,
+                self.CRED_REUSE
+                ], credentials, rev_credentials)
+        vbox = xml.get_widget("d_login_vbox")
+        vbox.pack_start(self.combobox, expand=False)
+
+    def login_dict(self, discovery_dict):
+        dct = self._extract_credentials(self.credentials_xml)
+
+        auth_kind = self.combobox.get_active_value()
+        if auth_kind == self.CRED_NONE[0]:
+            dct["username"] = dct["password"] = \
+                dct["r_username"] = dct["r_password"] = None
+        elif auth_kind == self.CRED_ONE[0]:
+            dct["r_username"] = dct["r_password"] = None
+        elif auth_kind == self.CRED_REUSE[0]:
+            # only keep what we'll really use:
+            discovery_dict = dict((k,discovery_dict[k]) for k in discovery_dict if k in 
+                                  ['username', 
+                                   'password', 
+                                   'r_username', 
+                                   'r_password'])
+            dct.update(discovery_dict)
+
+        return dct
+
+class iSCSIWizard(object):
+    NODE_NAME_COL = DeviceSelector.IMMUTABLE_COL + 1
+
+    def __init__(self):
+        self.login_dialog = None
+        self.discovery_dialog = None
+        
+    def _destroy_when_dialog(self, dialog):
+        if dialog and dialog.dialog:
+            dialog.dialog.destroy()
+
+    def _normalize_dialog_response(self, value):
+        """
+        One can not use named GTK constants in glade, but we can get them by
+        filtering through this method.
+        """
+        if value == 1:
+            return gtk.RESPONSE_OK
+        elif value == -6:
+            return gtk.RESPONSE_CANCEL
+        elif value == gtk.RESPONSE_DELETE_EVENT: 
+            # escape pressed to dismiss the dialog
+            return gtk.RESPONSE_CANCEL
+        else:
+            raise ValueError("Unexpected dialog box return value: %d" % value)
+        
+    def _run_dialog(self, dialog):
+        gui.addFrame(dialog)
+        dialog.show()
+        rc = dialog.run()
+        dialog.hide()
+        return self._normalize_dialog_response(rc)
+    
+    def destroy_dialogs(self):
+        self._destroy_when_dialog(self.discovery_dialog)
+        self._destroy_when_dialog(self.login_dialog)
+    
+    def display_discovery_dialog(self, initiator, initiator_set):
+        self._destroy_when_dialog(self.discovery_dialog)
+        self.discovery_dialog = iSCSIDiscoveryDialog(initiator, initiator_set)
+
+        return self._run_dialog(self.discovery_dialog.dialog)
+
+    def display_login_dialog(self):
+        self._destroy_when_dialog(self.login_dialog)
+        self.login_dialog = iSCSILoginDialog()
+
+        return self._run_dialog(self.login_dialog.dialog)
+
+    def display_nodes_dialog(self, found_nodes):
+        (xml, dialog) = gui.getGladeWidget("iscsi-dialogs.glade", "nodes_dialog")
+        store = gtk.TreeStore(
+            gobject.TYPE_PYOBJECT, # teh object
+            gobject.TYPE_BOOLEAN,  # visible
+            gobject.TYPE_BOOLEAN,  # active (checked)
+            gobject.TYPE_BOOLEAN,  # immutable
+            gobject.TYPE_STRING    # node name
+            )
+        log.debug("iscsi: adding %d nodes in nodes_dialog()" % len(found_nodes))
+        map(lambda node : store.append(None, (
+                    node,        # the object
+                    True,        # visible
+                    True,        # active
+                    False,       # not immutable
+                    node.name)),  # node's name
+            found_nodes)
+        
+        # create and setup the device selector
+        model = store.filter_new()
+        view = gtk.TreeView(model)
+        ds = DeviceSelector.DeviceSelector(
+            store,
+            model,
+            view)
+        ds.createSelectionCol()
+        ds.addColumn(_("Node Name"), self.NODE_NAME_COL)
+        # attach the treeview to the dialog
+        sw = xml.get_widget("nodes_scrolled_window")
+        sw.add(view)
+        sw.show_all()
+
+        # run the dialog
+        rc = self._run_dialog(dialog)
+        # filter out selected nodes:
+        selected_nodes = map(lambda raw : raw[0], ds.getSelected())
+        map(lambda node: log.debug("iscsi: node selected for login: %s" % node.name),
+            selected_nodes)
+        dialog.destroy()
+        return (rc, selected_nodes)
+
+    def display_success_dialog(self, success_nodes, fail_nodes, fail_reason):
+        (xml, dialog) = gui.getGladeWidget("iscsi-dialogs.glade", "success_dialog")
+        w_success = xml.get_widget("label_success")
+        w_success_val = xml.get_widget("text_success")
+        w_fail = xml.get_widget("label_fail")
+        w_fail_val = xml.get_widget("text_fail")
+        w_reason = xml.get_widget("label_reason")
+        w_reason_val = xml.get_widget("label_reason_val")
+        w_retry = xml.get_widget("button_retry")
+        w_separator = xml.get_widget("separator")
+
+        if success_nodes:
+            markup = "\n".join(map(lambda n: n.name, success_nodes))
+            buf = gtk.TextBuffer()
+            buf.set_text(markup)
+            w_success.show()
+            w_success_val.set_buffer(buf)
+            w_success_val.show()
+        if fail_nodes:
+            markup = "\n".join(map(lambda n: n.name, fail_nodes))
+            buf = gtk.TextBuffer()
+            buf.set_text(markup)
+            w_fail.show()
+            w_fail_val.set_buffer(buf)
+            w_fail_val.show()
+            w_retry.show()
+        if fail_reason:
+            w_reason.show()
+            w_reason_val.set_markup(fail_reason)
+            w_reason_val.show()
+        if success_nodes and fail_nodes:
+            # only if there's anything to be separated display the separator
+            w_separator.show()
+        
+        rc = self._run_dialog(dialog)
+        dialog.destroy()
+        return rc
+    
+    def get_discovery_dict(self):
+        return self.discovery_dialog.discovery_dict()
+
+    def get_initiator(self):
+        return self.discovery_dialog.get_initiator()
+    
+    def get_login_dict(self):
+        return self.login_dialog.login_dict(self.get_discovery_dict())
+    
+    def set_initiator(self, initiator, initiator_set):
+        (self.initiator, self.initiator_set) = initiator, initiator_set
+
 def addFcoeDrive(anaconda):
     (dxml, dialog) = gui.getGladeWidget("fcoe-config.glade", "fcoeDialog")
     combo = dxml.get_widget("fcoeNicCombo")
@@ -102,81 +411,104 @@ def addFcoeDrive(anaconda):
     return rc
 
 def addIscsiDrive(anaconda):
+    """
+    Displays a series of dialogs that walk the user through discovering and
+    logging into iscsi nodes.
+    
+    Returns gtk.RESPONSE_OK if at least one iscsi node has been logged into.
+    """
+
+    STEP_DISCOVERY = 0
+    STEP_NODES     = 1
+    STEP_LOGIN     = 2
+    STEP_SUMMARY   = 3
+    STEP_DONE      = 10
+
+    # make sure the network is up
     if not network.hasActiveNetDev():
         if not anaconda.intf.enableNetwork():
             return gtk.RESPONSE_CANCEL
         urlgrabber.grabber.reset_curl_obj()
 
-    (dxml, dialog) = gui.getGladeWidget("iscsi-config.glade", "iscsiDialog")
-    gui.addFrame(dialog)
-    dialog.show_all()
-    sg = gtk.SizeGroup(gtk.SIZE_GROUP_HORIZONTAL)
-    for w in ["iscsiAddrEntry", "iscsiInitiatorEntry", "userEntry",
-              "passEntry", "userinEntry", "passinEntry"]:
-        sg.add_widget(dxml.get_widget(w))
-
-    # get the initiator name if it exists and don't allow changing
-    # once set
-    initiator_entry = dxml.get_widget("iscsiInitiatorEntry")
-    initiator_entry.set_text(anaconda.storage.iscsi.initiator)
-    if anaconda.storage.iscsi.initiatorSet:
-        initiator_entry.set_sensitive(False)
-
-    while True:
-        rc = dialog.run()
-        if rc in [gtk.RESPONSE_CANCEL, gtk.RESPONSE_DELETE_EVENT]:
-            break
-
-        initiator = initiator_entry.get_text().strip()
-        if len(initiator) == 0:
-            anaconda.intf.messageWindow(_("Invalid Initiator Name"),
-                                        _("You must provide an initiator name."))
-            continue
-
-        anaconda.storage.iscsi.initiator = initiator
-
-        target = dxml.get_widget("iscsiAddrEntry").get_text().strip()
-        user = dxml.get_widget("userEntry").get_text().strip()
-        pw = dxml.get_widget("passEntry").get_text().strip()
-        user_in = dxml.get_widget("userinEntry").get_text().strip()
-        pw_in = dxml.get_widget("passinEntry").get_text().strip()
-
+    # go through the wizard's dialogs, read the user input (selected nodes,
+    # login credentials) and provide it to the iscsi subsystem
+    wizard = iSCSIWizard()
+    step = STEP_DISCOVERY
+    login_ok_nodes = []
+    while step != STEP_DONE:
         try:
-            count = len(target.split(":"))
-            idx = target.rfind("]:")
-            # Check for IPV6 [IPV6-ip]:port
-            if idx != -1:
-                ip = target[1:idx]
-                port = target[idx+2:]
-            # Check for IPV4 aaa.bbb.ccc.ddd:port
-            elif count == 2:
-                idx = target.rfind(":")
-                ip = target[:idx]
-                port = target[idx+1:]
-            else:
-                ip = target
-                port = "3260"
-
-            network.sanityCheckIPString(ip)
-        except (network.IPMissing, network.IPError) as msg:
-            anaconda.intf.messageWindow(_("Error with Data"), msg)
-            continue
-
-        try:
-            anaconda.storage.iscsi.addTarget(ip, port, user, pw,
-                                             user_in, pw_in,
-                                             anaconda.intf)
-        except ValueError as e:
-            anaconda.intf.messageWindow(_("Error"), str(e))
-            continue
-        except IOError as e:
-            anaconda.intf.messageWindow(_("Error"), str(e))
-            rc = gtk.RESPONSE_CANCEL
+            if step == STEP_DISCOVERY:
+                rc = wizard.display_discovery_dialog(
+                    anaconda.storage.iscsi.initiator,
+                    anaconda.storage.iscsi.initiatorSet)
+                if rc == gtk.RESPONSE_CANCEL:
+                    break
+                anaconda.storage.iscsi.initiator = wizard.get_initiator()
+                discovery_dict = wizard.get_discovery_dict()
+                discovery_dict["intf"] = anaconda.intf
+                log.critical("discovering with %s" % discovery_dict)
+                found_nodes = anaconda.storage.iscsi.discover(**discovery_dict)
+                map(lambda node: log.info("discovered iSCSI node: %s" % node.name),
+                    found_nodes)
+                step = STEP_NODES
+            elif step == STEP_NODES:
+                if len(found_nodes) < 1:
+                    log.debug("iscsi: no new iscsi nodes discovered")
+                    anaconda.intf.messageWindow(_("iSCSI Nodes"), 
+                                                _("No new iSCSI nodes discovered"))
+                    break
+                (rc, selected_nodes) = wizard.display_nodes_dialog(found_nodes)
+                if rc == gtk.RESPONSE_CANCEL or len(selected_nodes) == 0:
+                    break
+                step = STEP_LOGIN
+            elif step == STEP_LOGIN:
+                rc = wizard.display_login_dialog()
+                if rc == gtk.RESPONSE_CANCEL:
+                    break;
+                login_dict = wizard.get_login_dict()
+                log.critical("logging with %s" % login_dict)
+                login_dict["intf"] = anaconda.intf
+                login_fail_nodes = []
+                login_fail_msg = ""
+                for node in selected_nodes:
+                    (rc, msg) = anaconda.storage.iscsi.log_into_node(node,
+                                                                     **login_dict)
+                    if rc:
+                        login_ok_nodes.append(node)
+                    else:
+                        login_fail_nodes.append(node)
+                    if msg:
+                        # only remember the last message:
+                        login_fail_msg = msg
+                step = STEP_SUMMARY
+            elif step == STEP_SUMMARY:
+                rc = wizard.display_success_dialog(login_ok_nodes, 
+                                                   login_fail_nodes,
+                                                   login_fail_msg)
+                if rc == gtk.RESPONSE_OK:
+                    step = STEP_DONE
+                else:
+                    # user wants to try logging into the failed nodes again
+                    found_nodes = login_fail_nodes
+                    step = STEP_NODES
 
-        break
+        except (network.IPMissing, network.IPError) as msg:
+            log.debug("addIscsiDrive() cancelled due to an invalid IP address.")
+            anaconda.intf.messageWindow(_("iSCSI Error"), msg)
+            if step != STEP_DISCOVERY:
+                break
+        except (ValueError, IOError) as e:
+            log.debug("addIscsiDrive() IOError exception: %s" % e)
+            step_str = _("Discovery") if step == STEP_DISCOVERY else _("Login")
+            anaconda.intf.messageWindow(_("iSCSI %s Error") % step_str, str(e))
+            break
+    
+    wizard.destroy_dialogs()
 
-    dialog.destroy()
-    return rc
+    if len(login_ok_nodes):
+        return gtk.RESPONSE_OK
+    log.info("addIscsiDrive(): no new nodes added")
+    return gtk.RESPONSE_CANCEL
 
 def addZfcpDrive(anaconda):
     (dxml, dialog) = gui.getGladeWidget("zfcp-config.glade", "zfcpDialog")
diff --git a/pyanaconda/storage/iscsi.py b/pyanaconda/storage/iscsi.py
index 45aba19..0084b0c 100644
--- a/pyanaconda/storage/iscsi.py
+++ b/pyanaconda/storage/iscsi.py
@@ -203,6 +203,71 @@ class iscsi(object):
 
         self._startIBFT(intf)
         self.started = True
+        
+    def discover(self, ipaddr, port="3260", username=None, password=None,
+                  r_username=None, r_password=None, intf=None):
+        """
+        Discover iSCSI nodes on the target.
+
+        Returns list of new found nodes.
+        """
+        authinfo = None
+        found = 0
+        logged_in = 0
+
+        if not has_iscsi():
+            raise IOError, _("iSCSI not available")
+        if self._initiator == "":
+            raise ValueError, _("No initiator name set")
+
+        if username or password or r_username or r_password:
+            # Note may raise a ValueError
+            authinfo = libiscsi.chapAuthInfo(username=username, 
+                                             password=password,
+                                             reverse_username=r_username,
+                                             reverse_password=r_password)
+        self.startup(intf)
+
+        # Note may raise an IOError
+        found_nodes = libiscsi.discover_sendtargets(address=ipaddr,
+                                                    port=int(port),
+                                                    authinfo=authinfo)
+        # only return the nodes we are not logged into yet
+        return [n for n in found_nodes if n not in self.nodes]
+
+    def log_into_node(self, node, username=None, password=None,
+                  r_username=None, r_password=None, intf=None):
+        """
+        Raises IOError.
+        """
+        rc = False # assume failure
+        msg = ""
+
+        if intf:
+            w = intf.waitWindow(_("Logging in to iSCSI node"),
+                                _("Logging in to iSCSI node %s") % node.name)
+        try:
+            authinfo = None
+            if username or password or r_username or r_password:
+                # may raise a ValueError
+                authinfo = libiscsi.chapAuthInfo(username=username,
+                                                 password=password,
+                                                 reverse_username=r_username,
+                                                 reverse_password=r_password)
+            node.setAuth(authinfo)
+            node.login()
+            rc = True
+            log.info("iSCSI: logged into %s %s:%s" % (node.name, 
+                                                      node.address, 
+                                                      node.port))
+            self.nodes.append(node)
+        except (IOError, ValueError) as e:
+            msg = str(e)
+            log.warning("iSCSI: could not log into %s: %s" % (node.name, msg))
+        if intf:
+            w.pop()
+
+        return (rc, msg)
 
     def addTarget(self, ipaddr, port="3260", user=None, pw=None,
                   user_in=None, pw_in=None, intf=None):
-- 
1.7.1.1

_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list

[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux