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:
parent
b1f7574dc5
commit
d5060e8bac
@ -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:
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user