Port stx-nova-api-proxy image to stx-debian

This change enables building the stx-nova-api-proxy image within the
Debian build framework. It is now based on stx-debian and following the
new convention for StarlingX images.

Test Plan:
PASS: Build stx-nova-api-proxy image
PASS: Manually upload built image to a system, use helm-override to
      change the nova-api-proxy container image and apply stx-openstack
PASS: Ensure the nova-api-proxy pod successfully starts and is running
PASS: Ensure nova-api-proxy pod liveness and readiness probes are
      healthy

Depends-On: https://review.opendev.org/c/starlingx/root/+/871314

Story: 2010072
Task: 47217

Signed-off-by: Luan Nunes Utimura <LuanNunes.Utimura@windriver.com>
Change-Id: I80e4a046e6ae89b1dae2f583fb14723713194e45
This commit is contained in:
Luan Nunes Utimura 2023-01-24 19:30:48 -03:00
parent d87462c851
commit 6a552b6528
3 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1 @@
./nova-api-proxy

1
debian_stable_wheels.inc Normal file
View File

@ -0,0 +1 @@
nova-api-proxy-wheels

View File

@ -0,0 +1,7 @@
BUILDER=loci
LABEL=stx-nova-api-proxy
PROJECT=infra
PROJECT_REPO=nil
PIP_PACKAGES="api_proxy eventlet oslo.config oslo.log \
paste PasteDeploy routes webob keystonemiddleware"
DIST_REPOS="OS"