diff options
author | Jenkins <jenkins@review.openstack.org> | 2015-07-17 11:17:38 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2015-07-17 11:17:38 +0000 |
commit | 5426ea2f200a81cab1245d9aa02e2e47a440e3d6 (patch) | |
tree | a0309717d58190e5331e8bba5a88f6211042f2fe | |
parent | 89095fea26164d96bd14f2f86cc8cd7d3b4c85e6 (diff) | |
parent | bed32cf5759698e9a2b34b9d6ead7bbf7086d1bb (diff) |
Merge "Increase default max_connections for MySQL from 1024 to 4096"
-rw-r--r-- | controller.yaml | 2 | ||||
-rw-r--r-- | overcloud-without-mergepy.yaml | 2 | ||||
-rw-r--r-- | puppet/controller-puppet.yaml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/controller.yaml b/controller.yaml index 5983a41e..ae60e910 100644 --- a/controller.yaml +++ b/controller.yaml @@ -256,7 +256,7 @@ parameters: MysqlMaxConnections: description: Configures MySQL max_connections config setting type: number - default: 1024 + default: 4096 MysqlRootPassword: type: string hidden: true diff --git a/overcloud-without-mergepy.yaml b/overcloud-without-mergepy.yaml index d4dd5a1f..5e1470f0 100644 --- a/overcloud-without-mergepy.yaml +++ b/overcloud-without-mergepy.yaml @@ -398,7 +398,7 @@ parameters: MysqlMaxConnections: description: Configures MySQL max_connections config setting type: number - default: 1024 + default: 4096 NeutronDnsmasqOptions: default: 'dhcp-option-force=26,1400' description: Dnsmasq options for neutron-dhcp-agent. The default value here forces MTU to be set to 1400 to account for the tunnel overhead. diff --git a/puppet/controller-puppet.yaml b/puppet/controller-puppet.yaml index d88e54b5..bd8823ad 100644 --- a/puppet/controller-puppet.yaml +++ b/puppet/controller-puppet.yaml @@ -228,7 +228,7 @@ parameters: MysqlMaxConnections: description: Configures MySQL max_connections config setting type: number - default: 1024 + default: 4096 MysqlRootPassword: type: string hidden: true |