Add native zuul jobs

- adds missing .zuul.yaml and .gitreview
- cookstyle fix to get a green build

Change-Id: Id74d402cd65bbe720840834eb9bd974d84a63004
This commit is contained in:
Samuel Cassiba 2018-05-18 18:19:28 -07:00
parent 59112747e8
commit 4674b7a532
3 changed files with 8 additions and 1 deletions

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