Create the stable wheel and image build files

This update supports the migration to stable/dev build streams by
setting up the stable wheels.inc and image build files.

Depends-On: I76f107bd58a6eee716aca69a1c03716b4f491df5
Depends-On: Ib5dc9a7c1d8c37368d073e28d83eeb883766ee3f
Depends-On: I538bae32a68e43d07e5c64ead8e2884204509194

Story: 2005248
Task: 30149
Signed-off-by: Don Penney <don.penney@windriver.com>

Change-Id: I733b44b5d6bbb789c92e10ea8606a4f44d0d6f88
Co-authored-by: Mario Alfredo Carrillo Arevalo <mario.alfredo.c.arevalo@intel.com>
This commit is contained in:
Don Penney 2019-03-24 21:08:19 -04:00
parent e0c93659ec
commit 9ae56e2c38
3 changed files with 29 additions and 0 deletions

View File

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

4
centos_stable_wheels.inc Normal file
View File

@ -0,0 +1,4 @@
fm-api-wheels
fm-common-wheels
fm-rest-api-wheels
python-fmclient-wheels

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"