Merge "Prepare ELK TOSCA Template for Translation into HOT (2)"

This commit is contained in:
Jenkins 2015-06-11 18:21:04 +00:00 committed by Gerrit Code Review
commit fb5793834a
6 changed files with 13 additions and 2 deletions

View File

@ -1,3 +1,5 @@
#!/usr/bin/python
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at

View File

@ -1,3 +1,5 @@
#!/usr/bin/python
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at

View File

@ -1,3 +1,5 @@
#!/usr/bin/python
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at

View File

@ -1,3 +1,5 @@
#!/usr/bin/python
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at

View File

@ -1,5 +1,6 @@
#!/bin/sh -x
# This script starts mongodb
/etc/init.d/mongodb stop
rm /var/lib/mongod.lock
mongod --dbpath /var/lib/mongodb &
rm /var/lib/mongodb/mongod.lock
mongod --repair
mongod --dbpath /var/lib/mongodb --fork --logpath /var/log/mongod.log

View File

@ -1,3 +1,5 @@
#!/usr/bin/python
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at