Update python version used in KUD installers to python3 79/122279/2
authorTodd Malsbary <todd.malsbary@intel.com>
Fri, 25 Jun 2021 23:42:58 +0000 (16:42 -0700)
committerTodd Malsbary <todd.malsbary@intel.com>
Mon, 28 Jun 2021 23:03:39 +0000 (16:03 -0700)
commit8a1044af95fe1670a2d0b3d3165f54122bc19d03
tree73130c616f385889fa1740c1d802ee2002a21523
parent557f5bcc259ca066edf6850b8cca4060703c9c3f
Update python version used in KUD installers to python3

A dependency of kubespray-2.14 now requires python3.  Specifically,
ruamel.yaml now fetches ruamel.yaml.clib-0.2.4 whereas it used to
fetch ruamel.yaml.clib-0.2.2.  The 0.2.4 requires python 3.5 or
greater.

Issue-ID: MULTICLOUD-1369
Signed-off-by: Todd Malsbary <todd.malsbary@intel.com>
Change-Id: Ia362d5adfbe6e08750b493dbceea17df640f26ed
kud/hosting_providers/containerized/installer.sh
kud/hosting_providers/vagrant/installer.sh