Commit a9f3ff19 authored by Kirill Smelkov's avatar Kirill Smelkov

X v^ redis

parent 6595b806
...@@ -7,8 +7,8 @@ extends = ../tcl/buildout.cfg ...@@ -7,8 +7,8 @@ extends = ../tcl/buildout.cfg
[redis] [redis]
recipe = hexagonit.recipe.cmmi recipe = hexagonit.recipe.cmmi
url = http://download.redis.io/releases/redis-3.0.2.tar.gz url = http://download.redis.io/releases/redis-3.0.5.tar.gz
md5sum = 87be8867447f62524b584813e5a7bd14 md5sum = c7ba233e5f92ad2f48860c815bb05480
configure-command = true configure-command = true
prefix = prefix =
make-options = make-options =
......
# Redis configuration file example # Redis configuration file example.
#
# Note that in order to read the configuration file, Redis must be
# started with the file path as first argument:
#
# ./redis-server /path/to/redis.conf
# Note on units: when memory size is needed, it is possible to specify # Note on units: when memory size is needed, it is possible to specify
# it in the usual form of 1k 5GB 4M and so forth: # it in the usual form of 1k 5GB 4M and so forth:
......
...@@ -6,8 +6,14 @@ partition_forinst() { ...@@ -6,8 +6,14 @@ partition_forinst() {
xslapos proxy show --partitions 2>&1 | grep -w $1 | awk '{print $5}' xslapos proxy show --partitions 2>&1 | grep -w $1 | awk '{print $5}'
} }
xslapos node software -v --only-sr `pwd`/software.cfg --pidfile $HOME/var/run/slapgrid-sr.pid && \ # redis
xslapos node instance -v --only-cp `partition_forinst gitlab1` --pidfile $HOME/var/run/slapgrid-cp.pid xslapos node software -v --only-sr /srv/slapgrid/slappart16/srv/runner/project/slapos/software/redis-server/software.cfg --pidfile $HOME/var/run/slapgrid-sr.pid && \
true
#xslapos node instance -v --only-cp `partition_forinst gitlab1` --pidfile $HOME/var/run/slapgrid-cp.pid
# gitlab
#xslapos node software -v --only-sr `pwd`/software.cfg --pidfile $HOME/var/run/slapgrid-sr.pid && \
#xslapos node instance -v --only-cp `partition_forinst gitlab1` --pidfile $HOME/var/run/slapgrid-cp.pid
# /bin/echo -ne '\n\n' && \ # /bin/echo -ne '\n\n' && \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment