Revert "Fix: Remove "--python" flag from venv act"
[releng/global-jjb.git] / shell / capture-instance-metadata.sh
index c102d53..0648d1d 100644 (file)
 
 echo "---> capture-instance-metadata.sh"
 
+# shellcheck disable=SC1090
+source ~/lf-env.sh
+
+lf-activate-venv --python python3.8 lftools
+
 # detect if we're in EC2
 if [ -n "${NOMAD_DC}" ]; then
     echo "INFO: Running in Nomad, no metadata"
@@ -25,8 +30,8 @@ fi
 # AWS not supported, exit
 cloudtype="$(jq -r .v1.datasource /run/cloud-init/result.json)"
 if [[ $cloudtype == "DataSourceEc2Local" ]]; then
-   echo "INFO: Running in AWS, not capturing instance metadata"
-   exit 0
+    echo "INFO: Running in AWS, not capturing instance metadata"
+    exit 0
 fi
 
 # Retrive OpenStack instace metadata APIs at this IP.