upstream/openstack/python-gnocchi/centos/stx-gnocchi.stable_docker_image
Don Penney 0b04175782 Create stable image directives for Openstack services
This update creates the image directives files for building
the Openstack services in the stable build, based on the
Stein release.

Depends-On: I6852620b05f58509c93877d9d8c5754e9aa64c0e
Change-Id: I2f53eab28acfa1038e9c6a1c2783d71ec9dfed47
Story: 2005248
Task: 30356
Signed-off-by: Don Penney <don.penney@windriver.com>
2019-04-05 20:01:58 -04:00

15 lines
584 B
Plaintext

BUILDER=loci
LABEL=stx-gnocchi
PROJECT=gnocchi
# 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"
# python-rados is provided by ceph, so specify an older version to install
DIST_PACKAGES="python-rados-10.2.6"
PROFILES="gnocchi apache"