Commit Graph

15 Commits

Author SHA1 Message Date
Ghanshyam Mann 7372103182 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: I4561c6eefef05c672a4f6cb9d15b1a5a29e81110
2024-02-18 05:01:47 +00:00
Mark Vanderwiel e12c8a9a85 Initial kilo updates
Change-Id: I385fb3e522b1080835c3feadfc1699cc7bf08db8
Partial-Bug: #1426424
2015-02-27 14:40:17 -06:00
Chen Zhiwei 160dbd9849 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: Ib3b22f4bd93cb277be9e8bea13a90210e0e755e1
blueprint: rakefile
2015-01-19 17:41:17 +08:00
galstrom21 83facf36a6 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: I5eb3a68694647617a970e7960d56b2f59c2f53e1
Partial-Bug: 1349865
2014-07-29 11:33:14 -05:00
torandu 21da888d76 Git ignore .cookbooks/
Change-Id: I31e412a5e02604687c7c39d5505ff9da35c5b2d1
2014-05-05 21:15:57 -07:00
Darren Birkett cc5f1fb15d update gitignore
Change-Id: I110dedcb19a3baa50afd9abfb39241725672c491
2014-02-21 13:21:54 +00:00
Hugh Saunders 37c4321ce0 Remove Berksfile.lock from dev branches
blueprint remove-berksfile-lock-from-dev-branches

Change-Id: I4f0f9ceb8681c570c730393365171361c84cd587
2014-01-20 17:29:10 +00:00
John Dewey 34da9ece10 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: Iaf39cee98589d8d1c4b90e610b94e5440ac51fd8
2013-06-28 21:50:18 -07:00
sean f3d6b771b4 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
- Update specs to use require_relative

Partial fix for bug 1188345

Change-Id: I6cb9e535212346cccb45f8c41c647b8daa8a4c7d
2013-06-10 08:37:21 -07:00
John Dewey 4bcd9d20c8 Added initial chefspec tests
Does not include template rendering tests.
Could use some help with these, as they are fairly
important.
2013-05-03 23:38:22 -07:00
Jay Pipes 46a69a6340 Lint and test-kitchen fixes
* Adds test kitchen infrastructure
* Fixes lint errors produced from foodcritic
2012-11-14 16:19:52 -05:00
Jay Pipes ab7804461f Decouples nova recipes from ip_location to use openstack-common library
* Replaces the get_bind_endpoint and get_access_endpoint stuff
  with calls to the ::Openstack::endpoint(name) library call
* Removes some old cruft around diablo-final
* Removes the "services" stuff in the attributes/default.rb file
  and README
2012-11-12 18:08:40 -05:00
Jay Pipes 1091572a7a Enables VLAN Networking for Nova cookbooks
* Parameterizes the necessary nova.conf options to enable
  VLAN networking properly with the cookbooks
* Modifies the way nova-manage network create is called
  in recipes/nova-setup.rb to accomodate not having
  any networks and having networks that have no dns
  and that have a vlan key
* Major update to the README to correct all the outdated
  attribute information and add some background on how
  the service endpoints are configured and the networking
  works

Addresses:

  mattray/nova Issue #5
  mattray/nova Issue #3
2012-10-12 18:05:35 -04:00
mattray 727e7d0297 shouldn't have to worry about metadata.json 2012-07-27 15:49:22 -05:00
Justin Shepherd 4c3d0dc02d adding .gitignore file 2012-04-03 13:05:31 -05:00