starting queens development patch and use git.openstack.org

* use git.openstack.org instead of github for berks dependency
resolution

Change-Id: I0b73ea2e711d996f886000f584d350c581571610
This commit is contained in:
Samuel Cassiba 2018-03-02 18:18:45 -08:00
parent 18fefbe962
commit f5e2e58c4e
2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ source 'https://supermarket.chef.io'
if Dir.exist?("../cookbook-openstack-#{cookbook}") if Dir.exist?("../cookbook-openstack-#{cookbook}")
cookbook "openstack-#{cookbook}", path: "../cookbook-openstack-#{cookbook}" cookbook "openstack-#{cookbook}", path: "../cookbook-openstack-#{cookbook}"
else else
cookbook "openstack-#{cookbook}", github: "openstack/cookbook-openstack-#{cookbook}" cookbook "openstack-#{cookbook}", git: "https://git.openstack.org/openstack/cookbook-openstack-#{cookbook}"
end end
end end

View File

@ -3,7 +3,7 @@ maintainer 'openstack-chef'
maintainer_email 'openstack-dev@lists.openstack.org' maintainer_email 'openstack-dev@lists.openstack.org'
license 'Apache-2.0' license 'Apache-2.0'
description 'Provides the shared database configuration for OpenStack' description 'Provides the shared database configuration for OpenStack'
version '16.0.0' version '17.0.0'
recipe 'client', 'Installs client packages for the database used by the deployment.' recipe 'client', 'Installs client packages for the database used by the deployment.'
recipe 'server', 'Installs and configures server packages for the database used by the deployment.' recipe 'server', 'Installs and configures server packages for the database used by the deployment.'
@ -19,7 +19,7 @@ recipe 'openstack-db', 'Creates necessary tables, users, and grants for OpenStac
supports os supports os
end end
depends 'openstack-common', '>= 16.0.0' depends 'openstack-common', '>= 17.0.0'
depends 'mariadb', '~> 1.5' depends 'mariadb', '~> 1.5'
depends 'mysql', '~> 8.2' depends 'mysql', '~> 8.2'