On Tue, Apr 5, 2016 at 10:03 AM, Yaniv Kaul <ykaul(a)redhat.com> wrote:
Hi,
I'm trying to install self hosted engine in an automated fashion (via
Ansible).
This:
1. Doesn't create a pseudo tty (Ansible is not doing that in its SSH)
2. Doesn't use screen
How can I still install hosted-engine? I seem to be failing around the
initial checks done at [1].
I've tried various hacks (ssh to localhost, use '-T', run 'screen'
locally)
- none seem to have worked well. I've noticed the config option, but not
sure how to use it - OVEHOSTED_CORE/screenProceed
You can try:
hosted-engine --deploy
--otopi-environment='OVEHOSTED_CORE/screenProceed:bool:True'
--
Didi