Merge remote-tracking branch 'starlingx/master' into HEAD

Change-Id: I476cc90018cc2ad0b52aa1d7afcda35a4a91c396
Signed-off-by: Scott Little <scott.little@windriver.com>
This commit is contained in:
Scott Little 2019-01-16 10:52:48 -05:00
commit 9bc218f147
1 changed files with 8 additions and 2 deletions

View File

@ -1,8 +1,14 @@
BUILDER=loci
LABEL=stx-gnocchi
PROJECT=gnocchi
PROJECT_REPO=https://github.com/gnocchixyz/gnocchi.git
# Temporarily pointing to forked gnocchi repo
# This is necessary to revert a specific commit that does
# not support the older CEPH currently in starlingx.
# Once the CEPH upgrade is complete, we can go back
# to using the main repo
PROJECT_REPO=https://github.com/donpenney/gnocchi.git
PIP_PACKAGES="pylint SQLAlchemy SQLAlchemy-Utils oslo.db keystonemiddleware gnocchiclient pymemcache psycopg2"
DIST_PACKAGES="python-rados"
# python-rados is provided by ceph, so specify an older version to install
DIST_PACKAGES="python-rados-10.2.5"
PROFILES="gnocchi apache"