Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
ssh.rb 2.76 KB

Latest revisions

# Date Author Comment
7e46a7bc 03/10/2016 08:36 AM Karli Sjoberg

fixes #14131 Changed bash to sh

8bbfa2c3 02/04/2016 03:20 PM David Davis

Refs #12911 - Fixing colon method calls

f9d2bf10 01/28/2016 09:25 AM Guido Günther

Fixes 13401 - ssh_provision: safe stderr as well

The log file currently only gets stdout which leaves only guessing when
looking for provision errors.

d619dd9e 01/27/2016 07:42 AM Guido Günther

fixes #13298 - ssh_provision: Don't use /tmp

On some systems (e.g. SLES12) /tmp is mounted noexec by default so not
usable to run the provision script. The home directory of the
connectiong user should be writeable by itself though so just use this
instead.

b6dec218 12/03/2015 04:21 AM Dominic Cleal

fixes #12632 - remove hardcoded SSH compression algorithm

net-ssh behaviour changed in 2.10 from treating a specified algorithm
as a preference (and falling back to one it knew) to treating it as a
whitelist of algorithms. OpenSSH servers need the algorithm...

c919008a 10/16/2015 03:58 AM Jiri Machalek

Fixes #11987 - Check exit code of deployment scripts

This commit fixes checking exit codes returned from provisioning templates, which were ignored
because of sending results through pipe to command tee. Also adds optional host deleting if deployment
fails because of non zero exit code. This can be configured by setting clean_up_failed_deployment...

01e78260 06/09/2015 10:29 AM Ivan Necas

Fixes #10713 - improved backtrace logging

  • full trace in 500 page in production shows really the full trace
  • Foreman::Logging.exception as an unified entry point for exceptions logging
  • the backtrace cleaner doesn't delete the plugins
  • the orchestration exceptions gets the backtrace covered by logger...
a180c321 03/25/2015 04:49 AM Tom Caspy

fixes #8516 - removing the require 'fog' from the project, requiring only what we use

abd8f1d1 02/18/2015 03:54 AM Daniel Lobato Garcia

Refs #3809 - Remove cops for empty lines

5f029ed6 10/07/2014 03:40 AM Daniel Lobato Garcia

Refs #3809 - Use parentheses in method definitions

View revisions

Also available in: Atom