From 368102b1497448b453b96ceb7ffa89d2238707b4 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Mon, 15 Nov 2021 13:10:03 +0900 Subject: [PATCH] Deprecate ineffective MysqlIncreaseFileLimit This parameter enables the systemd drop-in for mariadb.service but the service has never used since all services were containerized. Change-Id: I88e5f7c13861729c464a8ba88b5ca2c090597d93 --- deployment/database/mysql-base.yaml | 3 +-- .../deprecate-MysqlIncreaseFileLimit-20548c5f7234d14c.yaml | 5 +++++ 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 releasenotes/notes/deprecate-MysqlIncreaseFileLimit-20548c5f7234d14c.yaml diff --git a/deployment/database/mysql-base.yaml b/deployment/database/mysql-base.yaml index e672db316d..4a6d4d3924 100644 --- a/deployment/database/mysql-base.yaml +++ b/deployment/database/mysql-base.yaml @@ -84,6 +84,7 @@ parameter_groups: OpenStack mailing list. parameters: - MysqlIPv6 + - MysqlIncreaseFileLimit conditions: is_ipv6: @@ -137,8 +138,6 @@ outputs: "%{hiera('fqdn_$NETWORK')}" params: $NETWORK: {get_param: [ServiceNetMap, MysqlNetwork]} - tripleo::profile::base::database::mysql::generate_dropin_file_limit: - {get_param: MysqlIncreaseFileLimit} tripleo::profile::base::database::mysql::certificate_specs: if: - {get_param: EnableInternalTLS} diff --git a/releasenotes/notes/deprecate-MysqlIncreaseFileLimit-20548c5f7234d14c.yaml b/releasenotes/notes/deprecate-MysqlIncreaseFileLimit-20548c5f7234d14c.yaml new file mode 100644 index 0000000000..8bb7eb3ae9 --- /dev/null +++ b/releasenotes/notes/deprecate-MysqlIncreaseFileLimit-20548c5f7234d14c.yaml @@ -0,0 +1,5 @@ +--- +deprecations: + - | + The ``MysqlIncreaseFileLimit`` parameter has been deprecated and has no + effect now.