Commit 038a54f
#49: Install creates persistent symlinks:
- current/log → {baseDir}/log (logs survive redeploy/rollback)
- current/{data_dir} → {baseDir}/{data_dir} (for each data_dirs entry)
#50: Start command passes server IP as argument:
cd current && bin/start.sh {srv.Host}
(legacy compat: NSM passes hostname to start scripts)
#52: noriter tow.yaml: added log_path for 6 infrastructure modules:
kafka=server.log, zookeeper=zookeeper.out, s3-connector=connect.log,
redis=redis.log, mongodb=mongod.log, grafana=grafana.log
#53: noriter tow.yaml: zookeeper post_install hook creates myid file
Remaining: #51 (package structure) needs package.sh equivalent or hooks
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent a6dcc90 commit 038a54f
2 files changed
Lines changed: 18 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
178 | 182 | | |
179 | 183 | | |
180 | | - | |
| 184 | + | |
| 185 | + | |
181 | 186 | | |
182 | 187 | | |
183 | 188 | | |
| |||
199 | 204 | | |
200 | 205 | | |
201 | 206 | | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
202 | 216 | | |
203 | 217 | | |
204 | 218 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| |||
80 | 81 | | |
81 | 82 | | |
82 | 83 | | |
83 | | - | |
| 84 | + | |
84 | 85 | | |
85 | 86 | | |
86 | 87 | | |
| |||
0 commit comments