Rename openstack-chef-repo references to openstack-chef
Change-Id: I921d5f7d6de40bdd3b692654a22ae04c67b0ab87changes/39/589339/1
parent
dc38c475e2
commit
baae0be8b8
|
@ -1,3 +1,3 @@
|
|||
- project:
|
||||
templates:
|
||||
- openstack-chef-repo-jobs
|
||||
- openstack-chef-jobs
|
||||
|
|
|
@ -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
|
||||
=========
|
||||
|
|
6
Rakefile
6
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
|
||||
|
|
Loading…
Reference in New Issue