Create the stable/dev wheel and image build files
This update supports the migration to stable/dev build streams by setting up the stable/dev wheels.inc and image build files. Change-Id: I61e0cde00ae17f4530202cf86b7f75be6c418459 Story: 2005248 Task: 30104 Depends-On: Ib5dc9a7c1d8c37368d073e28d83eeb883766ee3f Signed-off-by: Don Penney <don.penney@windriver.com>
This commit is contained in:
parent
f3680cd0c3
commit
1bb19164d6
1
centos_dev_docker_images.inc
Normal file
1
centos_dev_docker_images.inc
Normal file
@ -0,0 +1 @@
|
|||||||
|
./nova-api-proxy
|
1
centos_dev_wheels.inc
Normal file
1
centos_dev_wheels.inc
Normal file
@ -0,0 +1 @@
|
|||||||
|
nova-api-proxy-wheels
|
1
centos_stable_docker_images.inc
Normal file
1
centos_stable_docker_images.inc
Normal file
@ -0,0 +1 @@
|
|||||||
|
./nova-api-proxy
|
1
centos_stable_wheels.inc
Normal file
1
centos_stable_wheels.inc
Normal file
@ -0,0 +1 @@
|
|||||||
|
nova-api-proxy-wheels
|
@ -0,0 +1,8 @@
|
|||||||
|
BUILDER=loci
|
||||||
|
LABEL=stx-nova-api-proxy
|
||||||
|
# Set PROJECT=infra and PROJECT_REPO=nil because we are not cloning a repo
|
||||||
|
PROJECT=infra
|
||||||
|
PROJECT_REPO=nil
|
||||||
|
PIP_PACKAGES="api_proxy eventlet oslo.config oslo.log \
|
||||||
|
paste PasteDeploy routes webob keystonemiddleware pylint"
|
||||||
|
|
@ -0,0 +1,8 @@
|
|||||||
|
BUILDER=loci
|
||||||
|
LABEL=stx-nova-api-proxy
|
||||||
|
# Set PROJECT=infra and PROJECT_REPO=nil because we are not cloning a repo
|
||||||
|
PROJECT=infra
|
||||||
|
PROJECT_REPO=nil
|
||||||
|
PIP_PACKAGES="api_proxy eventlet oslo.config oslo.log \
|
||||||
|
paste PasteDeploy routes webob keystonemiddleware pylint"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user