-
Hello! In the step 4 of the guide the second command TASK [opensearch : Discover presence of index] ***********************************************************************************************************************************************************************************************************************************
FAILED - RETRYING: [combined]: Discover presence of index (10 retries left).
FAILED - RETRYING: [combined]: Discover presence of index (9 retries left).
FAILED - RETRYING: [combined]: Discover presence of index (8 retries left).
FAILED - RETRYING: [combined]: Discover presence of index (7 retries left).
FAILED - RETRYING: [combined]: Discover presence of index (6 retries left).
FAILED - RETRYING: [combined]: Discover presence of index (5 retries left).
FAILED - RETRYING: [combined]: Discover presence of index (4 retries left).
FAILED - RETRYING: [combined]: Discover presence of index (3 retries left).
FAILED - RETRYING: [combined]: Discover presence of index (2 retries left).
FAILED - RETRYING: [combined]: Discover presence of index (1 retries left).
fatal: [combined]: FAILED! => {"attempts": 10, "changed": false, "elapsed": 0, "msg": "Status code was -1 and not [200, 404]: Request failed: <urlopen error [Errno 111] Connection refused>", "redirected": false, "status": -1, "url": "http://combined.yoda.test:9200/yoda"} Is there anything to be exposed on the VM? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 12 replies
-
Hello, I would normally expect this step to complete automatically, without any intervention from the person running the playbook. Perhaps something is going wrong with name resolution or the OpenSearch service itself. Can you first check that OpenSearch is running normally?
|
Beta Was this translation helpful? Give feedback.
-
btw, what is the credentials for the ubuntu in VM? Can't find it anywhere |
Beta Was this translation helpful? Give feedback.
Right, it looks like OpenSearch is running fine based on this output.
Do you get a JSON response now if you connect to OpenSearch (e.g.
curl http://combined.yoda.test:9200/yoda
from the VM)?If so, can you try re-running the playbook to see if it still fails?