Merge "Prepare ELK TOSCA Template for Translation into HOT (2)"
This commit is contained in:
commit
fb5793834a
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user