Compare commits

..

83 Commits

Author SHA1 Message Date
80ab344f26 Merge branch '2.7.2/master' into dist/eole/2.7.2/master 2020-06-17 12:35:12 +02:00
9efa0e143c Master branch for 2.7.2 2020-06-17 12:28:33 +02:00
84320f3366 Master branch for 2.7.1 2020-06-17 12:27:07 +02:00
d1675859fd Master branch for 2.7.0 2020-06-17 12:24:59 +02:00
e5b4489a8d Suppression des addInt qui empechent d'utiliser le dico dans zephir 2020-06-17 12:16:28 +02:00
001e9fa0f5 Ajout conf sysctl 2020-06-17 12:16:28 +02:00
296250e50a Ajout service redis slave 2020-06-17 12:16:28 +02:00
47a201c879 remove redis2-server 2020-06-17 12:16:28 +02:00
7d7154ac1a corrections 2020-06-17 12:16:28 +02:00
b078384b50 Fix init 2020-06-17 12:16:28 +02:00
470e446bed Fix variable redisMaxMemory dans conf 2020-06-17 12:16:28 +02:00
ef49699351 Cluster non présent par défaut sur les slaves + desactivation des sauvegardes auto RDB et AOF 2020-06-17 12:16:28 +02:00
5701b488ab Correction du mode local avec slave distant 2020-06-17 12:16:28 +02:00
f331bdd8bb Ajout du mode local avec slave distant 2020-06-17 12:16:28 +02:00
7d205a6d07 Fix typo 2020-06-17 12:16:28 +02:00
ef4e0deb13 Adding maxclients support 2020-06-17 12:16:28 +02:00
e6db8285fd Disable Transparent Huge Page support 2020-06-17 12:16:28 +02:00
5c5152546f Fixing typo in dico 2020-06-17 12:16:28 +02:00
9b2317478f Adding Possibility to disable persistence on Master instances 2020-06-17 12:16:28 +02:00
593a35a6fd Adding somme tunning for better slave sync 2020-06-17 12:16:27 +02:00
20410f4168 Adding vm.overcommit_memory kernel parameter 2020-06-17 12:16:27 +02:00
e79473b41e Hidding variable not usable in with Node Rôle 2020-06-17 12:16:27 +02:00
ed7ef726ee Hidding variable not usable in with Node Rôle 2020-06-17 12:16:27 +02:00
6183e0b01d Fixing pid file name 2020-06-17 12:16:27 +02:00
88d3ae8308 Addin Service file for the second instance 2020-06-17 12:16:27 +02:00
2cb3b1eab0 Adding support for a second instance !
Redis cluster needs 6 hosts for work ... it's a lot.
To trick him each node can be Master and slave for another node.

;)
2020-06-17 12:16:27 +02:00
d24fb913d1 Improving cluster init script 2020-06-17 12:16:27 +02:00
1b0cc0ddb1 We need to open en Cluster port ... redis port + 10000 2020-06-17 12:16:27 +02:00
9ee6f06cf3 Adding a working init script !!! 2020-06-17 12:16:27 +02:00
9ac6a32a75 Fixing bad service name 2020-06-17 12:16:27 +02:00
d53d35594b Using eth0 IP instead of 127.0.0.1 2020-06-17 12:16:27 +02:00
9b589c4306 Enable cluster mode for nodes and leader 2020-06-17 12:16:27 +02:00
95b110a614 Open redis to other hosts 2020-06-17 12:16:27 +02:00
52fb5f9e6f Hidding variables on 'Node' Mode 2020-06-17 12:16:27 +02:00
6c8bfc86ad Removing missing variable from template 2020-06-17 12:16:27 +02:00
6129031de4 Removing unused configuration and assocated variables 2020-06-17 12:16:27 +02:00
8bc6371d33 Fix configuration and dico 2020-06-17 12:16:27 +02:00
9cad108279 Removing non working script (moved to a branch) 2020-06-17 12:16:27 +02:00
46cbb60a12 Using redis-trib.rb because it works ... 2020-06-17 12:16:27 +02:00
dc15a5722c Adding the script 2020-06-17 12:16:27 +02:00
7542bc4ca9 Adding init script for cluster start 2020-06-17 12:16:27 +02:00
d289e3c71c Adding the Leader to the cluster.conf 2020-06-17 12:16:27 +02:00
48f9f8e927 Adding cluster.conf template 2020-06-17 12:16:27 +02:00
9af98166ba Adding cluster.conf template 2020-06-17 12:16:27 +02:00
935aa81b70 rdClMemberIP is a Multi 2020-06-17 12:16:27 +02:00
a5b5f9fc32 Gestion des noeuds membres 2020-06-17 12:16:27 +02:00
7c40c395ec Fist commit 2020-06-17 12:16:26 +02:00
admineole@ac-dijon.fr
8776d25aee Add README file 2020-06-17 11:51:27 +02:00
c60d652730 Merge branch 'master' into dist/eole/2.7.0/master 2019-04-11 11:27:33 +02:00
80231b48a4 Merge branch 'develop' into dist/eole/2.7.0/master 2019-03-19 16:03:00 +01:00
c54c397a9e Report modifications dist develop 2019-03-19 13:54:43 +01:00
7cadb3da0e Merge branch 'master' into dist/eole/2.7.0/master 2019-03-19 13:52:33 +01:00
f57addc2cc Merge branch 'master' into dist/eole/2.6.2/master 2018-09-06 09:24:22 +02:00
22709760f3 Merge branch 'mode_local_slave_distant' into dist/eole/2.6.2/master 2018-09-04 16:51:22 +02:00
9bdc26ad51 Merge branch 'mode_local_slave_distant' into dist/eole/2.6.2/master 2018-09-04 15:58:05 +02:00
8d0fdbd8bf Merge branch 'mode_local_slave_distant' into dist/eole/2.6.2/master 2018-09-04 10:48:03 +02:00
2c377517d8 Merge branch 'master' into dist/eole/2.6.2/master 2018-06-26 10:33:40 +02:00
a85ec92831 Merge branch 'master' into dist/eole/2.6.2/master 2018-06-25 22:21:09 +02:00
8d25de0f2a Merge branch 'master' into dist/eole/2.6.2/master 2018-06-21 10:38:34 +02:00
d1eafd3104 Merge branch 'master' into dist/eole/2.6.2/master 2018-06-21 10:16:02 +02:00
fd85a16b20 Merge branch 'master' into dist/eole/2.6.2/master 2018-06-21 10:05:54 +02:00
f48def409d Merge branch 'master' into dist/eole/2.6.2/master 2018-06-21 08:58:46 +02:00
009c225f80 Merge branch 'master' into dist/eole/2.6.2/master 2018-06-13 09:43:01 +02:00
49672ce24b Merge branch 'master' into dist/eole/2.6.2/master 2018-05-15 13:57:45 +02:00
a81642fcdb Merge branch 'master' into dist/eole/2.6.2/master 2018-05-15 13:53:56 +02:00
eb561236ba Merge branch 'master' into dist/eole/2.6.2/master 2018-05-15 13:33:04 +02:00
42677eb95b Adding init script for the new instance ... 2018-05-15 12:24:05 +02:00
e3a93a0725 Merge branch 'master' into dist/eole/2.6.2/master 2018-05-15 12:20:10 +02:00
d43c8664f3 Merge branch 'master' into dist/eole/2.6.2/master 2018-05-15 00:10:09 +02:00
9acd24cf19 Merge branch 'master' into dist/eole/2.6.2/master 2018-05-14 22:56:39 +02:00
1aba4425dd Merge branch 'master' into dist/eole/2.6.2/master 2018-05-14 21:56:36 +02:00
31b8cc8fdb Merge branch 'master' into dist/eole/2.6.2/master 2018-05-14 16:20:28 +02:00
5f1c564aba Merge branch 'master' into dist/eole/2.6.2/master 2018-05-14 16:04:57 +02:00
ee74f2df2e Merge branch 'master' into dist/eole/2.6.2/master 2018-05-14 15:45:05 +02:00
64e42d7a97 Merge branch 'master' into dist/eole/2.6.2/master 2018-05-14 15:04:00 +02:00
44bc50a2ba Merge branch 'master' into dist/eole/2.6.2/master 2018-05-14 15:01:51 +02:00
f2740a38bc Merge branch 'master' into dist/eole/2.6.2/master 2018-05-14 14:51:11 +02:00
8869d18e17 Merge branch 'master' into dist/eole/2.6.2/master 2018-05-14 12:27:27 +02:00
225e2f5ff2 Merge branch 'master' into dist/eole/2.6.2/master 2018-05-11 15:38:27 +02:00
14a2bdd6dd Merge branch 'master' into dist/eole/2.6.2/master 2018-05-11 15:27:00 +02:00
146206e353 Merge branch 'master' into dist/eole/2.6.2/master 2018-05-11 15:14:34 +02:00
e3f2d1f5b6 Merge branch 'master' into dist/eole/2.6.2/master 2018-05-11 15:04:12 +02:00
ce87e6219c Adding packaging 2018-05-11 13:48:26 +02:00
10 changed files with 121 additions and 4 deletions

View File

@ -4,8 +4,8 @@
SOURCE=eole-redis
VERSION=0.0.1
EOLE_VERSION=2.6
EOLE_RELEASE=2.6.2
EOLE_VERSION=2.7
EOLE_RELEASE=2.7.2
PKGAPPS=non
#FLASK_MODULE=<APPLICATION>

View File

@ -1,5 +1,3 @@
# eole-redis
Redis EOLE integration
## To fix :

1
debian/compat vendored Normal file
View File

@ -0,0 +1 @@
9

16
debian/control vendored Normal file
View File

@ -0,0 +1,16 @@
Source: eole-redis
Section: web
Priority: optional
Maintainer: Cadoles <eole@ac-dijon.fr>
Build-Depends: debhelper (>= 9)
Standards-Version: 3.9.3
Homepage: https://forge.cadoles.com/Cadoles/eole-redis
Vcs-Git: https://forge.cadoles.com/Cadoles/eole-redis.git
Vcs-Browser: https://forge.cadoles.com/Cadoles/eole-redis
Package: eole-redis
Architecture: all
Depends: ${misc:Depends}, redis-server
Description: Dictionnaires et templates pour la configuration d'un serveur redis, testée uniquement avec eolebase
.
Pour toute information complémentaire, veuillez vous rendre sur la forge Cadoles.

44
debian/copyright vendored Normal file
View File

@ -0,0 +1,44 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: {PROJECT}
Source: {URL}
Files: *
Copyright: YEAR {UPSTREAM} {AUTHOR} <{MAIL}>
License: {UPSTREAM LICENSE}
Files: debian/*
Copyright: 2012 Équipe EOLE <eole@ac-dijon.fr>
License: CeCILL-2
License: {UPSTREAM LICENSE}
{TEXT OF THE LICENSE}
License: CeCILL-2
This software is governed by the CeCILL-2 license under French law and
abiding by the rules of distribution of free software. You can use,
modify and or redistribute the software under the terms of the CeCILL-2
license as circulated by CEA, CNRS and INRIA at the following URL
"http://www.cecill.info";.
.
As a counterpart to the access to the source code and rights to copy,
modify and redistribute granted by the license, users are provided only
with a limited warranty and the software's author, the holder of the
economic rights, and the successive licensors have only limited
liability.
.
In this respect, the user's attention is drawn to the risks associated
with loading, using, modifying and/or developing or reproducing the
software by the user in light of its specific status of free software,
that may mean that it is complicated to manipulate, and that also
therefore means that it is reserved for developers and experienced
professionals having in-depth computer knowledge. Users are therefore
encouraged to load and test the software's suitability as regards their
requirements in conditions enabling the security of their systems and/or
data to be ensured and, more generally, to use and operate it in the
same conditions as regards security.
.
The fact that you are presently reading this means that you have had
knowledge of the CeCILL-2 license and that you accept its terms.
.
On Eole systems, the complete text of the CeCILL-2 License can be found
in '/usr/share/common-licenses/CeCILL-2-en'.

1
debian/eole-redis.redis2-server.service vendored Symbolic link
View File

@ -0,0 +1 @@
../init/redis2-server.service

3
debian/gbp.conf vendored Normal file
View File

@ -0,0 +1,3 @@
# Set per distribution debian tag
[DEFAULT]
debian-tag = debian/eole/%(version)s

35
debian/preinst vendored Normal file
View File

@ -0,0 +1,35 @@
#!/bin/sh
# preinst script for eole-redis
#
# see: dh_installdeb(1)
set -e
# summary of how this script can be called:
# * <new-preinst> `install'
# * <new-preinst> `install' <old-version>
# * <new-preinst> `upgrade' <old-version>
# * <old-preinst> `abort-upgrade' <new-version>
# for details, see https://www.debian.org/doc/debian-policy/ or
# the debian-policy package
case "$1" in
install|upgrade)
deb-systemd-helper mask redis-server.service
;;
abort-upgrade)
;;
*)
echo "preinst called with unknown argument \`$1'" >&2
exit 1
;;
esac
# dh_installdeb will replace this with shell code automatically
# generated by other debhelper scripts.
#DEBHELPER#
exit 0

18
debian/rules vendored Executable file
View File

@ -0,0 +1,18 @@
#!/usr/bin/make -f
# -*- makefile -*-
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
%:
dh $@
# Force init script name
override_dh_installinit:
dh_installinit --noscripts -peole-redis --name=redis2-server $@
override_dh_systemd_enable:
dh_systemd_enable -peole-redis --name=redis2-server
override_dh_systemd_start:
dh_systemd_start -peole-server --no-start --no-restart-on-upgrade redis2-server

1
debian/source/format vendored Normal file
View File

@ -0,0 +1 @@
3.0 (native)