Commit Graph

8 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
wenchma 5239565718 Sync stackforge/cookbook* to openstack/cookbook* for glance cookbook
Change-Id: I6731522ca0327c3b3b328d84efede167537cf588
Partial-Bug: #1465116
2015-06-15 15:21:29 +08:00
Jan Klare 103b626560 move from bundler to chefdk
- deprecated Gemfile
- updated TESTING and README
- updated Rakefile to use chef exec instead of bundle exec
- refactored specs to work with new chefspec version

Change-Id: I8fe06d02043b084484142d4e575f25003ed127af
2015-04-29 19:32:22 +02:00
Mark Vanderwiel 4a0b2f2c8f Cleanup cookbook contact info
* Consistent email across cookbooks
* Add Contributor.md to help out new folks
* Fix broken link in Testing.md

Partial-Bug: #1342735

Change-Id: I884efecb57a43859969309943465a7ddf3ce6bb7
Partial-Bug: #1342735
2014-10-14 10:06:56 -05: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
Mark Vanderwiel cc0f0cd6aa Update Testing.md to factor out Strainer
* remove refs to Strainer
* add steps for testing
* remove knife test as it's not used in gates anymore

Change-Id: I920af5aceaab0161beafefd28b86cf9fb9ad59cf
Partial-Bug: #1350470
2014-08-21 09:40:26 -05:00
Jan Klare d1b5cec53a Updated berkshelf to 3.1.5
Updated berkshelf from 2.0.18 to 3.1.5 in Gemfile and added supermarket source to Berksfile

Change-Id: I00b8390c157498dd3dd618e27295b2ded790f2c9
Implements: blueprint update-berkshelf
2014-08-19 17:29:38 +02:00
Matt Ray 19e2e1f253 Filling out initial rubocop support for metadata.rb and the Gemfile.
https://blueprints.launchpad.net/openstack-chef/+spec/lint-and-unit-testing-for-havana
Removing tailor, cleaning up metadata and Gemfile and adding TESTING.md. Will
remove the .rubocop-todo.yml later, once all the other Rubocop support is in.

Change-Id: I44e3e5002b4e152080a01a36ae08451cc2ee0751
2014-01-09 16:07:27 -06:00