summaryrefslogtreecommitdiff
path: root/playbooks
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup old legacy devstack-gate jobsClark Boylan2020-08-064-300/+0
| | | | | | | These jobs have been replaced with zuulv3 aware jobs. Change-Id: I36f0156b51301cdf892b980c6e689141a088cdfa Depends-On: https://review.opendev.org/745189
* Begin work to modernize pbr's integration testingClark Boylan2020-08-062-0/+10
| | | | | | | | | | | | | | | | | | PBR does integration testing by installing all of openstack's python projects to ensure we can install all of them in a variety of different ways with different pip versions. Unfortunately, these jobs are still using devstack-gate. We can simplify them significantly because zuul is now doing what devstack-gate does and provides repos configured the way we want them to be. This change updates the jobs to drop devstack-gate and simply consume zuul's repo prep. A follow up will remove the old legacy jobs as they need to be removed from project-config first. Needed-By: https://review.opendev.org/745189 Change-Id: I77a38c4611dc28db79d6f25d96ad0de36b224c98
* Remove neutron-fwaas from the jobs' required projectSlawek Kaplonski2020-08-062-2/+0
| | | | | | | | Neutron-fwaas is going to be deprecated in master branch with [1]. [1] https://review.opendev.org/#/c/735828/ Change-Id: I968a719258ee9647a7d232f2e60b2054539682ec
* Remove neutron-lbaasAndreas Jaeger2019-05-232-2/+0
| | | | | | | | | | neutron-lbaas is getting retired, see [1]. Therefore remove use of it from this repo. [1] http://lists.openstack.org/pipermail/openstack-discuss/2019-May/006142.html Change-Id: Icbff2f69cfea78e961a60ae7723ed7dc58f296a7
* OpenDev Migration Patch5.2.0OpenDev Sysadmins2019-04-192-16/+16
| | | | | | | | | | | | | | | This commit was bulk generated and pushed by the OpenDev sysadmins as a part of the Git hosting and code review systems migration detailed in these mailing list posts: http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html Attempts have been made to correct repository namespaces and hostnames based on simple pattern matching, but it's possible some were updated incorrectly or missed entirely. Please reach out to us via the contact information listed at https://opendev.org/ with any questions you may have.
* Replace openstack.org git:// URLs with https://Ian Wienand2019-03-242-2/+2
| | | | | | | | | | | | | | | | | This is a mechanically generated change to replace openstack.org git:// URLs with https:// equivalents. This is in aid of a planned future move of the git hosting infrastructure to a self-hosted instance of gitea (https://gitea.io), which does not support the git wire protocol at this stage. This update should result in no functional change. For more information see the thread at http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html Change-Id: I1d81f12d728b628f5f6efc0ffb812246c0c2fef8
* Move pbr-installation jobs in-treeBen Nemec2018-08-254-0/+304
These jobs are currently broken and to fix them we may need to make changes to the job definitions. Since they're pbr-specific we might as well move them in-tree so we can iterate on them without going through the global repo. Needed-By: https://review.openstack.org/596535 Change-Id: I10313a8a534a64113fa03d7ee3b0ed28e49fbf8e