Commit 5052882b authored by Jérome Perrin's avatar Jérome Perrin

deploy-test: more and more logs

parent 0990f47e
Pipeline #24641 failed with stage
in 0 seconds
......@@ -14,7 +14,7 @@
# not need these here).
[deploy-script-controller-script]
filename = deploy-script-controller
md5sum = afc184be606dc18b93d5a29e04ba9daa
md5sum = f72f27c4e26db6529c73d340a2df2801
[template-deploy-test]
filename = instance.cfg.in
......
......@@ -69,6 +69,11 @@ function add_checks ()
lsof -Pni >> "$LOG_FILE" 2>&1
echo 'iptables-save' >> "$LOG_FILE" 2>&1
iptables-save >> "$LOG_FILE" 2>&1
echo 'iptables ?' >> $LOG_FILE 2>&1
iptables -L >> "$LOG_FILE" 2>&1
echo 'slapos cache ?' >> $LOG_FILE 2>&1
slapos cachelookup binary-sr https://lab.nexedi.com/nexedi/slapos/raw/1.0.248/software/erp5/software.cfg >> $LOG_FILE 2>&1
for f in /tmp/playbook-* ; do echo "$f" ; cat "$f"; echo; done >> "$LOG_FILE" 2>&1
echo 'slapos node status' >> "$LOG_FILE" 2>&1
slapos node status >> "$LOG_FILE" 2>&1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment