12 Commits

Author SHA1 Message Date
yuchengde
b8b897a028 Upgrade openstack docker images for stable/ussuri
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>
2020-06-19 00:09:10 +08:00
zhipengl
029758edc4 Upgrade docker images for openstack release train
Story: 2006544
Task: 36618

Depends-on: https://review.opendev.org/#/c/684166/
Change-Id: Iffe257ae67781c4711906e7ae0b72b3ed38531dc
Signed-off-by: Zhipeng Liu <zhipengs.liu@intel.com>
2019-10-11 07:58:21 +00:00
Don Penney
e9d7ee6bbc Update image directives files for opendev.org move
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>
2019-05-23 12:57:45 -04:00
Don Penney
0b04175782 Create stable image directives for Openstack services
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>
2019-04-05 20:01:58 -04:00
Don Penney
8acccecba4 Remove pike/master files
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>
2019-04-03 16:41:12 -04:00
Al Bailey
c3aafc8cea Remove unused openstack files that are no longer in use
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>
2019-03-28 08:54:38 -05:00
Don Penney
9250bdd804 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: If9d7edf51b0951dcf8313b2443193800babe3b2f
Story: 2005248
Task: 30101
Depends-On: Ib5dc9a7c1d8c37368d073e28d83eeb883766ee3f
Signed-off-by: Don Penney <don.penney@windriver.com>
2019-03-20 14:09:35 -04:00
Al Bailey
d7964a17fb Update openstack clients to stein/master
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>
2019-01-17 08:51:19 -06:00
Don Penney
d336cb2c02 Add directives to build StarlingX services on master
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>
2018-11-30 10:15:51 -06:00
Don Penney
ffaabb565d Create stx-upstream docker image directives files
This update adds the docker image build directives file for the
following services:
- stx-aodh
- stx-ceilometer
- stx-cinder
- stx-glance
- stx-gnocchi
- stx-heat
- stx-horizon
- stx-ironic
- stx-keystone
- stx-magnum
- stx-murano
- stx-neutron
- stx-nova
- stx-panko

and creates the centos_pike_docker_images.inc.

Change-Id: Ic51a5829a73aed9335895dc5554870019c9d58b5
Story: 2003907
Task: 27937
Signed-off-by: Don Penney <don.penney@windriver.com>
2018-11-14 15:17:42 -06:00
Don Penney
4c798d22c5 Add hooks for python wheel generation
This update adds hooks to the spec files for the following packages
to generate wheels for the python modules:
- distributedcloud-client-wheels
- distributedcloud-wheels
- gnocchi-wheels
- openstack-ceilometer-wheels
- openstack-cinder-wheels
- openstack-glance-wheels
- openstack-heat-wheels
- openstack-ironic-wheels
- openstack-keystone-wheels
- openstack-magnum-ui-wheels
- openstack-magnum-wheels
- openstack-murano-ui-wheels
- openstack-murano-wheels
- openstack-neutron-wheels
- openstack-nova-wheels
- python-ceilometerclient-wheels
- python-cinderclient-wheels
- python-django-horizon-wheels
- python-glanceclient-wheels
- python-gnocchiclient-wheels
- python-ironicclient-wheels
- python-magnumclient-wheels
- python-muranoclient-wheels
- python-networking-bgpvpn-wheels
- python-networking-odl-wheels
- python-networking-sfc-wheels
- python-neutronclient-wheels
- python-neutron-dynamic-routing-wheels
- python-neutron-lib-wheels
- python-novaclient-wheels
- python-openstacksdk-wheels

Change-Id: I35ac2c82ea32c516488dc3ea2a86d9a4ca57051e
Story: 2003907
Task: 27530
Signed-off-by: Don Penney <don.penney@windriver.com>
2018-10-23 10:36:17 -04:00
Dean Troyer
9d3ca49387 StarlingX open source release updates
Signed-off-by: Dean Troyer <dtroyer@gmail.com>
2018-05-31 07:37:19 -07:00