Commit Graph

12 Commits

Author SHA1 Message Date
Ghanshyam Mann 44d13c8c64 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: Ida0639315944c8c7852ec37fb10f133e8ab9c455
2024-02-17 20:50:52 -08:00
Ionuț Arțăriși 31621684b9 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: I6e007888e1b37a54628ab5c09e62f636a0b622ed
blueprint: rakefile
2014-09-30 14:21:29 +02:00
galstrom21 3c60df7490 Setting up repo for master Juno Branch
* Update metadata version
* Adding Gemfile.lock to .gitignore
* Removing Strainer file
* Updating Gems
  * chef (11.12.0)
  * chefspec (4.0.0)
  * rspec (3.0.0)

Change-Id: I15718d45fb2feb5f42f0e71fa201992df5508aee
Partial-Bug: 1349865
2014-07-29 14:41:38 -05:00
Darren Birkett 731aed9b72 update gitignore
Change-Id: I40e54085d670338ca5faf401bb6fe95616ea5764
2014-02-27 19:43:53 -06:00
Hugh Saunders 4f59955529 Remove Berksfile.lock from dev branches
blueprint remove-berksfile-lock-from-dev-branches

Change-Id: I9b9e4661c444d9d838639be3132365f4f0d1cb50
2014-01-20 17:29:45 +00:00
hanzhf 5d7b6e7c3c Add 2 service types to support heat
Add two new supported service type(orchestration and cloudformation)
to resource, which will be used to create heat service and endpoint.

partially-addresses: blueprint heat-support

Change-Id: I28bb662a9c3e98380e69e0c5c7156065ea0515ec
2013-11-27 11:58:41 -05:00
Matt Ray c9a37bca9a hide .cookbooks directory
Change-Id: I832939400127519774edb1d385fcd782af17d83a
2013-10-24 15:33:39 -05:00
John Dewey 5f310582e0 Removed the use of non-standard ohai plugin
We now have a helper method `#address_for` to return the
IP of a given interface. Switched out the ohai use
in favor of `#address_for`.  Also, updated berkshelf
to 2.x which handles dep resolution correctly.  I run
into problems getting berkshelf to lock to the new 0.3.0
openstack-common w/o updating berkshelf.

Change-Id: If5988dc5290ed8d5faa3950c1995f9943d9efe65
2013-06-28 12:45:26 -07:00
sean f4f1ee289c 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: Id6e526fb6c765e74eac4c2f833b3cc726cd16118
2013-06-06 16:55:13 -07:00
John Dewey 092eb5fa36 Initial add of chefspec tests 2013-05-07 21:50:32 -07:00
mattray 40ddc3852c shouldn't have to worry about metadata.json 2012-07-27 14:22:35 -05:00
mattray 68f359c568 initial pull from rcbops-cookbooks/keystone, monitoring removed 2012-06-20 17:01:57 -05:00