[Trival Update] Organize the packages lists

The package lists within the role should be alphabetized.
This makes reading the list and adding packages easier.

Change-Id: Ib9ed21fa6e9bc79537f76c7a2fc7842afa91a7c7
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
This commit is contained in:
Kevin Carter 2016-09-17 11:33:50 -05:00 committed by Jesse Pretorius
parent ea89da7feb
commit 22967712bf
3 changed files with 15 additions and 15 deletions

View File

@ -132,25 +132,25 @@ ceilometer_keystone_auth_plugin: password
# ceilometer packages that must be installed before anything else
ceilometer_requires_pip_packages:
- httplib2
- python-keystoneclient # Keystoneclient needed to OSA keystone lib
- virtualenv
- virtualenv-tools
- python-keystoneclient # Keystoneclient needed to OSA keystone lib
- httplib2
# Common pip packages
ceilometer_pip_packages:
- ceilometer
- python-ceilometerclient
- ceilometermiddleware
- PyMySQL
- python-memcached
- pycrypto
- warlock
- pymongo
- tooz
- libvirt-python
- gnocchiclient
- libvirt-python
- oslo.db
- pycrypto
- PyMySQL
- pymongo
- python-ceilometerclient
- python-memcached
- tooz
- warlock
## Service Names
ceilometer_service_names:

View File

@ -18,9 +18,9 @@ cache_timeout: 600
# Common apt packages
ceilometer_distro_packages:
- git
- rpcbind
- rsync
- git
# Packages required in developer mode, where packages are built locally
ceilometer_developer_mode_distro_packages:
@ -29,4 +29,4 @@ ceilometer_developer_mode_distro_packages:
ceilometer_apache_distro_packages:
- apache2
- apache2-utils
- libapache2-mod-wsgi
- libapache2-mod-wsgi

View File

@ -18,16 +18,16 @@ cache_timeout: 600
# Common apt packages
ceilometer_distro_packages:
- git
- rpcbind
- rsync
- git
# Packages required in developer mode, where packages are built locally
ceilometer_developer_mode_distro_packages:
- pkg-config
- libvirt-dev
- pkg-config
ceilometer_apache_distro_packages:
- apache2
- apache2-utils
- libapache2-mod-wsgi
- libapache2-mod-wsgi