summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2017-03-08 15:55:58 -0500
committerTim Rozet <trozet@redhat.com>2017-03-08 22:06:58 -0500
commit8b2ca87007c2cb477765c183325e5af03bf9f80d (patch)
tree74aa3a1a2479e85bd1b86abeeabad0389f6f5d6a
parent9dc5314682c1ea5d6e76232f7fdc8ad0d46b2ab9 (diff)
Fixes syntax bug on mariadb file limit increase
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>
-rw-r--r--ci/PR_revision.log2
1 files changed, 2 insertions, 0 deletions
diff --git a/ci/PR_revision.log b/ci/PR_revision.log
index 1ecf7f5c..1a0df0fd 100644
--- a/ci/PR_revision.log
+++ b/ci/PR_revision.log
@@ -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