Fixes syntax bug on mariadb file limit increase 83/30083/4
authorTim Rozet <trozet@redhat.com>
Wed, 8 Mar 2017 20:55:58 +0000 (15:55 -0500)
committerTim Rozet <trozet@redhat.com>
Thu, 9 Mar 2017 03:06:58 +0000 (22:06 -0500)
There was a missing ':' in the hieradata value which was causing the
mariadb limit to never get increased.  Also only runs the limit increase
when noha is used.

opnfv-tht-pr: 119
opnfv-puppet-tripleo-pr: 19

Change-Id: I0adf29de3afbb1ba021201e1814678b8beddb90e
Signed-off-by: Tim Rozet <trozet@redhat.com>
ci/PR_revision.log

index 1ecf7f5..1a0df0f 100644 (file)
@@ -10,3 +10,5 @@
 115,Increases mariadb open files limit for noha deployments
 116,Adding notifier topic to ceilometer
 114,Use networking-odl v1 driver in bgpvpn
+119,Fixes missing ':' with setting hieradata for mariadb limit
+19,opnfv-puppet-tripleo, Only increases mariadb limit with noha deployments