Commit Graph

12 Commits

Author SHA1 Message Date
Ghanshyam Mann 17c5f0c939 Retire openstack-chef: remove repo content
OpenStack-chef project is retiring
- https://review.opendev.org/c/openstack/governance/+/905279

this commit remove the content of this project repo

Depends-On: https://review.opendev.org/c/openstack/project-config/+/909134
Change-Id: I7a2655cab7bc4caad707f5f98174aae0b659fd4f
2024-02-17 20:51:02 -08:00
Mark Vanderwiel 649d8fe587 Initial kilo updates
Change-Id: Ifbe6bec1726790ec07ba8ca8a4d4f6e6908dc70f
Partial-Bug: #1426424
2015-02-27 13:38:49 -06:00
Ionuț Arțăriși d39c346a5d add a Rakefile to structure test runs
Having a Rakefile will allow us to change the actual test commands on
our side rather than relying on changes to the openstack-infra
repository. This should make it a lot faster to change things, but also
easier to test since the jenkins jobs are actually run in this
repository, not the openstack-infra one.

This commit defines the jobs we previously had defined in Jenkins and
uses 'high-level' naming consistently (i.e. lint, style vs. foodcritic,
rubocop).

There is also a :clean task to help with deleting the files generated by
the other jobs.

Also changed foodcritic to run on the source cookbook rather than the
one installed by berks, see
e.g. https://github.com/berkshelf/berkshelf/issues/931#issuecomment-29668369

Change-Id: Iee61f2aecb237102b9caef6e298b0df85c24370b
blueprint: rakefile
2014-09-30 14:42:05 +02:00
galstrom21 5ce168c499 Setting up repo for master Juno Branch
* Update metadata version
* Removing Strainer file
* Adding Gemfile.lock to .gitignore
* Updating Gems
  * chef (11.12.0)
  * chefspec (4.0.0)
  * rspec (3.0.0)

Change-Id: If0a375f050f1840256565e1af208a9eeb4c42f1c
Partial-Bug: 1349865
2014-07-29 11:21:39 -05:00
Luis A. Garcia cb8b2b987b Add .cookbooks to .gitignore
Change-Id: I8bee67cdc3b95ae06efff371e56bdd7fc58e7f5b
2014-04-24 10:01:23 -07:00
Darren Birkett f8cf525cf2 update gitignore
Change-Id: I8d9b8c497a961711c90c295a90a38b5b8929a49c
2014-02-21 13:22:13 +00:00
Hugh Saunders 1d83f527a8 Remove Berksfile.lock from dev branches
blueprint remove-berksfile-lock-from-dev-branches

Change-Id: I7801b6fd57f4dc4fa46c8728e5177e039ee0260d
2014-01-20 17:29:56 +00:00
John Dewey c4af085fd6 Ability to ignore db migrations
There are cases where migrations should not be executed.  For example when
upgrading a zone, and the image database is replicated across many zones.
Having the ability to toggle migration execution is useful (and a use-case
we have :))

Change-Id: I0af8f9ce16814b89b72bebfc868f84e48626e101
2013-06-28 13:50:29 -07:00
John Dewey b0089fbe82 Clearer registraton LWRP tests
This is a much clearer way to test LWRPs are executed with
the proper options.  The previous approach was hacky, and
relied upon too much stubbing and ruby magik.  Also, updated
to berkshelf 2.0 where Berksfile.lock is respected.  This
is necessary for berkshelf to lock to the proper cookbook
deps in openstack's CI system.

Change-Id: Ia912efffa137a75352423e7571cb74bca9ab1b5d
2013-06-12 22:32:46 -07:00
sean 6a8a9f3be7 Use strainer to isolate and test individual cookbooks
Included:
- Add strainer gem
- Update test-related gems
- Add Strainer file
- Remove run_tests.bash
- Update .gitignore
- Update README file

Partial fix for bug 1188345

Change-Id: Ic71cb8ab30d16701f130c87805f9fe2b8df8771c
2013-06-06 21:18:47 -07:00
John Dewey 44d46fc8e4 Added a batch of initial chefspec tests
* Added pending tests marked as 'TODO' for those which need figuring
  out
* Also added pending tests for template contents
2013-05-06 23:18:20 -07:00
Jay Pipes ccb7dac19c Need to restart glance-registry on template changes 2012-11-28 15:53:27 -05:00