branching for stable/mitaka
Change-Id: Id48ada1ece997340641ea11a77eb58fbf9cf3b1d
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -4,6 +4,5 @@ berks-cookbooks/
|
|||||||
.vagrant
|
.vagrant
|
||||||
.coverage/
|
.coverage/
|
||||||
*.swp
|
*.swp
|
||||||
Berksfile.lock
|
|
||||||
Vagrantfile
|
Vagrantfile
|
||||||
Gemfile.lock
|
Gemfile.lock
|
||||||
|
|||||||
@@ -2,3 +2,4 @@
|
|||||||
host=review.openstack.org
|
host=review.openstack.org
|
||||||
port=29418
|
port=29418
|
||||||
project=openstack/cookbook-openstack-block-storage.git
|
project=openstack/cookbook-openstack-block-storage.git
|
||||||
|
defaultbranch=stable/mitaka
|
||||||
|
|||||||
@@ -3,8 +3,11 @@ source "https://supermarket.chef.io"
|
|||||||
metadata
|
metadata
|
||||||
|
|
||||||
cookbook "openstack-image",
|
cookbook "openstack-image",
|
||||||
github: "openstack/cookbook-openstack-image"
|
github: "openstack/cookbook-openstack-image",
|
||||||
|
branch: "stable/mitaka"
|
||||||
cookbook "openstack-identity",
|
cookbook "openstack-identity",
|
||||||
github: "openstack/cookbook-openstack-identity"
|
github: "openstack/cookbook-openstack-identity",
|
||||||
|
branch: "stable/mitaka"
|
||||||
cookbook "openstack-common",
|
cookbook "openstack-common",
|
||||||
github: "openstack/cookbook-openstack-common"
|
github: "openstack/cookbook-openstack-common",
|
||||||
|
branch: "stable/mitaka"
|
||||||
|
|||||||
76
Berksfile.lock
Normal file
76
Berksfile.lock
Normal file
@@ -0,0 +1,76 @@
|
|||||||
|
DEPENDENCIES
|
||||||
|
openstack-block-storage
|
||||||
|
path: .
|
||||||
|
metadata: true
|
||||||
|
openstack-common
|
||||||
|
git: git://github.com/openstack/cookbook-openstack-common.git
|
||||||
|
revision: 1e86209d4e7cace92914ea3c0a15f225253d5da0
|
||||||
|
branch: stable/mitaka
|
||||||
|
openstack-identity
|
||||||
|
git: git://github.com/openstack/cookbook-openstack-identity.git
|
||||||
|
revision: 4fda2a0d5b7eee32c1b04e45d328f24a6940b7fc
|
||||||
|
branch: stable/mitaka
|
||||||
|
openstack-image
|
||||||
|
git: git://github.com/openstack/cookbook-openstack-image.git
|
||||||
|
revision: fce19da1aada86833084633bfab8fd991d7a1c3c
|
||||||
|
branch: stable/mitaka
|
||||||
|
|
||||||
|
GRAPH
|
||||||
|
apache2 (3.2.2)
|
||||||
|
apt (2.9.2)
|
||||||
|
build-essential (4.0.0)
|
||||||
|
mingw (>= 0.0.0)
|
||||||
|
seven_zip (>= 0.0.0)
|
||||||
|
chef-sugar (3.3.0)
|
||||||
|
chef_handler (1.4.0)
|
||||||
|
compat_resource (12.10.4)
|
||||||
|
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)
|
||||||
|
mingw (1.0.0)
|
||||||
|
compat_resource (>= 0.0.0)
|
||||||
|
seven_zip (>= 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-block-storage (13.0.0)
|
||||||
|
apt (~> 2.8)
|
||||||
|
openstack-common (>= 13.0.0)
|
||||||
|
openstack-identity (>= 13.0.0)
|
||||||
|
openstack-image (>= 13.0.0)
|
||||||
|
openstack-common (13.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)
|
||||||
|
openstack-identity (13.0.0)
|
||||||
|
apache2 (~> 3.1)
|
||||||
|
openstack-common (>= 13.0.0)
|
||||||
|
openstack-image (13.0.0)
|
||||||
|
openstack-common (>= 13.0.0)
|
||||||
|
openstack-identity (>= 13.0.0)
|
||||||
|
postgresql (4.0.6)
|
||||||
|
apt (>= 1.9.0)
|
||||||
|
build-essential (>= 0.0.0)
|
||||||
|
openssl (~> 4.0)
|
||||||
|
rbac (1.0.3)
|
||||||
|
seven_zip (2.0.1)
|
||||||
|
windows (>= 1.2.2)
|
||||||
|
smf (2.2.8)
|
||||||
|
rbac (>= 1.0.1)
|
||||||
|
windows (1.42.0)
|
||||||
|
chef_handler (>= 0.0.0)
|
||||||
|
yum (3.5.4)
|
||||||
|
yum-epel (0.6.5)
|
||||||
|
yum (~> 3.2)
|
||||||
|
yum-mysql-community (0.2.0)
|
||||||
|
yum (>= 3.2)
|
||||||
Reference in New Issue
Block a user