From 9e7b9c4d0cc17e31f3c84c2d6ae9a95a5f97527c Mon Sep 17 00:00:00 2001 From: Tiago Gomes Date: Wed, 22 Apr 2015 14:14:35 +0000 Subject: Configure and start an iSCSI initiator on all required machines The OpenStack Ironic Conductor service requires that an iSCSI initiator is running on the same local machine. This commit configures and sets an iSCSI initiator to run on the controller node on a two-node and three-node OpenStack system. For a one-node system, this service was already configured as it is required by OpenStack Cinder. Change-Id: I46291d9cd1a31e3ff91888401d45ab0dc67e3677 --- openstack-ironic.configure | 3 +++ 1 file changed, 3 insertions(+) (limited to 'openstack-ironic.configure') diff --git a/openstack-ironic.configure b/openstack-ironic.configure index 7c9c0ffd..962bbcd1 100644 --- a/openstack-ironic.configure +++ b/openstack-ironic.configure @@ -73,6 +73,9 @@ fi ###################################### enable openstack-ironic-setup +enable iscsi-setup +enable target #target.service! +enable iscsid ########################################################################## # Generate configuration file -- cgit v1.2.1