You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just found out on a deployment on Ubuntu 16.04
I will def. provide a PR fix ASAP, by extracting the working task (from tarball.yml) out into common-config.yml
Actually I'ld like todo the same with (not too old) task/feature (also in tarball):
- name: Add zookeeper's bin dir to the PATH
copy: content="export PATH=$PATH:{{zookeeper_dir}}/bin" dest="/etc/profile.d/zookeeper_path.sh" mode=755
when: zookeeper_register_path_env
ps: Finally we would like to apply more cleanups in the role (sep. PR!), especially renaming those vars without zookeeper_ prefix.
Again the question howto best keep downward compatibility (after renaming).
I'ld propose to add an info block in the README incl. howto map from new->old vars (rather than add an automatic mapping in the default vars)
they are related in the sense that currently some common things (like dirs-init and optional env-vars) aren't present for all the deployment modes
Oh and finally (sep. PR) should try to unwrangle slightly diff. tasks around zoo.cfg and myid.
ps: Do you have a clue why the 'myid' file is/was different between tarball (orig. only used for centos/redhat) and Debian(deb) version.. maybe distro specific(packaging) ? :
Do you have a clue why the 'myid' file is/was different between tarball (orig. only used for centos/redhat) and Debian(deb) version.. maybe distro specific(packaging) ?
Just found out on a deployment on Ubuntu 16.04
I will def. provide a PR fix ASAP, by extracting the working task (from tarball.yml) out into
common-config.yml
Actually I'ld like todo the same with (not too old) task/feature (also in tarball):
@ernestas-poskus ok for you todo in the same PR ?
ps: Finally we would like to apply more cleanups in the role (sep. PR!), especially renaming those vars without
zookeeper_
prefix.Again the question howto best keep downward compatibility (after renaming).
I'ld propose to add an info block in the README incl. howto map from new->old vars (rather than add an automatic mapping in the default vars)
The text was updated successfully, but these errors were encountered: