An error occurred fetching the project authors.
- 15 Mar, 2018 1 commit
-
-
Gabriel Monnerat authored
slapuser4@COMP-2212:~/srv/testnode/bej/inst$ ./test0-5/bin/runner-importer ./test0-5/bin/runner-importer run at : Mon Mar 12 19:55:50 CET 2018 Restoring WebRunner content... ./test0-5/bin/runner-importer: line 49: cd: /srv/slapgrid/slappart4/srv/testnode/bej/inst/test0-5/srv/backup/runner/runner/: No such file or directory
-
- 05 Mar, 2018 2 commits
-
-
Rafael Monnerat authored
This change unexpectedly break tests which uses supervisord running supervisord. @gabriel is confirming. /reviewed-on nexedi/slapos!299
-
Ivan Tyagov authored
This is needed for example for wendelin.core arrays + connections See nexedi/slapos.core@b5a1e352 /reviewed-on nexedi/slapos!297
-
- 27 Feb, 2018 1 commit
-
-
Łukasz Nowak authored
If provided, shows instance name value in the title, so it is easier to track and relate shellinabox with a webrunner. /reviewed-on nexedi/slapos!295
-
- 29 Jan, 2018 1 commit
-
-
Ivan Tyagov authored
@alain.takoudjou , @rafael this fixes broken webrunner tests. Passing one: https://nexedi.erp5.net/test_result_module/20180126-5FF058E7/2 /reviewed-on nexedi/slapos!277
-
- 25 Jan, 2018 2 commits
-
-
Ivan Tyagov authored
-
Ivan Tyagov authored
-
- 24 Oct, 2017 1 commit
-
-
Hardik Juneja authored
-
- 17 Oct, 2017 2 commits
-
-
Rafael Monnerat authored
Environment requires new lines instead spaces
-
Rafael Monnerat authored
This is required got the usage of git
-
- 11 Oct, 2017 10 commits
-
-
Jérome Perrin authored
Now we can run slaprunner's slapos just with `slapos`
-
Jérome Perrin authored
For consistency and because mosh uses $SHELL and otherwise would use the system shell ( /bin/sh )
-
Jérome Perrin authored
~/bin/bash was used sometimes in place of bash, but we can use the "real" bash directly, not need for a wrapper. Introduce a section to define the shell $PATH and $SHELL we want to reference from other sections. slapos.cookbook:shell recipe creates a wrapper copying environment of user running slapos node instance, but we are trying to avoid this.
-
Jérome Perrin authored
For consistency, we want to use this shell when invoking `bash`
-
Jérome Perrin authored
When connecting by ssh, bash starts with a $PATH containing standard directories (/usr/bin:/bin). We don't want this to have priority either.
-
Jérome Perrin authored
This simplifies 17931bed by not overriding ~/.bashrc (that according to our ~/.bash_profile can be modified by end users)
-
Jérome Perrin authored
Because we have set a $PATH containing mosh-server it can be used with: $ LC_ALL=C.UTF-8 mosh slapuser0@2001:67c:?:?:?:? --ssh='ssh -p 22222'
-
Jérome Perrin authored
shellinabox shell wrapper, bash's .bashrc, gunicorn environment (which minishell's inherit) and openssh command should all have the same $PATH for consistency
-
Jérome Perrin authored
Only use /usr/bin:/bin/ as a fallback.
-
Jérome Perrin authored
Environment of user running `slapos node instance` should not influence the instance.
-
- 03 Oct, 2017 3 commits
-
-
Jérome Perrin authored
$${supervisord:slapgrid-cp-pid} was also used in runner-import.sh.jinjaZ
-
Jérome Perrin authored
They are now set in config file.
-
Jérome Perrin authored
Set default pidfiles for slapos node software and slapos node instance command so that when they are executed they use by default the same pidfile that are used by slaprunner GUI ( the green "play" button ). This prevents potential problems with running slapos twice and fixs the problem that default pidfile ( /opt/slapos/slapgrid-sr.pid ) is not writable.
-
- 27 Sep, 2017 1 commit
-
-
Hardik Juneja authored
When a file is removed while rsync is running (after build the list and before transfer the file), rsync fail with the follow message: rsync warning: some files vanished before they could be transferred Long back rafael proped a solution here 387d3b7e But it seems like adding --ignore-missing-args dont really help but just ignore the files given in args and are counldn't be found anymore. /reviewed-on nexedi/slapos!225
-
- 23 Aug, 2017 1 commit
-
-
Rafael Monnerat authored
When a file is removed while rsync is running (after build the list and before transfer the file), rsync fail with the follow message: rsync warning: some files vanished before they could be transferred This commit includes --ignore-missing-args into rsync command line to ignore this case, as it is not relevant to the resilience if a file is removed.
-
- 30 Jun, 2017 1 commit
-
-
Rafael Monnerat authored
This block could be generalized a bit more but it will be unlikely to have computers with more them 1000 partitions.
-
- 16 Jun, 2017 1 commit
-
-
Alain Takoudjou authored
-
- 13 Jun, 2017 1 commit
-
-
Nicolas Wavrant authored
-
- 06 Jun, 2017 3 commits
-
-
Rafael Monnerat authored
-
Rafael Monnerat authored
Use /folder/script can lead to mistakes which cause error, as the instance side cannot find the file. Use directly the section is better to ensure you get the file even after changes on common.cfg. Clean up location set on common.cfg, and reduce code duplication.
-
Rafael Monnerat authored
instance-runner-export.cfg.in extends instance-runner.cfg, so we don't need the secton here.
-
- 05 Jun, 2017 2 commits
-
-
Iliya Manolov authored
@Tyagov @alain.takoudjou @Nicolas @kirr /reviewed-on nexedi/slapos!158
-
Hardik Juneja authored
/reviewed-on nexedi/slapos!175
-
- 03 Jun, 2017 1 commit
-
-
Julien Muchembled authored
Further rewrite should be done but at least there's no awk code anymore.
-
- 02 Jun, 2017 2 commits
-
-
Hardik Juneja authored
/reviewed-on nexedi/slapos!173
-
Hardik Juneja authored
/reviewed-on nexedi/slapos!172
-
- 19 May, 2017 1 commit
-
-
Rafael Monnerat authored
If there is no error, the raise can be missleading.
-
- 16 May, 2017 2 commits
-
-
Rafael Monnerat authored
-
Rafael Monnerat authored
In order to make an resilient backup, resilience stack wait for the internal backup finishes, before proceed to notify the pbs. This commit keeps the default behaviour (wait for 10 min w/o changes), however allows test software release adopt a much shorter waiting time (1min). With this commit we can accelerate resilience tests in several minutes.
-
- 05 May, 2017 1 commit
-
-
Rafael Monnerat authored
Allow set software-root via parameters allow the webrunner inside a erp5testnode, recover the the previous builds from previous resilient tests, and only update (instead build from scratch) This is a typical usage on the webrunner (keep updating SR), so there is no problem on use this approach on erp5testnode tests.
-