Add post-import dotfiles for Zuul, local delivery

This change enables tests for Zuul, as well as add the missing dotfiles
needed to make style/syntax/unit tests pass.

Change-Id: I21cf31fee7e92601cf1532bbc923f7b42c124579
This commit is contained in:
Samuel Cassiba 2018-06-15 05:46:40 -07:00
parent 59112747e8
commit 8a6d5b125e
5 changed files with 13 additions and 1 deletions

1
.delivery/project.toml Normal file
View File

@ -0,0 +1 @@
remote_file = "https://raw.githubusercontent.com/chef-cookbooks/community_cookbook_tools/master/delivery/project.toml"

4
.gitreview Normal file
View File

@ -0,0 +1,4 @@
[gerrit]
host=review.openstack.org
port=29418
project=openstack/cookbook-openstack-dns.git

3
.zuul.yaml Normal file
View File

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

View File

@ -18,7 +18,7 @@
# limitations under the License.
#
class ::Chef::Recipe # rubocop:disable Documentation
class ::Chef::Recipe
include ::Openstack
end

4
spec/.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
# ignore everything in this directory
*
# except this file
!.gitignore