aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/services/database/mongodb.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'puppet/services/database/mongodb.yaml')
-rw-r--r--puppet/services/database/mongodb.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/puppet/services/database/mongodb.yaml b/puppet/services/database/mongodb.yaml
index 8290cae7..63ec4446 100644
--- a/puppet/services/database/mongodb.yaml
+++ b/puppet/services/database/mongodb.yaml
@@ -66,3 +66,10 @@ outputs:
mongodb::server::bind_ip: {get_param: [ServiceNetMap, MongodbNetwork]}
step_config: |
include ::tripleo::profile::base::database::mongodb
+ upgrade_tasks:
+ - name: Stop mongodb service
+ tags: step2
+ service: name=mongod state=stopped
+ - name: Start mongodb service
+ tags: step4
+ service: name=mongod state=started