Hi, trying to do a on-prem install of version: 21.4.0 via ansible (Also tried 21.4.1)
when it gets to running the install.sh script it always hangs on the set-up-zookeeper.sh step, there are no errors, or outputs to suggest a reason, it just stays there untill i break out of it.
Docker images built.
▶ Turning things off ...
--no-ansi option is deprecated and will be removed in future versions. Use `--ansi never` instead.
Removing network onpremise_default
Network onpremise_default not found.
--no-ansi option is deprecated and will be removed in future versions. Use `--ansi never` instead.
Removing network sentry_onpremise_default
Network sentry_onpremise_default not found.
▶ Setting up Zookeeper ...
--no-ansi option is deprecated and will be removed in future versions. Use `--ansi never` instead.
Creating network "sentry_onpremise_default" with the default driver
Creating volume "sentry_onpremise_sentry-secrets" with default driver
Creating volume "sentry_onpremise_sentry-smtp" with default driver
Creating volume "sentry_onpremise_sentry-zookeeper-log" with default driver
Creating volume "sentry_onpremise_sentry-kafka-log" with default driver
Creating volume "sentry_onpremise_sentry-smtp-log" with default driver
Creating volume "sentry_onpremise_sentry-clickhouse-log" with default driver
Creating sentry_onpremise_zookeeper_run ...
Creating sentry_onpremise_zookeeper_run ... done
We had a report around Windows-style line endings in the script yesterday. How are you shipping the repo to the target machine? Could this be an issue?
I’m also experiencing the same issue but when using chef.
The ./install.sh command can be run on the server manually with success but when triggered through an execute block hangs in the zookeeper stage described above.
I’m also using an AmazonLinux2 instance.
Same problem here - Amazon Linux 2, GNU bash, version 4.2.46(2)-release (x86_64-koji-linux-gnu)
Installation fails when run without tty, succeeds when run manually.
Fingers crossed for quick fix.
EDIT: I’ve tried with older releases with same result. I’ve changed AMI to Ubuntu 20.04 and worked fine for Sentry on-premise latest version.