Fix error during jump_server_clean 39/4839/1
authorTodd Malsbary <todd.malsbary@intel.com>
Mon, 2 May 2022 21:50:32 +0000 (14:50 -0700)
committerTodd Malsbary <todd.malsbary@intel.com>
Mon, 2 May 2022 21:51:17 +0000 (14:51 -0700)
commit6082a17d1caf5a595e574f546114d2fc418ae7ec
tree1752f19b9f15b1737c69e7a717ba803db0d154db
parentb431b832b3c57b5f5644786aba8a0a97f4ba3cee
Fix error during jump_server_clean

This fixes a failure in CI runs where ssh to the jump server fails
because host key checking is enabled: the kubespray ansible.cfg
explicitly disables it, so source the ANSIBLE_CONFIG environment
variable before teardown.

Signed-off-by: Todd Malsbary <todd.malsbary@intel.com>
Change-Id: I4dc8c2465536d32243ca93e639b4282c31677430
deploy/kud/kud_bm_launch.sh