gchq / stroom-ansible

A home for all stroom related ansible playbooks, roles, etc.
Apache License 2.0
4 stars 6 forks source link

If change Stroom version from 6.0.27-1 to 6.0.34, cannot change admin password #8

Closed burnalting closed 4 years ago

burnalting commented 4 years ago

If one runs a deployment based on 6.0.34. I.E. setting in (group_vars/all)

stroom_version: "v6.0.34" and stack_version: "{{ stroom_version }}"

One the deployment occurs, the first access to the UI cycles forever when one enters the admin password.

burnalting commented 4 years ago

This issue appears against other versions of Stroom post 6.0.27.

at055612 commented 4 years ago

Is this a fresh install or installing on top of an older version?

burnalting commented 4 years ago

Fresh install.

at055612 commented 4 years ago

what flavour of deployment is this, single node docker or mixed economy?

burnalting commented 4 years ago

Mixed economy, specifically multi_node_mixed_cluster from stroom-ansible-master

at055612 commented 4 years ago

This appears to have been an issue with the setting of HOST_IP in the services stack env file. Fixed in 5209ca0d2d60ae9a399333209d18cbc9515c0130.

Let me know if it is now working for you.