Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Aurélien Vermylen
slapos
Commits
2a3e67c1
Commit
2a3e67c1
authored
Jun 03, 2011
by
Cédric de Saint Martin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Memcached : update recipe and profile, copying from mysql
parent
ac6a9fc6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
23 deletions
+19
-23
slapos/recipe/memcached/__init__.py
slapos/recipe/memcached/__init__.py
+1
-2
software/memcached/software.cfg
software/memcached/software.cfg
+18
-21
No files found.
slapos/recipe/memcached/__init__.py
View file @
2a3e67c1
...
...
@@ -37,9 +37,8 @@ class Recipe(BaseSlapRecipe):
def
_install
(
self
):
self
.
path_list
=
[]
self
.
requirements
,
self
.
ws
=
self
.
egg
.
working_set
([
__name__
])
# XXX-Cedric : add logrotate?
memcached_conf
=
self
.
installMemcached
(
ip
=
self
.
get
LocalIPv4
Address
(),
memcached_conf
=
self
.
installMemcached
(
ip
=
self
.
get
GlobalIPv6
Address
(),
port
=
11000
)
self
.
linkBinary
()
self
.
setConnectionDict
(
dict
(
...
...
software/memcached/software.cfg
View file @
2a3e67c1
[buildout]
slaposcookbook_location = ${:parts-directory}/slaposcookbook
develop = ${:slaposcookbook_location}
sources = sources
auto-checkout = mysql
extensions =
slapos.tool.networkcache
slapos.zcbworkarounds
#slapos.rebootstrap
slapos.rebootstrap
mr.developer
find-links =
http://www.nexedi.org/static/packages/source/slapos.buildout/
extends =
../../component/git/buildout.cfg
../../component/memcached/buildout.cfg
../../component/mysql-5.1/buildout.cfg
../../component/dcron/buildout.cfg
../../component/logrotate/buildout.cfg
../../component/python-2.7/buildout.cfg
../../component/perl/buildout.cfg
../../component/xtrabackup/buildout.cfg
versions = versions
parts +=
# Create instance template
#TODO : list here all parts.
template
instance-recipe-egg
...
...
@@ -27,30 +34,20 @@ parts +=
# development / fast switching environment for whole software
unzip = true
#[rebootstrap]
# Default first version of rebootstrapped python
#version = 2
#section = python2.7
[sources]
# Include information related to official mysql source code.
mysql = git http://git.erp5.org/repos/slapos.git branch=mysql
[slaposcookbook]
recipe = plone.recipe.command
git_param =--quiet -b mysql
git = ${git:location}/bin/git
location = ${buildout:parts-directory}/${:_buildout_section_name_}
stop-on-error = true
command = ${:git} clone ${:git_param} http://git.erp5.org/repos/slapos.git ${:location} || exit 1;
update-command = cd ${:location} && ${git:location}/bin/git pull --quiet
[rebootstrap]
# Default first version of rebootstrapped python
version = 2
section = python2.7
[instance-recipe]
egg = slapos.cookbook
module = memcached
[instance-recipe-egg]
# Just so buildout executes [slaposcookbook] before [eggs], as
# - [eggs] references [slaposcookbook]
# - [instance-recipe] needs [slaposcookbook] to be finished
# - we cannot rely on anything else being executed before [instance-recipe]
slaposcookbook_dummy = ${slaposcookbook:location}
recipe = zc.recipe.egg
#python = python2.6
eggs = ${instance-recipe:egg}
...
...
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