Code Review
/
apex-tripleo-heat-templates.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
0adf755
)
Start redis service after upgrade
author
Pradeep Kilambi
<pkilambi@redhat.com>
Wed, 2 Aug 2017 19:52:29 +0000
(15:52 -0400)
committer
Pradeep Kilambi
<pkilambi@redhat.com>
Wed, 2 Aug 2017 19:53:18 +0000
(15:53 -0400)
We install redis if its not already there, but we should also
ensure redis service is started in the next step 4.
related to issues we're seeing in I284de61bbefac9e9b37390650016643ffe38b5cc
Change-Id: Ic01db53ea8669f14e87f6987045b2be5a3480024
puppet/services/database/redis.yaml
patch
|
blob
|
history
diff --git
a/puppet/services/database/redis.yaml
b/puppet/services/database/redis.yaml
index
bd96823
..
bdcc4fc
100644
(file)
--- a/
puppet/services/database/redis.yaml
+++ b/
puppet/services/database/redis.yaml
@@
-77,3
+77,6
@@
outputs:
tags: step3
yum: name=redis state=latest
when: redis_enabled.rc != 0
+ - name: Start redis service
+ tags: step4
+ service: name=redis state=started