starting ocata development patch

Change-Id: I6e98a1403732852e8dbf3ccfa436723ef696eeb5
This commit is contained in:
Jan Klare 2017-02-23 17:06:55 +01:00
parent f61fca474d
commit e3e7d54dad
2 changed files with 13 additions and 6 deletions

View File

@ -1,11 +1,18 @@
# This configuration was generated by `rubocop --auto-gen-config` # This configuration was generated by
# on 2015-05-29 12:01:24 -0500 using RuboCop version 0.29.1. # `rubocop --auto-gen-config`
# on 2017-02-23 16:58:35 +0100 using RuboCop version 0.39.0.
# The point is for the user to remove these configuration records # The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base. # one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new # Note that changes in the inspected code, or installation of new
# versions of RuboCop, may require this file to be generated again. # versions of RuboCop, may require this file to be generated again.
# Offense count: 4 # Offense count: 5
# Configuration parameters: EnforcedStyle, SupportedStyles. # Configuration parameters: EnforcedStyle, SupportedStyles.
# SupportedStyles: nested, compact
Style/ClassAndModuleChildren: Style/ClassAndModuleChildren:
Enabled: false Exclude:
- 'recipes/mariadb-server.rb'
- 'recipes/mysql-server.rb'
- 'recipes/openstack-db.rb'
- 'recipes/percona-cluster-server.rb'
- 'recipes/postgresql-server.rb'

View File

@ -5,7 +5,7 @@ issues_url 'https://launchpad.net/openstack-chef' if respond_to?(:issues_url)
source_url 'https://github.com/openstack/cookbook-openstack-ops-database' if respond_to?(:source_url) source_url 'https://github.com/openstack/cookbook-openstack-ops-database' if respond_to?(:source_url)
license 'Apache 2.0' license 'Apache 2.0'
description 'Provides the shared database configuration for Chef for OpenStack.' description 'Provides the shared database configuration for Chef for OpenStack.'
version '14.0.0' version '15.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.'
@ -27,4 +27,4 @@ depends 'mysql', '~> 8.2'
depends 'mysql2_chef_gem', '~> 1.1' depends 'mysql2_chef_gem', '~> 1.1'
depends 'postgresql', '~> 5.1' depends 'postgresql', '~> 5.1'
depends 'database', '~> 6.1' depends 'database', '~> 6.1'
depends 'openstack-common', '>= 14.0.0' depends 'openstack-common', '>= 15.0.0'