From f0da8c16546970f6fe37d66ca128825e07431d6d Mon Sep 17 00:00:00 2001
From: Julien Leduc <julien.leduc@cern.ch>
Date: Fri, 12 Apr 2019 12:12:42 +0200
Subject: [PATCH] Please refer any DNS name with short name as FQDN depends on
 namespace name.

---
 continuousintegration/orchestration/tests/simple_repack.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/continuousintegration/orchestration/tests/simple_repack.sh b/continuousintegration/orchestration/tests/simple_repack.sh
index 71d975ec43..3182baff44 100755
--- a/continuousintegration/orchestration/tests/simple_repack.sh
+++ b/continuousintegration/orchestration/tests/simple_repack.sh
@@ -43,13 +43,13 @@ executeRepack() {
     echo "Changing the tape $1 to FULL status"
     kubectl -n ${NAMESPACE} exec ctacli -- cta-admin ta ch -v $1 -f true
     echo "Creating the eos directory to put the retrieve files from the repack request"
-    kubectl -n ${NAMESPACE} exec ctacli -- rm -rf root://ctaeos.cta.svc.cluster.local//eos/ctaeos/repack
+    kubectl -n ${NAMESPACE} exec ctacli -- rm -rf root://ctaeos//eos/ctaeos/repack
     kubectl -n ${NAMESPACE} exec ctaeos -- eos mkdir /eos/ctaeos/repack
     kubectl -n ${NAMESPACE} exec ctaeos -- eos chmod 1777 /eos/ctaeos/repack
     echo "Removing an eventual previous repack request for tape $1"
     kubectl -n ${NAMESPACE} exec ctacli -- cta-admin re rm -v $1
     echo "Launching the repack request on tape $1"
-    kubectl -n ${NAMESPACE} exec ctacli -- cta-admin re add -v $1 -m -b root://ctaeos.cta.svc.cluster.local//eos/ctaeos/repack
+    kubectl -n ${NAMESPACE} exec ctacli -- cta-admin re add -v $1 -m -b root://ctaeos//eos/ctaeos/repack
     SECONDS_PASSED=0
     while test 0 = `kubectl -n ${NAMESPACE} exec ctacli -- cta-admin re ls -v $1 | grep -E "Complete|Failed" | wc -l`; do
       echo "Waiting for repack request on tape $1 to be complete: Seconds passed = $SECONDS_PASSED"
@@ -104,4 +104,4 @@ echo
 echo "Summary of the repack requests"
 kubectl -n ${NAMESPACE} exec ctacli -- cta-admin re ls -h
 
-echo "End of test simple_repack"
\ No newline at end of file
+echo "End of test simple_repack"
-- 
GitLab