From a0ce3608eef20fd188c4dd7954947d72e311dd34 Mon Sep 17 00:00:00 2001 From: Paul Bourke Date: Tue, 19 Apr 2016 11:01:19 +0100 Subject: [PATCH] Fix iscsid & tgtd sections in inventory samples * Multinode was missing the relevant sections * AIO had a typo and incorrect group for iscsid Co-Authored-By: Serguei Bezverkhi Closes-Bug: #1572050 Change-Id: I198d9fe8997a96b77ac5cbc9e354878fb6047861 --- ansible/inventory/all-in-one | 4 ++-- ansible/inventory/multinode | 7 +++++++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ansible/inventory/all-in-one b/ansible/inventory/all-in-one index d8fa29d7af..a33dc4d5c4 100644 --- a/ansible/inventory/all-in-one +++ b/ansible/inventory/all-in-one @@ -147,8 +147,8 @@ cinder storage # iSCSI -[iscsd:children] -storage +[iscsid:children] +compute [tgtd:children] storage diff --git a/ansible/inventory/multinode b/ansible/inventory/multinode index c6c1d2d125..e3434ced85 100644 --- a/ansible/inventory/multinode +++ b/ansible/inventory/multinode @@ -158,6 +158,13 @@ cinder [cinder-volume:children] storage +# iSCSI +[iscsid:children] +compute + +[tgtd:children] +storage + # Manila [manila-api:children] manila