From baae0be8b80b25605f3ed89e5b99aef1cbeb12f5 Mon Sep 17 00:00:00 2001 From: Samuel Cassiba Date: Mon, 6 Aug 2018 21:47:48 -0700 Subject: [PATCH] Rename openstack-chef-repo references to openstack-chef Change-Id: I921d5f7d6de40bdd3b692654a22ae04c67b0ab87 --- .zuul.yaml | 2 +- README.md | 2 +- Rakefile | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 199cb439..f5786847 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -1,3 +1,3 @@ - project: templates: - - openstack-chef-repo-jobs + - openstack-chef-jobs diff --git a/README.md b/README.md index 7e6773f8..1df08e51 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ 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/openstack/openstack-chef-repo#databags) repository. +Repo](https://github.com/openstack/openstack-chef#databags) repository. Resources ========= diff --git a/Rakefile b/Rakefile index b00d5259..a9c54b10 100644 --- a/Rakefile +++ b/Rakefile @@ -46,11 +46,11 @@ task :common_integration do sh %(ls -la ../..) sh %(sudo ln -s #{patch_dir} ../#{patch_dir_berks}) - unless Dir.exist?('../openstack-chef-repo') - sh %(git clone --depth 1 git://github.com/openstack/openstack-chef-repo.git ../openstack-chef-repo) + unless Dir.exist?('../openstack-chef') + sh %(git clone --depth 1 git://github.com/openstack/openstack-chef.git ../openstack-chef) end - Dir.chdir('../openstack-chef-repo') do + Dir.chdir('../openstack-chef') do sh %(chef exec rake integration) end end