From: clinton_admin Date: Tue, 29 Apr 2014 01:27:36 +0000 (-0400) Subject: Domtool server moved to fritz X-Git-Url: https://git.hcoop.net/hcoop/scripts.git/commitdiff_plain/c6119dbd1fa9380c5fa4ba3fd827f4288e1f1c3e?hp=4b954786d938c7edeab6e2b1a7980a95a9e05eeb Domtool server moved to fritz --- diff --git a/deploy-domtool b/deploy-domtool index 41494ac..b6038ae 100755 --- a/deploy-domtool +++ b/deploy-domtool @@ -2,15 +2,16 @@ # deploy domtool to all machines -HOSTS_SERVER="deleuze" +HOSTS_SERVER="fritz" # todo: outpost (needs kerberos auth) -HOSTS_SLAVE="fritz navajos bog hopper outpost" +HOSTS_SLAVE="fritz deleuze navajos bog hopper outpost" for master in $HOSTS_SERVER; do echo "##### Building MASTER on $master" ssh -K $master /afs/hcoop.net/common/etc/scripts/deploy-domtool-on-host --server + echo "##### FINISHED Building MASTER on $master" done function build_slave () diff --git a/lib/create-user-lib.sh b/lib/create-user-lib.sh index 3adfe54..91cca51 100644 --- a/lib/create-user-lib.sh +++ b/lib/create-user-lib.sh @@ -40,7 +40,7 @@ function execute_on_web_nodes () { } function execute_on_domtool_server () { - ssh -K deleuze.hcoop.net $* + ssh -K fritz.hcoop.net $* }