diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-03-29 15:12:30 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-03-29 15:12:30 +0000 |
commit | 14335bd054b56ab6724fc01abf2fcf8f1b6c69f7 (patch) | |
tree | b7a73ec380803c19c4ad6528aa606f1a25b4dc13 | |
parent | 722a5a6cbb969923df8969a4def7bcb2a8299c49 (diff) | |
parent | 6b33a77f3c0bd283ec34cdc69688eede5b60949d (diff) |
Merge "Enables increasing mariadb open files for noha deployments" into stable/ocata
-rw-r--r-- | puppet/services/database/mysql.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/puppet/services/database/mysql.yaml b/puppet/services/database/mysql.yaml index 808f1353..7078b60f 100644 --- a/puppet/services/database/mysql.yaml +++ b/puppet/services/database/mysql.yaml @@ -23,6 +23,10 @@ parameters: description: Configures MySQL max_connections config setting type: number default: 4096 + MysqlIncreaseFileLimit: + description: Flag to increase MySQL open-files-limit to 16384 + type: boolean + default: true MysqlRootPassword: type: string hidden: true @@ -96,6 +100,8 @@ outputs: $NETWORK: {get_param: [ServiceNetMap, MysqlNetwork]} tripleo::profile::base::database::mysql::client_bind_address: {get_param: [ServiceNetMap, MysqlNetwork]} + tripleo::profile::base::database::mysql::generate_dropin_file_limit: + {get_param: MysqlIncreaseFileLimit} step_config: | include ::tripleo::profile::base::database::mysql metadata_settings: |