Update the directive files to be compatible with ussuri version build.
Since openstack ussuri images are based on python3 environment, we have
to install rh-python36-wsgi for httpd/apache and copy related files
into /etc/httpd/. Without this CUSTOMIZATION, apache could not work.
Story: 2007474
Task: 39179
Depends-on: https://review.opendev.org/#/c/731461/
Change-Id: I415ea75eb24d8b1c3151b63efd2e82075e68f26e
Signed-off-by: Yu Chengde <yu.chengde@99cloud.com>
This commit updates the openstack image directives to pull
source from the opendev.org repo locations, rather than
github.com
Change-Id: I79120663c2441ce76b2803b6de8aad8c2fc44bf3
Story: 2004751
Task: 33483
Signed-off-by: Don Penney <don.penney@windriver.com>
This update creates the image directives files for building
the Openstack services in the stable build, based on the
Stein release.
Depends-On: I6852620b05f58509c93877d9d8c5754e9aa64c0e
Change-Id: I2f53eab28acfa1038e9c6a1c2783d71ec9dfed47
Story: 2005248
Task: 30356
Signed-off-by: Don Penney <don.penney@windriver.com>
This update removes pike and master wheel and/or image files,
as these have been replaced with stable/dev.
Change-Id: I86e778481152a6bbbcbc18e41669194b7d7417fb
Story: 2005248
Task: 30322
Signed-off-by: Don Penney <don.penney@windriver.com>
Containerized builds do not use src rpms, but instead
build directly from git repos or upstream sources.
A clean workspace build passed, as well as building wheels and
containers.
A later commit will remove or rename the containerized pike
files, which are almost all not being built anymore.
Removing:
aodh
ceilometer
cinder
glance
glance-store
gnocchi
ironic
heat
magnum
magnum-ui
murano
murano-ui
nova
neutron
neutron-lib
python-networking-bgpvpn
python-networking-sfc
python-networking-odl
python-neutron-dynamic-routing
panko
panko-config
This also fixes some minor tox issues
1) bashate needed the argument -r to handle empty input to xargs
2) bashate needs to process files individually otherwise
failures may not be reported.
3) bashate line too long no longer needed to be suppressed since
the file with the issue was removed.
The existing folders still exist to provide the docker image
directives. A future commit may relocate the docker image
directives into their own centralized location.
Story: 2004764
Task: 30213
Change-Id: I4b724e4630593326dead7e86b0bfc74b556cfb9f
Signed-off-by: Al Bailey <Al.Bailey@windriver.com>
This update supports the migration to stable/dev build streams by
setting up the stable/dev wheels.inc and image build files.
Change-Id: If9d7edf51b0951dcf8313b2443193800babe3b2f
Story: 2005248
Task: 30101
Depends-On: Ib5dc9a7c1d8c37368d073e28d83eeb883766ee3f
Signed-off-by: Don Penney <don.penney@windriver.com>
python-aodhclient spec file is based off 1.1.1 (rocky)
python-barbicanclient spec file is based off 4.7.1 (rocky)
python-cinderclient spec file is based off 4.0.1 (rocky)
python-glanceclient spec file is based off 2.13.1 (rocky)
- docs disabled
python-gnocchiclient spec file is based off 7.0.4 (rocky)
python-heatclient spec file is based off 1.16.1 (rocky)
- docs disabled
python-ironicclient spec file is based off 2.5.0 (rocky)
python-keystoneclient spec file is based off 3.17.0 (rocky)
python-magnumclient spec file is based off 2.10.0 (rocky)
python-muranoclient spec file is based off 1.1.1 (rocky)
python-neutronclient spec file is based off 6.9.1 (rocky)
python-novaclient spec file is based off 11.0.0 (rocky)
- docs disabled
python-openstackclient spec file is based off 3.16.2 (rocky)
- docs disabled
- unit tests disabled
python-openstacksdk spec file is based of 0.17.2 (rocky)
- unit tests disabled
python-pankoclient spec file is based off 0.5.0 (rocky)
The primary changes to each spec files are
1) version has tis extension
2) sdk package added
3) wheels package added
Disable building:
- openstack-aodh
- python-osc-lib
ceilometerclient no longer exists.
openstack-heat no longer requires ceilometerclient
Story: 2004751
Task: 28864
Change-Id: Ifa905bea2e95ded72a327f8ff43667c8c5429363
Depends-On: Iea58cb9484c75cf757397d53d7d1576a2f436d81
Signed-off-by: Al Bailey <Al.Bailey@windriver.com>
This update defines the docker image directives file to support
building the service images with openstack master branch.
Change-Id: I3203cdd1e82ffbe518d7cefa76ce28f66df1bae0
Story: 2003907
Task: 28178
Signed-off-by: Don Penney <don.penney@windriver.com>