diff --git a/.gitignore b/.gitignore index d7ee44ab..85227abb 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,5 @@ berks-cookbooks/ .vagrant .coverage/ *.swp -Berksfile.lock Vagrantfile Gemfile.lock diff --git a/.gitreview b/.gitreview index 0dd496cf..237ab12f 100644 --- a/.gitreview +++ b/.gitreview @@ -2,3 +2,4 @@ host=review.openstack.org port=29418 project=openstack/cookbook-openstack-common.git +defaultbranch=stable/liberty diff --git a/Berksfile.lock b/Berksfile.lock new file mode 100644 index 00000000..2694b4f0 --- /dev/null +++ b/Berksfile.lock @@ -0,0 +1,45 @@ +DEPENDENCIES + openstack-common + path: . + metadata: true + test-openstack-common-database + path: spec/cookbooks/test-openstack-common-database + +GRAPH + apt (2.9.2) + build-essential (2.2.4) + chef-sugar (3.1.1) + database (4.0.9) + postgresql (>= 1.0.0) + galera (0.4.1) + mariadb (0.3.1) + apt (>= 0.0.0) + yum (>= 0.0.0) + yum-epel (>= 0.0.0) + mysql (6.0.31) + smf (>= 0.0.0) + yum-mysql-community (>= 0.0.0) + openssl (4.4.0) + chef-sugar (>= 3.1.1) + openstack-common (12.0.0) + apt (~> 2.8) + database (~> 4.0.2) + galera (~> 0.4.1) + mariadb (~> 0.3.1) + mysql (~> 6.0.13) + yum (~> 3.5.4) + yum-epel (~> 0.6.0) + postgresql (3.4.21) + apt (>= 1.9.0) + build-essential (>= 0.0.0) + openssl (~> 4.0) + rbac (1.0.3) + smf (2.2.7) + rbac (>= 1.0.1) + test-openstack-common-database (1.0.0) + openstack-common (>= 0.0.0) + yum (3.5.4) + yum-epel (0.6.4) + yum (~> 3.2) + yum-mysql-community (0.1.19) + yum (>= 3.2)