Add librados2-dev to distro package list

librados2-dev is need to build 'cradox', from gnocchi's ceph
requirements.

The package lists have also been alphabetized.

A linting error in tests was corrected to unblock the gates.

Change-Id: I91b579ff478c02f40fb1573b433735a6a3794e2b
This commit is contained in:
Jimmy McCrory 2017-12-14 13:47:52 -08:00
parent b1f7574dc5
commit d5060e8bac
4 changed files with 14 additions and 10 deletions

View File

@ -43,6 +43,7 @@
shell: >
. /root/openrc && openstack token issue --format yaml | awk '/^id\:/ {print $2}'
register: get_keystone_token
changed_when: false
- name: set token
set_fact:

View File

@ -16,12 +16,13 @@
#: Necessary packages
gnocchi_distro_packages:
- '@Development Tools'
- git
- httpd
- httpd-tools
- librados2-devel
- mod_wsgi
- git
- python-devel
- postgresql-devel
- python-devel
- which
gnocchi_system_service_name: httpd

View File

@ -16,21 +16,22 @@
# Necessary packages (also includes packages from devel_basis patterns)
gnocchi_distro_packages:
- apache2
- apache2-mod_wsgi
- apache2-utils
- autoconf
- automake
- binutils
- cpp
- gcc
- git-core
- glibc-devel
- librados2-devel
- libtool
- m4
- make
- apache2
- apache2-utils
- apache2-mod_wsgi
- git-core
- python-devel
- postgresql-devel
- python-devel
- which
gnocchi_system_service_name: apache2

View File

@ -17,11 +17,12 @@
gnocchi_distro_packages:
- apache2
- apache2-utils
- libapache2-mod-wsgi
- git
- build-essential
- python-dev
- git
- libapache2-mod-wsgi
- libpq-dev
- librados-dev
- python-dev
gnocchi_system_service_name: apache2