Skip to content
Snippets Groups Projects
Commit e89eb918 authored by Alex Iribarren's avatar Alex Iribarren
Browse files

Revert "Use FQDNs for connecting to the machine"

This reverts commit 38c875ad.
parent 4b0891ab
No related branches found
No related tags found
No related merge requests found
Pipeline #7506633 failed
......@@ -68,7 +68,7 @@ function waitFor() {
}
function runOnServer() {
local NAME="$1.cern.ch"
local NAME="$1"
shift
# For Puppet, we connect using kerberos. This guarantees that at least the first couple of Puppet runs are complete
if [[ "$PUPPET" == "true" ]]; then
......@@ -84,7 +84,7 @@ function runOnServer() {
}
function cloudInitLogsRetrieval() {
local NAME="$1.cern.ch"
local NAME="$1"
shift
# Try getting cloud init logs one way or another if bootstrapping failed
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment