Adding Berksfile.lock for stable branch

* removed Berksfile.lock from .gitignore
	* added branch tag to Berksfile dependencies

Change-Id: Iad82430c860e3e764969a158526b15cc2a460e01
This commit is contained in:
galstrom21 2014-03-27 20:52:19 -05:00
parent c9538639ec
commit 2101de5176
3 changed files with 76 additions and 7 deletions

1
.gitignore vendored
View File

@ -4,5 +4,4 @@
.vagrant/
.coverage/
*.swp
Berksfile.lock
Vagrantfile

View File

@ -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'

67
Berksfile.lock Normal file
View File

@ -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"
}
}
}