search for: copy_rhev_apt

Displaying 2 results from an estimated 2 matches for "copy_rhev_apt".

2018 May 18
2
[PATCH] RFC: v2v: use RHV Setup Tools ISO if available
...data_dir () // "rhv-guest-tools-iso" // "rhv-tools-setup.iso" in + if is_regular_file iso then + ISO (iso, "/RHEV-Application Provisioning Tool.exe") + else + Local_path (virt_tools_data_dir () // "rhev-apt.exe") in + + if copy_rhev_apt rhev_apt then + configure_rhev_apt () ); (* Install VMDP unconditionally, if available, but don't @@ -330,12 +337,46 @@ echo Wait for PnP to complete (* add_firstboot_script has created the path already. *) g#upload tool_path (g#case_sensitive_path pnp_wait_path)...
2018 May 23
0
Re: [PATCH] RFC: v2v: use RHV Setup Tools ISO if available
...o the ISO in /usr? Other than that LGTM. Tomas > + if is_regular_file iso then > + ISO (iso, "/RHEV-Application Provisioning Tool.exe") > + else > + Local_path (virt_tools_data_dir () // "rhev-apt.exe") in > + > + if copy_rhev_apt rhev_apt then > + configure_rhev_apt () > ); > > (* Install VMDP unconditionally, if available, but don't > @@ -330,12 +337,46 @@ echo Wait for PnP to complete > (* add_firstboot_script has created the path already. *) > g#upload tool_path (g#ca...