From 7dcb2c7f008509967feed49ff0951c3b25c03b50 Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Thu, 9 Aug 2018 09:14:46 +0100 Subject: [PATCH] Remove unnecessary distro package installs There appears to be no need for the openstack packages to be installed by this role, especially given that they conflict with the installs done by the utility playbook when doing a source-based install. Also, the other packages in the list appear to be a remnant of the past. It appears that neither 'which' or 'rsync' are used in the role through shell commands or ansible modules. Change-Id: Ib757dd2616f6d6aa6ebc6b870b76b3fa2ac7c8f6 --- vars/redhat-7.yml | 8 -------- vars/suse.yml | 8 -------- vars/ubuntu.yml | 6 ------ 3 files changed, 22 deletions(-) diff --git a/vars/redhat-7.yml b/vars/redhat-7.yml index 1c771383..33b3b7c8 100644 --- a/vars/redhat-7.yml +++ b/vars/redhat-7.yml @@ -15,11 +15,3 @@ tempest_distro_packages: - git - - postgresql-devel - - python-glanceclient - - python-keystoneclient - - python-neutronclient - - python-novaclient - - python2-shade - - rsync - - which diff --git a/vars/suse.yml b/vars/suse.yml index 1b2e07d2..49d5230d 100644 --- a/vars/suse.yml +++ b/vars/suse.yml @@ -16,11 +16,3 @@ tempest_distro_packages: - git-core - - postgresql-devel - - python-glanceclient - - python-keystoneclient - - python-neutronclient - - python-novaclient - - python-shade - - rsync - - which diff --git a/vars/ubuntu.yml b/vars/ubuntu.yml index 3fa65bc8..470d2fdf 100644 --- a/vars/ubuntu.yml +++ b/vars/ubuntu.yml @@ -18,9 +18,3 @@ cache_timeout: 600 tempest_distro_packages: - git-core - - libpq-dev - - python-glanceclient - - python-keystoneclient - - python-neutronclient - - python-novaclient - - rsync