From c78f908e447c873324ef0c52ac49d3ba99eddd18 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 22 May 2014 17:46:05 +0000 Subject: Stop setting system hostname to TROVE_ID We have hostname.configure already for setting the hostname, and nothing in Trove (gitano, LC, etc) should care about the hostname. They might care about the external name (i.e., TROVE_HOSTNAME), but that's entirely orthogonal to the system hostname. And some systems shouldn't have their system hostname set to TROVE_ID. For example, git.baserock.org's TROVE_ID is baserock, but the system hostname shouldn't be that (it's currently firehose1). --- trove.configure | 3 --- 1 file changed, 3 deletions(-) (limited to 'trove.configure') diff --git a/trove.configure b/trove.configure index 1851e38c..4bbe50d5 100755 --- a/trove.configure +++ b/trove.configure @@ -46,9 +46,6 @@ ROOT="$1" # Configuration in /etc, which we need to do on all deployments. ########################################################################## -echo "Set hostname to $TROVE_ID" -echo "$TROVE_ID" > "$ROOT/etc/hostname" - ########################################################################## lua_escape() -- cgit v1.2.1