summaryrefslogtreecommitdiffstats
path: root/xci/var/ericsson-idf-pod2.yml
AgeCommit message (Collapse)AuthorFilesLines
2018-11-21Rename Ericsson POD2 PDF/IDFFatih Degirmenci1-132/+0
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>
2018-08-30[Baremetal] Add ericsson-pod2 pdf and idfManuel Buil1-0/+132
Provide the idf and pdf for ericsson-pod2 deployment This is aligned with the pdf and idf from pharos lab: https://github.com/opnfv/pharos/blob/master/labs/ericsson/idf-pod2.yaml https://github.com/opnfv/pharos/blob/master/labs/ericsson/pod2.yaml Change-Id: Ic5b62a5751e5977affbbeb94937738434de5b3ab Signed-off-by: Manuel Buil <mbuil@suse.com>