diff --git a/centos_master_docker_images.inc b/centos_master_docker_images.inc new file mode 100644 index 00000000..c131931b --- /dev/null +++ b/centos_master_docker_images.inc @@ -0,0 +1 @@ +fm-rest-api diff --git a/centos_pike_docker_images.inc b/centos_pike_docker_images.inc new file mode 100644 index 00000000..c131931b --- /dev/null +++ b/centos_pike_docker_images.inc @@ -0,0 +1 @@ +fm-rest-api 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 new file mode 100644 index 00000000..8485654c --- /dev/null +++ b/fm-rest-api/centos/stx-fm-rest-api.master_docker_image @@ -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" 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 new file mode 100644 index 00000000..cf19959e --- /dev/null +++ b/fm-rest-api/centos/stx-fm-rest-api.pike_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"