I installed Cloud Foundry using bosh/microbosh. Now I am trying to install Cloud Foundry Admin UI using the admin-ui-boshrelease
While running ./make_manifest warden
, I am getting error:
Can only target Bosh Lite Director. Please use 'bosh target' before running this script.
I have set the target to 192.168.0.5:
$ bosh target
Current target is https://192.168.0.5:25555 (vms-dev2)
I opened make_manifest
file and found it supports aws, vsphere and warden. In case of warden it looks for the director name to be "Bosh Lite Director". In my case by is bosh director's name is "vms-dev2".
I installed Cloud Foundry using BOSH not BOSH-Lite. Is this Cloud Foundry Admin UI release supported in BOSH-Lite only, not with BOSH?