Rename Ericsson POD2 PDF/IDF 01/65301/1
authorFatih Degirmenci <fdegir@gmail.com>
Wed, 21 Nov 2018 10:57:59 +0000 (11:57 +0100)
committerFatih Degirmenci <fdegir@gmail.com>
Wed, 21 Nov 2018 11:03:32 +0000 (12:03 +0100)
commit2c8c96b50cc5d91592052d2b967601033519d69d
tree23fa96e84dbd194c5e257ba8bce7deebb0770c01
parentc53017fa23a3e495f8a091dd7e6be902fc966137
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 <fdegir@gmail.com>
xci/var/ericsson-pod2-idf.yml [moved from xci/var/ericsson-idf-pod2.yml with 100% similarity]
xci/var/ericsson-pod2-pdf.yml [moved from xci/var/ericsson-pdf-pod2.yml with 100% similarity]