949dd5aa77
This creates a new package spec called python-k8sapp-openstack that will hold all the stevedore plugins needed to support the application. This spec will build two packages python-k8sapp-openstack and python-k8sapp-openstack-wheels. These packages are included in the build dependencies for the stx-openstack-helm application package build where the wheels file is included in the application tarball. The helm and armada plugins have been relocated to this repo and provided in a k8sapp_openstack python module. This module will be extracted from the wheels and installed on the platform via the sysinv application framework. The module will be made available when the application is enabled. Change-Id: I342308fbff23d29bfdf64a07dbded4bae01b79fd Depends-On: https://review.opendev.org/#/c/688191/ Story: 2006537 Task: 36978 Signed-off-by: Robert Church <robert.church@windriver.com>
10 lines
444 B
Plaintext
10 lines
444 B
Plaintext
SRC_DIR="k8sapp_openstack"
|
|
|
|
# Bump the version by the previous version value prior to decoupling as this
|
|
# will align the GITREVCOUNT value to increment the version by one. Remove this
|
|
# (i.e. reset to 0) on then next major version changes when TIS_BASE_SRCREV
|
|
# changes. This version should align with the version of the helm charts in
|
|
# stx-openstack-helm
|
|
TIS_BASE_SRCREV=8d3452a5e864339101590e542c24c375bb3808fb
|
|
TIS_PATCH_VER=GITREVCOUNT+20
|