Commit Graph

10 Commits

Author SHA1 Message Date
Ghanshyam Mann b4f5c8f670 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: Icfd5b97688d8906e0b873065a6e5f80cb63df451
2024-02-17 20:50:10 -08:00
Mark Vanderwiel 3b3f948fe8 Initial kilo updates
Change-Id: Ib3388e277698e8cd2fcc6edf9229c7da019838a2
Partial-Bug: #1426424
2015-02-27 13:52:42 -06:00
Ionuț Arțăriși 71ddd101ba 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: Iccc37e0fd46323f1f19bee32bda0a7a3ee8c3974
blueprint: rakefile
2014-09-30 14:47:11 +02:00
galstrom21 6eebbbabff 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: I136897badca86f30733a6752d393e4b8748cc47b
Partial-Bug: 1349865
2014-07-31 10:04:02 -05:00
Darren Birkett e46b28d0fa update gitignore
Change-Id: I9d837ef82dd20e72c74cf61e4e7001870ad36140
2014-02-27 20:12:01 -06:00
Hugh Saunders 2df29de194 Remove Berksfile.lock from dev branches
blueprint remove-berksfile-lock-from-dev-branches

Change-Id: I5648bc0fb5824823283149dd47f1727cc6b75f19
2014-01-20 17:30:22 +00:00
paulczar 802bb695c4 example of using new chefspec coverage report
about: https://sethvargo.com/chef-recipe-code-coverage/
output: https://gist.github.com/paulczar/6f9c6ddad71ef4cd6394

Change-Id: I77c32f13c85d26516ded961063412682665de4cb
2014-01-05 15:08:24 -06:00
Ionuț Arțăriși 21ad4bb24c don't gitignore Berksfile.lock
Change-Id: I96fe6cdbfade2bdfeb719815b44672921561d6fa
2013-07-08 10:22:15 +02:00
Alan Meadows c185ab284d Enhancements and fixes to various agents
* bugfixes to l3, dhcp, and openvswitch
* plugin lookup fixes for spec tests
* install kernel headers for openvswitch
* add spec tests for openvswitch
* add spec tests for dhcp_agent
* add spec skeleton tests for l3_agent

Change-Id: I68177c191e355dbfced23834a627cca5adf7abee
2013-07-03 05:38:43 -07:00
Alan Meadows e31a3c4eab initial commit of working cookbook-openstack-network
Change-Id: Ib9fd63532becac6738db19f8de81885a5e04025a
2013-06-21 17:10:45 -07:00