From b6af43226c565424181c2f761b34af1a466c7748 Mon Sep 17 00:00:00 2001 From: galstrom21 Date: Thu, 27 Mar 2014 11:35:15 -0500 Subject: [PATCH] Adding Berksfile.lock for stable branch * removed Berksfile.lock from .gitignore * added defaultbranch to .gitreview * added branch tag to Berksfile dependencies Change-Id: I22b3787015d4dd300974e740a26903b1d68915ea --- .gitignore | 1 - .gitreview | 1 + Berksfile | 3 ++- Berksfile.lock | 51 ++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 54 insertions(+), 2 deletions(-) create mode 100644 Berksfile.lock diff --git a/.gitignore b/.gitignore index 010cb2a..b854044 100644 --- a/.gitignore +++ b/.gitignore @@ -3,5 +3,4 @@ .vagrant .coverage/ *.swp -Berksfile.lock Vagrantfile diff --git a/.gitreview b/.gitreview index fd98bf3..32c761d 100644 --- a/.gitreview +++ b/.gitreview @@ -2,3 +2,4 @@ host=review.openstack.org port=29418 project=stackforge/cookbook-openstack-ops-database.git +defaultbranch=stable/havana diff --git a/Berksfile b/Berksfile index 84e5b6d..ee98aee 100644 --- a/Berksfile +++ b/Berksfile @@ -1,4 +1,5 @@ metadata cookbook "openstack-common", - git: "git://github.com/stackforge/cookbook-openstack-common.git" + git: "git://github.com/stackforge/cookbook-openstack-common.git", + branch: "stable/havana" diff --git a/Berksfile.lock b/Berksfile.lock new file mode 100644 index 0000000..89c56b7 --- /dev/null +++ b/Berksfile.lock @@ -0,0 +1,51 @@ +{ + "sources": { + "openstack-ops-database": { + "path": "." + }, + "openstack-common": { + "locked_version": "8.5.0", + "git": "git://github.com/stackforge/cookbook-openstack-common.git", + "ref": "3e68d2e9bace0adfcc4a4907611c8c3ee573a7ce" + }, + "database": { + "locked_version": "2.0.0" + }, + "mysql": { + "locked_version": "4.1.2" + }, + "openssl": { + "locked_version": "1.1.0" + }, + "build-essential": { + "locked_version": "1.4.4" + }, + "homebrew": { + "locked_version": "1.5.4" + }, + "windows": { + "locked_version": "1.30.0" + }, + "chef_handler": { + "locked_version": "1.1.5" + }, + "postgresql": { + "locked_version": "3.3.4" + }, + "apt": { + "locked_version": "2.3.8" + }, + "aws": { + "locked_version": "2.1.1" + }, + "xfs": { + "locked_version": "1.1.0" + }, + "yum": { + "locked_version": "3.1.4" + }, + "yum-epel": { + "locked_version": "0.3.4" + } + } +}