Commit Graph

7 Commits

Author SHA1 Message Date
Ghanshyam Mann d169cdecef 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: I8dc9f8845115a0b17d94a5910b9926d49039623a
2024-02-18 05:02:03 +00:00
Jan Klare cc21284879 move from bundler to chefdk
- deprecated Gemfile
- updated TESTING and README
- updated Rakefile to use chef exec instead of bundle exec
- replaced Runner with SoloRunner in specs

Change-Id: If8cb5c3740f7b9159f529c334c7f84f2e5e9835d
2015-04-28 17:53:49 +02:00
Mark Vanderwiel 8c1687e3cd Cleanup cookbook contact info
* Consistent email across cookbooks
* Add Contributor.md to help out new folks
* Fix file modes
* Fix broken link in Testing.md
* Readme tweaks

Change-Id: I777cf8cf5e832192ae0c24a4c726201391fb056d
Partial-Bug: #1342735
2014-10-14 09:50:00 -05:00
Ionuț Arțăriși e5c9b4b93f 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: I4d77e65dac01c138a82f1b11fefb8cc33cd04194
blueprint: rakefile
2014-09-30 14:48:45 +02:00
Mark Vanderwiel 9ab263c74f 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: I5a3b97055360bde63f4bafdc6c9213ba6f24e262
Partial-Bug: #1350470
2014-08-19 15:32:47 -05:00
Jan Klare 5878de34d9 Updated berkshelf to 3.1.5
Updated berkshelf from 2.0.18 to 3.1.5 in Gemfile and added supermarket source to Berksfile and locked apache cookbook to '< 2.0.0'

Change-Id: I4426d4a2f4367994dc9e66f51ae288c617a6a16b
Implements: blueprint update-berkshelf
2014-08-19 09:26:17 +02:00
Matt Ray 48a010778f Filling out initial rubocop support.
https://blueprints.launchpad.net/openstack-chef/+spec/lint-and-unit-testing-for-havana
Removing tailor, cleaning up metadata and Gemfile and adding TESTING.md

Change-Id: Id65e12262e986b1f1a6069f6dc6f51188a3fba97
2014-01-08 17:06:06 -06:00