aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--overcloud-source.yaml6
-rw-r--r--undercloud-source.yaml6
2 files changed, 12 insertions, 0 deletions
diff --git a/overcloud-source.yaml b/overcloud-source.yaml
index bba161e1..a7098227 100644
--- a/overcloud-source.yaml
+++ b/overcloud-source.yaml
@@ -166,6 +166,10 @@ Parameters:
Type: String
Description: The image ID for live-updates to the overcloud compute nodes.
Default: ''
+ MysqlInnodbBufferPoolSize:
+ Description: Specifies the size of the buffer pool in megabytes.
+ Type: Number
+ Default: 100
Resources:
RabbitCookie:
Type: OS::Heat::RandomString
@@ -410,6 +414,8 @@ Resources:
- Fn::GetAtt:
- notCompute0
- networks
+ mysql:
+ innodb_buffer_pool_size: {Ref: MysqlInnodbBufferPoolSize}
neutron:
flat-networks: {Ref: NeutronFlatNetworks}
host:
diff --git a/undercloud-source.yaml b/undercloud-source.yaml
index 90724b76..2bf927f8 100644
--- a/undercloud-source.yaml
+++ b/undercloud-source.yaml
@@ -77,6 +77,10 @@ Parameters:
Type: String
Default: ''
NoEcho: true
+ MysqlInnodbBufferPoolSize:
+ Description: Specifies the size of the buffer pool in megabytes.
+ Type: Number
+ Default: 100
Resources:
RabbitCookie:
Type: OS::Heat::RandomString
@@ -203,6 +207,8 @@ Resources:
keystone:
db: mysql://keystone:unset@localhost/keystone
host: 127.0.0.1
+ mysql:
+ innodb_buffer_pool_size: {Ref: MysqlInnodbBufferPoolSize}
neutron:
host: 127.0.0.1
ovs_db: mysql://neutron:unset@localhost/ovs_neutron?charset=utf8