Hi,

I have SHE deployed on a host. I want to add another host to the environment 
configured for the SHE so I can test HA. Currently using the SDK as follows

HostedEngineBuilder hostedEngineBuilder = new 
HostedEngineBuilder().active(true).configured(true);
HostBuilder hb = new HostBuilder()
                .name(hostName)
                .rootPassword(hostPassword)
                .overrideIptables(true)
                .address(hostAddress)
                .hostedEngine(hostedEngineBuilder);

Am I missng a step? The above creates a Host, but the HostedEngine deploy isn't 
being done. Doing it via the UI through Add Host > HostedEngine > change 
behaviour to "deploy" works fine.

TIA
_______________________________________________
Devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/[email protected]/message/SLL6DDBKY5ZAD6BB7PNDGX32PT5AP2NT/

Reply via email to