From b3098ca7bfd90755db7be377776e09d84754c4e4 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 27 Jun 2019 23:25:51 +0200 Subject: [PATCH] Install openSUSE distro packages selectively This patch moves the cinder distro packages into the correct variables so that each packages is only installed where needed. Change-Id: I3d2edfefade7e415aa201bccd2fd2be3ed7159d9 --- vars/suse.yml | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/vars/suse.yml b/vars/suse.yml index f4cf2757..63c7cd61 100644 --- a/vars/suse.yml +++ b/vars/suse.yml @@ -20,22 +20,16 @@ tgt_service_name: tgtd # Common yum packages cinder_distro_packages: - libkmod2 - - libpython2_7-1_0 - - libxml2 - - which + - libxslt1 cinder_service_distro_packages: - - openstack-cinder - - openstack-cinder-api - - openstack-cinder-backup - openstack-cinder-scheduler - - openstack-cinder-volume - python-openstackclient - - python-cursive - python-shade - python-systemd cinder_api_distro_packages: + - openstack-cinder-api - uwsgi - uwsgi-python @@ -47,7 +41,8 @@ cinder_devel_distro_packages: - systemd-devel - zlib-devel -cinder_volume_distro_packages: [] +cinder_volume_distro_packages: + - openstack-cinder-volume cinder_volume_distro_packages_tools: - qemu-tools @@ -62,6 +57,7 @@ cinder_lvm_volume_distro_packages: - tgt cinder_backup_distro_packages: + - openstack-cinder-backup - open-iscsi - nfs-utils - rpcbind