Allow a different SSH host to be set in Diffusion

Summary:
Ref T6941. In the cluster (and in other reasonable setups) we've separated SSH load balancers from HTTP load balancers.

In particular, ELBs will not let you load balance port 22, so this is likely a reasonable/common issue in larger clusters in AWS.

Allow users to specify an alternate host for SSH traffic.

Test Plan: Set host to someting different, saw it reflected in UI.

Reviewers: btrahan

Reviewed By: btrahan

Subscribers: epriestley

Maniphest Tasks: T6941

Differential Revision: https://secure.phabricator.com/D11800
This commit is contained in:
epriestley
2015-02-18 10:51:14 -08:00
parent 0b2697bb92
commit 02b174c2af
3 changed files with 17 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ $args->setSynopsis(<<<EOSYNOPSIS
EOSYNOPSIS
);
$args->parseStandardArguments();
$args->parse(
array(
array(