Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kirill Smelkov
slapos
Commits
a9f3ff19
Commit
a9f3ff19
authored
Oct 26, 2015
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
X v^ redis
parent
6595b806
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
5 deletions
+16
-5
component/redis/buildout.cfg
component/redis/buildout.cfg
+2
-2
slapos/recipe/redis/template/redis.conf.in
slapos/recipe/redis/template/redis.conf.in
+6
-1
software/gitlab/build.sh
software/gitlab/build.sh
+8
-2
No files found.
component/redis/buildout.cfg
View file @
a9f3ff19
...
...
@@ -7,8 +7,8 @@ extends = ../tcl/buildout.cfg
[redis]
recipe = hexagonit.recipe.cmmi
url = http://download.redis.io/releases/redis-3.0.
2
.tar.gz
md5sum =
87be8867447f62524b584813e5a7bd14
url = http://download.redis.io/releases/redis-3.0.
5
.tar.gz
md5sum =
c7ba233e5f92ad2f48860c815bb05480
configure-command = true
prefix =
make-options =
...
...
slapos/recipe/redis/template/redis.conf.in
View file @
a9f3ff19
# 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
# it in the usual form of 1k 5GB 4M and so forth:
...
...
software/gitlab/build.sh
View file @
a9f3ff19
...
...
@@ -6,8 +6,14 @@ partition_forinst() {
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
&&
\
xslapos node instance
-v
--only-cp
`
partition_forinst gitlab1
`
--pidfile
$HOME
/var/run/slapgrid-cp.pid
# redis
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' && \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment