From 2101de517678f55273a8078e74cfcdd805aefe4a Mon Sep 17 00:00:00 2001 From: galstrom21 Date: Thu, 27 Mar 2014 20:52:19 -0500 Subject: [PATCH] Adding Berksfile.lock for stable branch * removed Berksfile.lock from .gitignore * added branch tag to Berksfile dependencies Change-Id: Iad82430c860e3e764969a158526b15cc2a460e01 --- .gitignore | 1 - Berksfile | 15 ++++++----- Berksfile.lock | 67 ++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 76 insertions(+), 7 deletions(-) create mode 100644 Berksfile.lock diff --git a/.gitignore b/.gitignore index be9fe71..1164cc8 100644 --- a/.gitignore +++ b/.gitignore @@ -4,5 +4,4 @@ .vagrant/ .coverage/ *.swp -Berksfile.lock Vagrantfile diff --git a/Berksfile b/Berksfile index bd847e9..06149d1 100644 --- a/Berksfile +++ b/Berksfile @@ -1,8 +1,11 @@ metadata -cookbook "openstack-image", - git: "git://github.com/stackforge/cookbook-openstack-image.git" -cookbook "openstack-identity", - git: "git://github.com/stackforge/cookbook-openstack-identity.git" -cookbook "openstack-common", - git: "git://github.com/stackforge/cookbook-openstack-common.git" +cookbook 'openstack-image', + git: 'git://github.com/stackforge/cookbook-openstack-image.git', + branch: 'stable/havana' +cookbook 'openstack-identity', + git: 'git://github.com/stackforge/cookbook-openstack-identity.git', + branch: 'stable/havana' +cookbook 'openstack-common', + 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..f16f21f --- /dev/null +++ b/Berksfile.lock @@ -0,0 +1,67 @@ +{ + "sources": { + "openstack-block-storage": { + "path": "." + }, + "openstack-image": { + "locked_version": "8.2.1", + "git": "git://github.com/stackforge/cookbook-openstack-image.git", + "ref": "839007218b6da68fda3915a2408da1c8ca77f5fe" + }, + "openstack-identity": { + "locked_version": "8.1.3", + "git": "git://github.com/stackforge/cookbook-openstack-identity.git", + "ref": "145a716611dda6414d8458071f8fbccf9e5c978c" + }, + "openstack-common": { + "locked_version": "8.5.0", + "git": "git://github.com/stackforge/cookbook-openstack-common.git", + "ref": "3e68d2e9bace0adfcc4a4907611c8c3ee573a7ce" + }, + "apt": { + "locked_version": "2.3.8" + }, + "selinux": { + "locked_version": "0.7.0" + }, + "python": { + "locked_version": "1.4.6" + }, + "build-essential": { + "locked_version": "1.4.4" + }, + "yum-epel": { + "locked_version": "0.3.4" + }, + "yum": { + "locked_version": "3.1.4" + }, + "database": { + "locked_version": "2.0.0" + }, + "mysql": { + "locked_version": "4.1.2" + }, + "openssl": { + "locked_version": "1.1.0" + }, + "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" + }, + "aws": { + "locked_version": "2.1.1" + }, + "xfs": { + "locked_version": "1.1.0" + } + } +}