From 4af09ce9d1e0eac9640392b229567e53e7045a06 Mon Sep 17 00:00:00 2001 From: wenchma Date: Mon, 15 Jun 2015 14:03:32 +0800 Subject: [PATCH] Sync stackforge/cookbook* to openstack/cookbook* for common cookbook Change-Id: I49c1c2fd911c105a8d3204a351c49ccb05618ba0 Partial-Bug: #1465116 --- README.md | 2 +- TESTING.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1df06860..06e96022 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ This cookbook containes Libraries to work with passwords and secrets in databags Documentation for Attributes for selecting databag format can be found in the attributes section of this cookbook. -Documentation for format of these Databags can be found in the [Openstack Chef Repo](https://github.com/stackforge/openstack-chef-repo#databags) repository. +Documentation for format of these Databags can be found in the [Openstack Chef Repo](https://github.com/openstack/openstack-chef-repo#databags) repository. Libraries ========= diff --git a/TESTING.md b/TESTING.md index d9a964d8..1dd45c5a 100644 --- a/TESTING.md +++ b/TESTING.md @@ -1,6 +1,6 @@ # Testing the Cookbook # -This cookbook uses [chefdk](https://downloads.chef.io/chef-dk/) and [berkshelf](http://berkshelf.com/) to isolate dependencies. Make sure you have chefdk and the header files for `gecode` installed before continuing. Make sure that you're using gecode version 3. More info [here](https://github.com/opscode/dep-selector-libgecode/tree/0bad63fea305ede624c58506423ced697dd2545e#using-a-system-gecode-instead). For more detailed information on what needs to be installed, you can have a quick look into the bootstrap.sh file in this repository, which does install all the needed things to get going on ubuntu trusty. The tests defined in the Rakefile include lint, style and unit. For integration testing please refere to the [openstack-chef-repo](https://github.com/stackforge/openstack-chef-repo). +This cookbook uses [chefdk](https://downloads.chef.io/chef-dk/) and [berkshelf](http://berkshelf.com/) to isolate dependencies. Make sure you have chefdk and the header files for `gecode` installed before continuing. Make sure that you're using gecode version 3. More info [here](https://github.com/opscode/dep-selector-libgecode/tree/0bad63fea305ede624c58506423ced697dd2545e#using-a-system-gecode-instead). For more detailed information on what needs to be installed, you can have a quick look into the bootstrap.sh file in this repository, which does install all the needed things to get going on ubuntu trusty. The tests defined in the Rakefile include lint, style and unit. For integration testing please refere to the [openstack-chef-repo](https://github.com/openstack/openstack-chef-repo). We have three test suites which you can run either, individually (there are three rake tasks):