To inspect the output of slapos node software
:
$ slapos node software --all
To inspect the output of slapos node instance
:
$ slapos node instance --all
Observe the log of slapos node Instance
. It now contains the promise info at the end:
2021-10-27 03:01:23 slapos[86186] INFO Checking slappart0 promises...
2021-10-27 03:01:23 slapos[86186] INFO Checking promise nginx-port-listening.py...
2021-10-27 03:01:23 nginx-port-listening.py[86186] INFO socket connection OK ('2001:67c:1254:f1::7692', 8086, 0, 0)
If you face issues, please update your local branch first:
$ git stash
$ git fetch
$ git reset --hard origin/master
$ git stash pop
Then rerun the past commands