diff options
author | 2022-10-19 11:58:44 -0400 | |
---|---|---|
committer | 2022-10-19 11:58:44 -0400 | |
commit | 672f06dd9d8a2b0b4c536e70d71c40bb85d720f4 (patch) | |
tree | 6a04084306cbd930640d9bbdc85661e19c802cc6 /jjb | |
parent | ff855631053003e4afd11451807a35016fa30359 (diff) |
Set FDIONOMAD container hostname with job and node info.
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
Change-Id: Ida46ca8a0bbbb66919445cce399679b13e27e85f
Diffstat (limited to 'jjb')
-rwxr-xr-x | jjb/scripts/setup_executor_env.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/jjb/scripts/setup_executor_env.sh b/jjb/scripts/setup_executor_env.sh index 4d3cb6ecf..11de12cff 100755 --- a/jjb/scripts/setup_executor_env.sh +++ b/jjb/scripts/setup_executor_env.sh @@ -30,7 +30,6 @@ echo "$long_line" echo "Executor Runtime Attributes:" echo "OS: $OS_ID-$OS_VERSION_ID" echo "Arch: $OS_ARCH" -echo "Nomad Hostname: $(grep search /etc/resolv.conf | cut -d' ' -f2 | head -1)" echo "Container ID: $(hostname)" echo "$long_line" |