Merge "Add fm-rest-api docker image directives files"
This commit is contained in:
commit
e0c93659ec
1
centos_master_docker_images.inc
Normal file
1
centos_master_docker_images.inc
Normal file
@ -0,0 +1 @@
|
||||
fm-rest-api
|
1
centos_pike_docker_images.inc
Normal file
1
centos_pike_docker_images.inc
Normal file
@ -0,0 +1 @@
|
||||
fm-rest-api
|
16
fm-rest-api/centos/stx-fm-rest-api.master_docker_image
Normal file
16
fm-rest-api/centos/stx-fm-rest-api.master_docker_image
Normal file
@ -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"
|
24
fm-rest-api/centos/stx-fm-rest-api.pike_docker_image
Normal file
24
fm-rest-api/centos/stx-fm-rest-api.pike_docker_image
Normal 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"
|
Loading…
Reference in New Issue
Block a user