Skip to content

[DO NOT MERGE] MVP installations from tarball #111

Conversation

unhandled-exception
Copy link

По просьбе Димы Шаронова сделал PR по результатам небольшого исследования.

@unhandled-exception unhandled-exception changed the title MVP installations from tarball [don't merge :)] [DO NOT MERGE] MVP installations from tarball Aug 14, 2020
- { path: "{{ app_work_dir }}" }
- { path: "{{ instance_conf_path }}" }
- { path: "{{ instance_run_path }}", mode: 777}
- { path: "{{ instance_systemd_path }}" }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

instance_dist_path -> apps_dir
app_work_dir -> data-dir (data-dir == /var/lib/tarantool, workdir of instance -> <data-dir>/<app-name>.<instance-name>)
instance_conf_path -> conf-dir (conf-dir == /etc/tarantool/conf.d, conf of instance -> <conf-dir>/<app-name>.<instance-name>.yml)
... and so on

See https://github.com/tarantool/cartridge-cli#environment-variables

@@ -4,11 +4,14 @@
daemon_reload: true
listen: reload-systemd-daemon
tags: cartridge-instances
become: true
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove it, please.

@sharonovd
Copy link

Superseded by #117

@sharonovd sharonovd closed this Oct 26, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants