Rename openstack-chef-repo references to openstack-chef

Change-Id: I921d5f7d6de40bdd3b692654a22ae04c67b0ab87
This commit is contained in:
Samuel Cassiba 2018-08-06 21:47:48 -07:00
parent dc38c475e2
commit baae0be8b8
3 changed files with 5 additions and 5 deletions

View File

@ -1,3 +1,3 @@
- project:
templates:
- openstack-chef-repo-jobs
- openstack-chef-jobs

View File

@ -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
=========

View File

@ -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