armband-deploy: rm translation of virtual POD name 09/37709/1
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Wed, 19 Jul 2017 01:32:41 +0000 (03:32 +0200)
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Wed, 19 Jul 2017 01:35:24 +0000 (03:35 +0200)
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 <Alexandru.Avadanii@enea.com>
jjb/armband/armband-deploy.sh

index 9964ed5..358b55b 100755 (executable)
@@ -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