From 82fe7bc07adf43ef4febf47dbffa33e4b8390045 Mon Sep 17 00:00:00 2001
From: Michel Rode <rode@b1-systems.de>
Date: Fri, 30 Jun 2017 11:05:42 +0200
Subject: [PATCH] Added open-iscsi to default removals

The bootstrapping process should remove the open-iscsi package.
Otherwise the iscsid startup will failed.

Change-Id: I0c31c84f4486bd44c467fbaf7a26563e4dbc5ccf
---
 ansible/roles/baremetal/defaults/main.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ansible/roles/baremetal/defaults/main.yml b/ansible/roles/baremetal/defaults/main.yml
index 64710701cf..eaf4f0f716 100644
--- a/ansible/roles/baremetal/defaults/main.yml
+++ b/ansible/roles/baremetal/defaults/main.yml
@@ -28,7 +28,9 @@ ubuntu_pkg_removals:
  - lxd
  - lxc
  - libvirt-bin
+ - open-iscsi
 
 redhat_pkg_removals:
  - libvirt
  - libvirt-daemon
+ - iscsi-initiator-utils
-- 
GitLab