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: > shell: >
. /root/openrc && openstack token issue --format yaml | awk '/^id\:/ {print $2}' . /root/openrc && openstack token issue --format yaml | awk '/^id\:/ {print $2}'
register: get_keystone_token register: get_keystone_token
changed_when: false
- name: set token - name: set token
set_fact: set_fact:

View File

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

View File

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

View File

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