Commit Graph

9 Commits

Author SHA1 Message Date
Ghanshyam Mann 7696ada9d2 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: Ifae4bf9ef4e6b4c89571f9fc3c45ef3f5349fb4d
2024-02-17 20:49:42 -08:00
loooosy def587e618 Optimize the link address
Use https instead of http to ensure the safety

Change-Id: Ic929a5bd9e6ec5466f1118ccb631c36f4e408443
2017-06-02 09:36:47 +08:00
wenchma fbecefacc4 Sync stackforge/cookbook* to openstack/cookbook* for heat cookbook
Change-Id: I39f4a2b48d93ac69f4ecc728a1720d6263bb5bca
Partial-Bug: #1465116
2015-06-15 16:11:09 +08:00
Jan Klare c0e89882e5 move from bundler to chefdk
- deprecated Gemfile
- updated TESTING and README
- updated Rakefile to use chef exec instead of bundle exec
- replaces Runner by SoloRunner in specs

Change-Id: Idb2180fb0cfd48b2c2c22e531b1f1320a0ab247b
2015-04-29 10:42:03 +02:00
Mark Vanderwiel 241b22cca4 Cleanup cookbook contact info
* Consistent email across cookbooks
* Add Contributor.md to help out new folks
* Fix broken link in Testing.md
* Readme tweaks

Change-Id: I97c0913cb984045ca2f7ba9d5379bf637fe25576
Partial-Bug: #1342735
2014-10-14 10:22:23 -05:00
Ionuț Arțăriși 1687a25e39 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: Ia4d52047f1f20b4a62fd1c3726389f3ad562a968
blueprint: rakefile
2014-09-30 14:57:30 +02:00
Mark Vanderwiel b24b4093f3 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: I9eca47a9f49a370913e2d094de12904dc497d51c
Partial-Bug: #1350470
2014-08-18 15:46:40 -05:00
Jan Klare 58340d2b1b 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: Icb420bee3f70f48458bbc59824d2b85d2aa96cbb
Implements: blueprint update-berkshelf
2014-08-18 09:47:26 +02:00
Matt Ray 068ed603ed Initial Rubocop cleanup.
Change-Id: I6f7c659e4f9ea9fa959a9917e4cf9d5e7acb16af
Addresses: blueprint rubocop-for-orchestration
2014-01-15 23:16:42 -06:00