From a8d06d23286b20123547ffbf6ca97d8cbfbb8ae5 Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Wed, 19 Jul 2017 03:32:41 +0200 Subject: armband-deploy: rm translation of virtual POD name Old Fuel deploy scripts required the virtual POD name to be virtual_kvm, which needed to be translated at CI level after source enviroment specific configuration. New Fuel deploy scripts no longer need this translation, so drop it. Change-Id: I18164e77895bbb03a1ca7798e3c0ba78c34d1c65 Signed-off-by: Alexandru Avadanii --- jjb/armband/armband-deploy.sh | 4 ---- 1 file changed, 4 deletions(-) (limited to 'jjb') diff --git a/jjb/armband/armband-deploy.sh b/jjb/armband/armband-deploy.sh index 9964ed5cc..358b55ba2 100755 --- a/jjb/armband/armband-deploy.sh +++ b/jjb/armband/armband-deploy.sh @@ -70,10 +70,6 @@ if [[ $LAB_CONFIG_URL =~ ^(git|ssh):// ]]; then fi fi -if [[ "$NODE_NAME" =~ "virtual" ]]; then - POD_NAME="virtual_kvm" -fi - # releng wants us to use nothing else but opnfv.iso for now. We comply. ISO_FILE=$WORKSPACE/opnfv.iso -- cgit 1.2.3-korg