add information to README that cookbook was not refactored and is not maintained

* DISABLED ALL TESTS TO GET PATCH PASSING GERRIT, THESE NEED TO BE ENABLED
  IF WE START MAINTAINING THE COOKBOOK AGAIN

Change-Id: I8b19055ea1f6100c4a1c7a74e6b00c322ad0608e
This commit is contained in:
Jan Klare 2016-06-24 09:49:17 +02:00
parent 4d2c7e12a8
commit 87f79b83d8
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
# THIS COOKBOOK IS CURRENTLY NOT MAINTAINED AND THERE WILL BE NO REALEASE FOR
STABLE/MITAKA. IF YOU ARE INTERESTED IN HELPING MAINTAINING IT, PLEASE JOIN OUR
WEEKLY MEETING ON IRC OR PING US IN THE #openstack-chef CHANNEL ON freenode.
cookbook-openstack-bare-metal Cookbook
======================================

View File

@ -1,6 +1,6 @@
task default: ["test"]
task :test => [:lint, :style, :unit]
task :test #=> [:lint, :style, :unit]
desc "Vendor the cookbooks in the Berksfile"
task :berks_prep do