Commit Graph

16 Commits

Author SHA1 Message Date
Monty Taylor da3d80b0c1 Retire repo
Depends-On: https://review.opendev.org/720892
Change-Id: I4ad90b21abe1bd75a798b4049ff9640080c63c6d
2020-04-22 10:19:17 -05:00
OpenDev Sysadmins 412ddba6a5 OpenDev Migration Patch
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.
2019-04-19 19:26:01 +00:00
Ian Wienand 66a1578f30 Replace openstack.org git:// URLs with https://
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: I0c18a77161a20b8edae848b7bce52f666f079908
2019-03-24 20:35:44 +00:00
Colleen Murphy 24e482f582 Update Gemfile for Zuulv3
The logic in the Gemfile was relying on Zuulv2 variables to find out
whether the spec helper gem was already available on disk, and since
Zuulv3 has changed things it was failing to find it and downloading the
master version instead. This patch ensures the Gemfile looks for the gem
in the right place when running in CI.

Change-Id: Idb471483844890a0cd1f0f04d8e7f4e016cf849d
2018-07-12 09:57:45 +02:00
Colleen Murphy 2897ff7691 Depend on helper gem for spec_helper_acceptance
Instead of keeping a local copy of spec_helper_acceptance.rb and
requiring updates to all modules for any change, we can move it into the
common helper gem and require it from there. This will make it easier to
create and review changes that affect all puppet modules. Also change
the Gemfile to look for the gem in the local workspace if running in a
zuul environment.

Change-Id: I5e65feb46bbb6919b9e4479bcfb3ef378b8324ab
2017-08-18 10:41:44 +02:00
Colleen Murphy e664eca69f Update beaker setup for xenial
Add a xenial nodeset and update the spec helper to install puppet 3 from
the Ubuntu repos instead of from puppetlabs.

Change-Id: I5edb01feef9c45c39ec17e28559c82b872e0c3d1
2017-06-11 21:53:49 +02:00
Spencer Krum a9b74ce444 Use new infra_spec_helper for gem dependencies
Change-Id: Ided902e5feb67acd9c9b19730711a9a7395b1a14
2016-06-21 18:39:32 -07:00
Spencer Krum 5b67dbb6ee Pin google-api-client; sanitize Gemfile
Change-Id: Ied45dc766bd87823dddee5c5a99411a1b2d7beaa
2016-04-14 15:22:05 -07:00
Spencer Krum e6cf3d7b48 Fix target path for regular git clone during tests
Use same target directory for zuul-cloner and
the regular git command.

Change-Id: I1b5b0f1f8eb1a4dda3476efded9c6e4d4c397b7e
Co-Authored-By: Fabien Boucher <fabien.boucher@enovance.com>
2015-08-19 16:40:38 -07:00
Colleen Murphy 09f727fd99 Add Gemfile and puppet 4 checks
In anticipation of puppet 4, start trying to deal with puppet 4 things
that can be helpfully predicted by puppet lint plugins. Also fix lint
errors caught by the puppet-lint-absolute_classname-check gem.

Change-Id: I64891386862a26e89ed998db4283891088771487
2015-08-13 12:34:03 -07:00
Spencer Krum 7ba79ed3c4 Boilerplate beaker-rspec files
Change-Id: Ia72be7dfcad08687128a48a7cb48ad484e859369
2015-07-28 02:05:20 -07:00
Jeremy Stanley 55d96c8ed0 Replace ci.o.o links with docs.o.o/infra
The http://ci.openstack.org/ documentation site has been deprecated,
replaced by redirects to corresponding paths within
http://docs.openstack.org/infra/ where other Project Infrastructure
documentation already resides.

Change-Id: I99fcacc6a8a39113d6d6ebe31d02128d0294dc27
2015-05-14 21:38:18 +00:00
Ramy Asselin f8a6234f49 Rename openstackci to openstackinfra
Change-Id: I4e24cffd15b8bb0d6b5536a3de41081baff080d3
2015-04-20 13:46:02 -07:00
Ramy Asselin c1a55a1555 Add puppet module files for packagekit
Change-Id: I091e582aa65e58073202853b3dce826bd1b857e7
2015-01-29 13:53:24 -08:00
Elizabeth Krumbach Joseph db38c567d1 Update some deprecated Puppet variable references
While getting these scripts to run on Puppet 3 with Fedora 20, I got
a series of warnings about the deprecation of variable names. These
changes should also continue to work fine on Puppet 2.7.

Change-Id: I232f5f5a9abbe94be9fe2d3b8c82f009c03a11f3
2014-01-29 14:50:05 -08:00
Dan Prince 0bdff36d8b Add packagekit module.
This module supports automatic upgrades on RHEL/Centos slaves.
It works by installing PackageKit-cron and updating the config
file to enable automatic updates.

PackageKit-cron runs once a day via cron.

Fixes LP Bug #1180948.

Change-Id: I901ebf5f48fabee9456333ade0c141beacac62e6
Reviewed-on: https://review.openstack.org/29422
Reviewed-by: James E. Blair <corvus@inaugust.com>
Approved: Jeremy Stanley <fungi@yuggoth.org>
Reviewed-by: Jeremy Stanley <fungi@yuggoth.org>
Tested-by: Jenkins
2013-05-17 17:21:21 +00:00