trying to perform an upgrade. found that I can add a custom repo url. using https://vapp-updates.vmware.com/vai-catalog/valm/vmw/8d167796-34d5-4899-be0a-6daade4005a3/6.7.0.30000.latest/
this is shown on the update tab:
but it fails with
2019-07-25T07:04:32.206 [14578]DEBUG:vmware.vherd.base.software_update:Run command: ['/bin/rpm', '-Uhv', '--test', u'/storage/core/software-packages/*.rpm']
2019-07-25T07:04:32.206 [14578]DEBUG:vmware.vherd.base.software_update:You can find the output of the command in temp files out /var/log/vmware/applmgmt/update-outuMAAQM, err /var/log/vmware/applmgmt/update-err9aNsAx
2019-07-25T07:04:33.206 [14578]DEBUG:vmware.vherd.base.software_update:STDOUT: Preparing... ########################################
2019-07-25T07:04:33.206 [14578]DEBUG:vmware.vherd.base.software_update:STDERR: file /usr/lib/systemd/system/vami-lighttp.service from install of applmgmt-6.7.0-14070457.x86_64 conflicts with file from package vmware-studio-vami-lighttpd-3.0.0.5-9878226.x86_64
2019-07-25T07:04:33.206 [14578]DEBUG:vmware.vherd.base.software_update:Test transaction failed to update package
out=Preparing... ########################################
error= file /usr/lib/systemd/system/vami-lighttp.service from install of applmgmt-6.7.0-14070457.x86_64 conflicts with file from package vmware-studio-vami-lighttpd-3.0.0.5-9878226.x86_64
rc=254
2019-07-25T07:04:33.206 [14578]CRITICAL:root:Installation process failed
2019-07-25T07:04:33.206 [14578]DEBUG:root:Test transaction failed to update packages
Exception:
Traceback (most recent call last):
File "/usr/lib/applmgmt/support/scripts/software-packages.py", line 471, in install
answers=answer)
File "/usr/lib/applmgmt/base/py/vmware/vherd/base/software_update.py", line 1940, in installPackagesEP
_runTestTransaction(pkgType, percent=50)
File "/usr/lib/applmgmt/base/py/vmware/vherd/base/task_manager.py", line 160, in trackedfunc