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"