From 9ae56e2c380484dd6b66359dd8198782e4bdd953 Mon Sep 17 00:00:00 2001 From: Don Penney Date: Sun, 24 Mar 2019 21:08:19 -0400 Subject: [PATCH] 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 Change-Id: I733b44b5d6bbb789c92e10ea8606a4f44d0d6f88 Co-authored-by: Mario Alfredo Carrillo Arevalo --- centos_stable_docker_images.inc | 1 + centos_stable_wheels.inc | 4 ++++ .../stx-fm-rest-api.stable_docker_image | 24 +++++++++++++++++++ 3 files changed, 29 insertions(+) create mode 100644 centos_stable_docker_images.inc create mode 100644 centos_stable_wheels.inc create mode 100644 fm-rest-api/centos/stx-fm-rest-api.stable_docker_image diff --git a/centos_stable_docker_images.inc b/centos_stable_docker_images.inc new file mode 100644 index 00000000..c131931b --- /dev/null +++ b/centos_stable_docker_images.inc @@ -0,0 +1 @@ +fm-rest-api diff --git a/centos_stable_wheels.inc b/centos_stable_wheels.inc new file mode 100644 index 00000000..7e128758 --- /dev/null +++ b/centos_stable_wheels.inc @@ -0,0 +1,4 @@ +fm-api-wheels +fm-common-wheels +fm-rest-api-wheels +python-fmclient-wheels diff --git a/fm-rest-api/centos/stx-fm-rest-api.stable_docker_image b/fm-rest-api/centos/stx-fm-rest-api.stable_docker_image new file mode 100644 index 00000000..cf19959e --- /dev/null +++ b/fm-rest-api/centos/stx-fm-rest-api.stable_docker_image @@ -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"