diff --git a/.gitignore b/.gitignore index d7ee44a..fa2b288 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,6 @@ berks-cookbooks/ .vagrant .coverage/ *.swp -Berksfile.lock Vagrantfile Gemfile.lock +Berksfile.lock diff --git a/.gitreview b/.gitreview index 993d5f3..5d31173 100644 --- a/.gitreview +++ b/.gitreview @@ -2,3 +2,4 @@ host=review.opendev.org port=29418 project=openstack/cookbook-openstack-ops-database.git +defaultbranch=stable/rocky diff --git a/Berksfile b/Berksfile index 3a15b1b..0a3d918 100644 --- a/Berksfile +++ b/Berksfile @@ -4,7 +4,9 @@ source 'https://supermarket.chef.io' if Dir.exist?("../cookbook-openstack-#{cookbook}") cookbook "openstack-#{cookbook}", path: "../cookbook-openstack-#{cookbook}" else - cookbook "openstack-#{cookbook}", git: "https://opendev.org/openstack/cookbook-openstack-#{cookbook}" + cookbook "openstack-#{cookbook}", + git: "https://opendev.org/openstack/cookbook-openstack-#{cookbook}", + branch: 'stable/rocky' end end