From: Fatih Degirmenci Date: Wed, 21 Nov 2018 10:57:59 +0000 (+0100) Subject: Rename Ericsson POD2 PDF/IDF X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=2c8c96b50cc5d91592052d2b967601033519d69d;p=releng-xci.git Rename Ericsson POD2 PDF/IDF The PDF/IDF filenames to use during deployments in CI will be generated dynamically based on which slave the job is running on with the help of the SLAVE_NAME environment variable Jenkins injects into job environment. It will probably look like this pdf=var/pdf.yml idf=var/idf.yml if [[ "$SLAVE_NAME" !~ virtual ]]; then pdf=var/${SLAVE_NAME}-pdf.yml pdf=var/${SLAVE_NAME}-idf.yml fi ./xci-deploy.sh -i $idf -p $pdf deploy-scenario:os-nosdn-nofeature installer-type:osa Change-Id: Ief319ee36292ca888b97e4059a26337ee98dfef2 Signed-off-by: Fatih Degirmenci --- diff --git a/xci/var/ericsson-idf-pod2.yml b/xci/var/ericsson-pod2-idf.yml similarity index 100% rename from xci/var/ericsson-idf-pod2.yml rename to xci/var/ericsson-pod2-idf.yml diff --git a/xci/var/ericsson-pdf-pod2.yml b/xci/var/ericsson-pod2-pdf.yml similarity index 100% rename from xci/var/ericsson-pdf-pod2.yml rename to xci/var/ericsson-pod2-pdf.yml