Hi This is the correct forum, and you according to the problem description you should use VDSM_Fake. Your problem is that when you install a host from API, it tries to connect via SSL and install the agent. You need to update your VDC_OPTION table.
1. Shut down the ovirt process 2. Run psql on your postgres machine and run the following command: update vdc_options set option_value='false' where option_name='InstallVds'; update vdc_options set option_value='false' where option_name='EncryptHostCommunication'; You should be able to connect to the hosts now. On Fri, Oct 31, 2014 at 5:08 PM, suyog jadhav <[email protected]> wrote: > Hi All, > > I am writing a solution to monitor ovirt/RHEV manager which will list out > all the entities and thier properties/statistics. > > My setup consists of manager running on virtual machines and 2 physical > machines acting as hosts. > > However I am interested in creating a setup where I will have hundreds of > hosts and thousands of vms. > > I have looked at following tutorials. > > http://www.ovirt.org/VDSM_Fake > > http://www.ovirt.org/Vdsm_Developers#Fake_KVM_Support > > However I faced problems such as manager not recognizing hosts/setting > their status to "Install Failed/Non-responsive". > > Is there a detailed step-by step guide available to do the fake/simulated > PSR setup. > > I have availability of VMs but not of physical hardware. > > Please let me know if this is correct forum or should I ask on the devel > list. > > > > > _______________________________________________ > Users mailing list > [email protected] > http://lists.ovirt.org/mailman/listinfo/users > >
_______________________________________________ Users mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/users

