stable/liberty release patch

Change-Id: I5c101bbb45f72e4bac7d39b280a5db17957ea5e0
This commit is contained in:
Jan Klare 2015-11-10 11:24:44 +01:00
parent 9fe64485f5
commit 7bcc826469
5 changed files with 62 additions and 4 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-orchestration.git
defaultbranch=stable/liberty

View File

@ -3,6 +3,8 @@ source "https://supermarket.chef.io"
metadata
cookbook "openstack-identity",
github: "openstack/cookbook-openstack-identity"
github: "openstack/cookbook-openstack-identity",
branch: 'stable/liberty'
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-identity
git: git://github.com/openstack/cookbook-openstack-identity.git
revision: 98030c26e065f39c545db48bc36414a15e9bd83d
branch: stable/liberty
openstack-orchestration
path: .
metadata: true
GRAPH
apache2 (3.1.0)
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)
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-identity (12.0.0)
apache2 (~> 3.1.0)
openstack-common (>= 12.0.0)
openstack-orchestration (12.0.0)
openstack-common (>= 12.0.0)
openstack-identity (>= 12.0.0)
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 \