Commit Graph

19 Commits

Author SHA1 Message Date
Monty Taylor 97083c52f9 Retire puppet-yum
This is no longer in use. Let's stop using it.

Depends-On: https://review.opendev.org/688563
Change-Id: I01f8fed00d0c6f7769037b0b775706b0f3cb28e4
2019-10-14 16:49:09 -04:00
OpenDev Sysadmins b1d84f7031 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:09 +00:00
Colleen Murphy 6d14b8b0ea 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: I5e20a7079b127ee04bb27ce16b229e0754b19480
2018-07-12 09:57:46 +02:00
Colleen Murphy cfc3500aba 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: Id431e76e78b6f550b1bf76eb16e9bdfd407839f4
2017-08-18 10:41:45 +02:00
Colleen Murphy eb4c5eb69d Fix beaker on xenial
Add a xenial nodeset and update the spec helper to install puppet 3 from
the Ubuntu repos instead of from puppetlabs.

Change-Id: I535b8b12fcb06dda485b0f491550715795195814
2017-06-24 16:48:38 +02:00
Spencer Krum a598da8cfd Use new infra_spec_helper for gem dependencies
Change-Id: I0383ca0865a6488b6f8d22fdd962c7ae8c64fedc
2016-06-21 18:40:51 -07:00
Spencer Krum 1d7fd78a80 Pin google-api-client; sanitize Gemfile
Change-Id: I124cd6c1edf95d382f2444a74f52e39bf86ddc8e
2016-04-14 15:25:48 -07:00
Andrey Nikitin 693ba578e8 Order of the class parameters is refactored
Order and intendation of those parameters are changed
to follow Puppet Style Guide recommendation [0].
Moreover, it will allow to an user to find much faster
a variable in a list of variables.

[0]. https://docs.puppetlabs.com/guides/style_guide.html

Change-Id: Ie1fe4fca07a01f69a553c8b5b4eab7ef554942de
2016-03-21 19:08:05 +03:00
Spencer Krum f9e0d3cacb Fix target path for regular git clone during tests
Use same target directory for zuul-cloner and
the regular git command.

Change-Id: I122ce6d6b1e0c9554207a5a0ca61627ff2bb5a2f
Co-Authored-By: Fabien Boucher <fabien.boucher@enovance.com>
2015-08-19 16:43:34 -07:00
Colleen Murphy 8d5fd86231 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 and
puppet-lint-empty_string-check as well as arrow alignment errors now
caught by the bundle-installed puppet-lint gem.

The $description parameter was changed from defaulting to empty string
to defaulting to undef. The yumrepo resource behaves the same either
way.

Change-Id: If5a649068f73218a98372846ba38d2c25820c78a
2015-08-14 12:23:58 -07:00
Spencer Krum 35d52404ec Boilerplate beaker-rspec files
Change-Id: I01b1e283ad6f8a84899c7b15ee6578e391c89798
2015-07-28 02:06:27 -07:00
Paul Belanger 8f0c7cb2c1 Migrate to puppet-httpd module
puppet-httpd is the openstack-infra version of puppetlabs-apache
(0.0.4) release.

This patchset will remove the puppetlabs-apache namespace from -infra
allowing for possible future patchsets to use newer puppetlabs-apache
modules.

Change-Id: I40fede0db37ae0ed4432d6851c876cea2a7c7a82
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2015-07-16 15:44:02 -04:00
Ramy Asselin 5f2d36d1b1 Rename openstackci to openstackinfra
Change-Id: I0875ab0e618d6884ed23d9ec0a956d2138d716bf
2015-04-20 13:51:52 -07:00
Jeremy Stanley 4935e63859 Add missing LICENSE file
The content of this project is Apache 2 licensed, but we should
include a standard LICENSE file just to be clear about that.

Change-Id: Iee6320b9d7e35fbe8d3b0a9794f3e485c18ef2c8
2015-01-29 23:00:21 +00:00
Longgeek 99bc571b2e Add .gitreview Rakefile files and update puppet coding style
All of the fat comma arrows (=) in a resource’s attribute/value list
should be aligned.
Put a trailing comma after the final resource parameter.

Change-Id: If9567bf3c1978571970cac390df80f839627f45d
Closes-Bug: #1334751
2014-09-05 16:13:15 +08:00
Dan Prince f55873584c Update module name per CI conventions.
Update the module name to be openstackci-yum.
2014-05-27 10:54:58 -04:00
Dan Prince be3126e59c Add LICENSE 2014-05-27 10:39:33 -04:00
Dan Prince 23591417a4 Add .gitignore file. 2014-05-27 10:36:34 -04:00
Dan Prince 4a2ba4e24c Initial commit. 2014-05-27 10:35:34 -04:00