AE-2433 : Fixes and improvements on the container setup scripts
Review Request #1397 — Created Feb. 20, 2026 and submitted
| Information | |
|---|---|
| pmurugaiyan | |
| AMP | |
| amp_4_0 | |
| AE-2433 | |
| Reviewers | |
| apoorva.sn, pradeep, shuinvy | |
- post_bootstrap.sh syntax issue fixed
- Deployment.md updated to align with recent changes
- Nginx logs mounted to host machine
- Telegraf conf patched with regression fixes
- DB host inconsistencies fixed.
The changes has been tested locally.
[root@localhost amp_offline_bundle]# docker service ls
ID NAME MODE REPLICAS IMAGE PORTS
xprnsfi89ypu amp_amp-core global 1/1 192.168.162.108:5000/amp/amp-core:1.0.0
uf7ls9td7a41 amp_etcd1 replicated 1/1 192.168.162.108:5000/amp/etcd:v3.5.17
8drp5k79vvfr amp_grafana global 1/1 192.168.162.108:5000/amp/grafana:11.5.0
b7tadic7idxq amp_haproxy global 1/1 192.168.162.108:5000/amp/haproxy:3.3-alpine
dfragd59j9yc amp_logstash global 1/1 192.168.162.108:5000/amp/logstash:8.9.0
7iok1qhl0wdi amp_nginx global 1/1 192.168.162.108:5000/amp/nginx:1.25.3-alpine
dvnkyo54eg98 amp_opensearch replicated 1/1 (max 1 per node) 192.168.162.108:5000/amp/opensearch:3.4.0
dbxz2z7loop5 amp_opensearch-dashboards global 1/1 192.168.162.108:5000/amp/opensearch-dashboards:3.4.0
kmhyp3cqcmph amp_pgbouncer global 1/1 192.168.162.108:5000/amp/pgbouncer:v1.25.1-p0
u9k892dwz5bk amp_telegraf global 1/1 192.168.162.108:5000/amp/telegraf:1.36.4
uqo2snd2wukf amp_timescaledb replicated 1/1 (max 1 per node) 192.168.162.108:5000/amp/timescaledb:latest-pg14
[root@localhost amp_offline_bundle]#
