Commit Graph

7 Commits

Author SHA1 Message Date
Monty Taylor 0568a3e20c Retire repo
Depends-On: https://review.opendev.org/720892
Change-Id: Iac68bd9001ef9d0bd70492d7e28e115b4f9d3ed7
2020-04-22 10:19:06 -05:00
Colleen Murphy d952cbc6c9 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: I930aa7160e76e2cfdaa1eabd477f5d3f6ad9970a
2018-07-12 09:57:44 +02:00
Colleen Murphy 37318a742e 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: Ieb3cc87333ca243fa3d74e8afa573895dfaf604b
2017-08-18 10:41:43 +02:00
Spencer Krum 2bdaa06453 Use new infra_spec_helper for gem dependencies
Change-Id: I84b8f9172d86de34fb1808e25cd7caba02c659d3
2016-06-21 18:38:36 -07:00
Spencer Krum 2481f30e5d Pin google-api-client; sanitize Gemfile
Change-Id: Ib5ca64a4696514df864dd7044209a270d07dfa4f
2016-04-14 15:19:36 -07:00
Colleen Murphy 6a3c144062 Add functional tests
This patch adds beaker tests for an "all-in-one" node consisting of an
OpenStack controller and a compute node cohabitating the same VM. Since
the module is designed for at least two separate nodes, the test
applies the controller and compute manifests in sequence, rather than
combining them, to avoid duplicate definition errors.

Change-Id: I902598fdd0a25cd84181e9661eda7d1b1a6c1ed7
Depends-On: I558756e4704d3b3e090db92edfeca6f75def1e04
2016-04-08 09:20:35 -07:00
Colleen Murphy aa5a930211 Initial commit
Initialize this repository with generic structure from cookiecutter.

Remove manifests/config.pp and manifests/init.pp because this module
will not need those manifests.

Change-Id: I306e29f2b4a636d3c0f87f7b9b7a7b9efd4791dc
2015-09-25 14:46:02 -07:00