From 313b56d479a9dee09dddcd952211210cc1ea0288 Mon Sep 17 00:00:00 2001 From: Don Penney Date: Wed, 3 Apr 2019 16:38:12 -0400 Subject: [PATCH] Remove pike/master files This update removes pike and master wheel and/or image files, as these have been replaced with stable/dev. Change-Id: I9e1c98c5e5e5e6c0832ed443ad0a35aa4fb30282 Story: 2005248 Task: 30323 Signed-off-by: Don Penney --- centos_master_docker_images.inc | 1 - centos_pike_docker_images.inc | 1 - centos_pike_wheels.inc | 4 ---- .../stx-fm-rest-api.master_docker_image | 16 ------------- .../centos/stx-fm-rest-api.pike_docker_image | 24 ------------------- 5 files changed, 46 deletions(-) delete mode 100644 centos_master_docker_images.inc delete mode 100644 centos_pike_docker_images.inc delete mode 100644 centos_pike_wheels.inc delete mode 100644 fm-rest-api/centos/stx-fm-rest-api.master_docker_image delete mode 100644 fm-rest-api/centos/stx-fm-rest-api.pike_docker_image diff --git a/centos_master_docker_images.inc b/centos_master_docker_images.inc deleted file mode 100644 index c131931b..00000000 --- a/centos_master_docker_images.inc +++ /dev/null @@ -1 +0,0 @@ -fm-rest-api diff --git a/centos_pike_docker_images.inc b/centos_pike_docker_images.inc deleted file mode 100644 index c131931b..00000000 --- a/centos_pike_docker_images.inc +++ /dev/null @@ -1 +0,0 @@ -fm-rest-api diff --git a/centos_pike_wheels.inc b/centos_pike_wheels.inc deleted file mode 100644 index 7e128758..00000000 --- a/centos_pike_wheels.inc +++ /dev/null @@ -1,4 +0,0 @@ -fm-api-wheels -fm-common-wheels -fm-rest-api-wheels -python-fmclient-wheels diff --git a/fm-rest-api/centos/stx-fm-rest-api.master_docker_image b/fm-rest-api/centos/stx-fm-rest-api.master_docker_image deleted file mode 100644 index 8485654c..00000000 --- a/fm-rest-api/centos/stx-fm-rest-api.master_docker_image +++ /dev/null @@ -1,16 +0,0 @@ -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" diff --git a/fm-rest-api/centos/stx-fm-rest-api.pike_docker_image b/fm-rest-api/centos/stx-fm-rest-api.pike_docker_image deleted file mode 100644 index cf19959e..00000000 --- a/fm-rest-api/centos/stx-fm-rest-api.pike_docker_image +++ /dev/null @@ -1,24 +0,0 @@ -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"