geerlingguy / drupal-operator

Drupal Operator for Kubernetes, built with Ansible and the Operator SDK.
32 stars 6 forks source link

CI tests failing on 'TASK [Verify Drupal installer loads]' #20

Closed geerlingguy closed 4 years ago

geerlingguy commented 4 years ago

It seems like things are setting up properly, but the installer is unreachable. So could be a problem in any number of different areas. I'll test locally and see if it reproduces in a Minikube environment.

Failed build: https://travis-ci.com/geerlingguy/drupal-operator/builds/149307425#L1016

fatal: [kind-test-local]: FAILED! => {"attempts": 60, "changed": false, "module_stderr": "/bin/sh: python: not found\n", "module_stdout": "", "msg": "The module failed to execute correctly, you probably need to set the interpreter.\nSee stdout/stderr for the exact error", "rc": 127}
geerlingguy commented 4 years ago

Hmm... the module error message makes it seem the issue is in the environment, with python not being available in there. Strange, will look into that.

geerlingguy commented 4 years ago

Apparently I had set the python interpreter to python for that task. I updated it to python3, and we'll see if that fixes it in the next test run.

geerlingguy commented 4 years ago

Fixed!