stable/liberty release patch

Change-Id: I1689cdf9064909f4f293856bd4827455c2e5f157
This commit is contained in:
Jan Klare 2015-11-10 11:24:44 +01:00
parent 2d9a387513
commit 9481b60813
5 changed files with 60 additions and 3 deletions

1
.gitignore vendored
View File

@ -4,6 +4,5 @@ berks-cookbooks/
.vagrant
.coverage/
*.swp
Berksfile.lock
Vagrantfile
Gemfile.lock

View File

@ -2,3 +2,4 @@
host=review.openstack.org
port=29418
project=openstack/cookbook-openstack-ops-database.git
defaultbranch=stable/liberty

View File

@ -3,4 +3,5 @@ source "https://supermarket.chef.io"
metadata
cookbook "openstack-common",
github: "openstack/cookbook-openstack-common"
github: "openstack/cookbook-openstack-common",
branch: 'stable/liberty'

56
Berksfile.lock Normal file
View File

@ -0,0 +1,56 @@
DEPENDENCIES
openstack-common
git: git://github.com/openstack/cookbook-openstack-common.git
revision: 42214704acfc26c6ac0ac1b21d38b8693fd7f68c
branch: stable/liberty
openstack-ops-database
path: .
metadata: true
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)
mysql2_chef_gem (1.0.2)
build-essential (>= 0.0.0)
mariadb (>= 0.0.0)
mysql (~> 6.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)
openstack-ops-database (12.0.0)
database (~> 4.0.2)
mariadb (~> 0.3.1)
mysql (~> 6.0.13)
mysql2_chef_gem (~> 1.0.1)
openstack-common (>= 12.0.0)
postgresql (~> 3.4.18)
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)
yum (3.5.4)
yum-epel (0.6.4)
yum (~> 3.2)
yum-mysql-community (0.1.19)
yum (>= 3.2)

View File

@ -2,7 +2,7 @@
## This script is for installing all the needed packages on trusty to run the chef tests with 'chef exec rake'.
## It relies on the common bootstrap.sh from openstack/cookbook-openstack-common for installing common dependencies.
curl https://raw.githubusercontent.com/openstack/cookbook-openstack-common/master/bootstrap.sh \
curl https://raw.githubusercontent.com/openstack/cookbook-openstack-common/stable/liberty/bootstrap.sh \
--retry 3 \
--silent \
--show-error \