openstack-ansible-os_cinder/vars
Jesse Pretorius 4f6dc1b520 Remove unnecessary package install duplication
Currently the devel packages are installed everywhere,
but they only need to be where the wheels are built.

Also, there is already a task to install the packages
needed on the target hosts when installing - so we do
not need to give the same list to the venv install role
because they will already have been installed.

All -dev/-devel packages are moved into the devel
variable so that they are only installed for source
builds.

The distro install should not need the devel packages
at all, so the list extension is removed.

Finally, we remove the unnecessary installation of the
compiling packages because the python venv build role
already does it.

Depends-On: https://review.openstack.org/613585
Change-Id: I1d8c556c9f71cef9e84f097957682fc7b847f37c
2018-10-31 10:28:01 +00:00
..
distro_install.yml Remove unnecessary package install duplication 2018-10-31 10:28:01 +00:00
main.yml Add support for using distribution packages for OpenStack services 2018-05-04 17:08:45 +01:00
redhat-7.yml Remove unnecessary package install duplication 2018-10-31 10:28:01 +00:00
source_install.yml Remove unnecessary package install duplication 2018-10-31 10:28:01 +00:00
suse.yml Remove unnecessary package install duplication 2018-10-31 10:28:01 +00:00
ubuntu.yml Remove unnecessary package install duplication 2018-10-31 10:28:01 +00:00