From 038ca1a88c07bb3f91a676ee5a022aaf0ca899dc Mon Sep 17 00:00:00 2001 From: Victor Morales Date: Fri, 31 Jul 2020 13:34:33 -0400 Subject: Drop VM_IP environment variable It's not necessary to declare this variable because the IP address of the jumpbox can retrieved calling the get_vm_ip function. Signed-off-by: Victor Morales Change-Id: I92f29a70ea1924eb105d66781d9d313427e2d1f0 --- deploy.sh | 3 --- 1 file changed, 3 deletions(-) (limited to 'deploy.sh') diff --git a/deploy.sh b/deploy.sh index 4ecd6c6..631f580 100755 --- a/deploy.sh +++ b/deploy.sh @@ -33,9 +33,6 @@ clean_up create_jump setup_PXE_network -# Get IP of the jumphost VM -get_vm_ip - # Copy files needed by Infra engine & BMRA in the jumphost VM copy_files_jump -- cgit 1.2.3-korg