Add mysql innodb buffer pool size
[apex-tripleo-heat-templates.git] / undercloud-source.yaml
index 90724b7..2bf927f 100644 (file)
@@ -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