Add fm-rest-api docker image directives files

This commit adds the required files to build the
docker image that will be used for enabling fm-rest-api as
a service in a container.

Story: 2004008
Task: 28874
Depends-On: https://review.openstack.org/635695/

Change-Id: I87900fcd939024dffc41869cf62c1dd29d5c1f90
Signed-off-by: Mario Alfredo Carrillo Arevalo <mario.alfredo.c.arevalo@intel.com>
This commit is contained in:
Mario Alfredo Carrillo Arevalo 2019-02-02 02:51:19 +00:00
parent 26563288d1
commit 20da548651
4 changed files with 42 additions and 0 deletions

View File

@ -0,0 +1 @@
fm-rest-api

View File

@ -0,0 +1 @@
fm-rest-api

View File

@ -0,0 +1,16 @@
BUILDER=loci
LABEL=stx-fm-rest-api
# Set PROJECT=infra and PROJECT_REPO=nil because we are not cloning a repo
PROJECT=infra
PROJECT_REPO=nil
PIP_PACKAGES="
httplib2 \
keystone \
keystonemiddleware \
oslo.db \
oslo.log \
oslo.middleware \
oslo.policy \
oslo.versionedobjects \
python_neutronclient"

View File

@ -0,0 +1,24 @@
BUILDER=loci
LABEL=stx-fm-rest-api
# Set PROJECT=infra and PROJECT_REPO=nil because we are not cloning a repo
PROJECT=infra
PROJECT_REPO=nil
DIST_PACKAGES="postgresql-devel fm-common"
PIP_PACKAGES="
cgtsclient \
fm \
fm_api \
fm_core \
httplib2 \
keystone \
keystonemiddleware \
oslo.db \
oslo.log \
oslo.middleware \
oslo.policy \
oslo.versionedobjects
python_neutronclient \
pecan \
tsconfig \
WSME"