Hello everybody,
I wanted to deploy VIO3.0 in HA mode, but I got a deployment error as shown herewith and after I modified the /var/lib/vio/ansible/site.yml file to add the parameter:
local_action: wait_for port = 22 host = "{{}} inventory_hostname" search_regex = OpenSSH delay = 3 timeout = 600
and I checked the connectivity it's ok, oms service is started, and the datastore is normal, but I still not deployed in HA.
I inform you that I have deploy again the HA mode, but it gave me the same error, and the ansible.log file, I found these logs following this erroneous deployment:
2016-09-28 09:35:33,421 p=19127 u=jarvis | PLAY [localhost] **************************************************************
2016-09-28 09:35:33,421 p=19127 u=jarvis | GATHERING FACTS ***************************************************************
2016-09-28 09:35:33,893 p=19127 u=jarvis | ok: [localhost]
2016-09-28 09:35:33,894 p=19127 u=jarvis | TASK: [Clear ARP cache] *******************************************************
2016-09-28 09:35:33,958 p=19127 u=jarvis | changed: [localhost]
2016-09-28 09:35:33,959 p=19127 u=jarvis | PLAY [all:!localhost] *********************************************************
2016-09-28 09:35:33,960 p=19127 u=jarvis | TASK: [Verify SSH connectivity with every VIO node] ***************************
2016-09-28 09:35:37,179 p=19127 u=jarvis | ok: [192.168.40.90 -> 127.0.0.1]
2016-09-28 09:35:37,404 p=19127 u=jarvis | ok: [192.168.40.84 -> 127.0.0.1]
2016-09-28 09:35:37,430 p=19127 u=jarvis | ok: [192.168.40.91 -> 127.0.0.1]
2016-09-28 09:35:37,435 p=19127 u=jarvis | ok: [192.168.40.87 -> 127.0.0.1]
2016-09-28 09:35:37,437 p=19127 u=jarvis | ok: [192.168.40.85 -> 127.0.0.1]
2016-09-28 09:35:37,484 p=19127 u=jarvis | ok: [192.168.40.88 -> 127.0.0.1]
2016-09-28 09:40:35,462 p=19127 u=jarvis | failed: [192.168.40.86 -> 127.0.0.1] => {"elapsed": 301, "failed": true}
2016-09-28 09:40:35,463 p=19127 u=jarvis | msg: Timeout when waiting for search string OpenSSH in http://192.168.240.86:22/
2016-09-28 09:40:35,465 p=19127 u=jarvis | failed: [192.168.40.89 -> 127.0.0.1] => {"elapsed": 301, "failed": true}
2016-09-28 09:40:35,465 p=19127 u=jarvis | msg: Timeout when waiting for search string OpenSSH in 192.168.40.89:22
2016-09-28 09:40:35,475 p=19127 u=jarvis | FATAL: all hosts have already failed -- aborting