Comment 3 for bug 1853812

Revision history for this message
Bogdan Dobrelya (bogdando) wrote :

Here is that paunch logs:

2019-11-21 20:29:56.310 570111 WARNING paunch [ ] Did not find container with "['podman', 'ps', '-a', '--filter', 'label=container_name=rabbitmq', '--filter', "label=config_id=['tripleo_step1']", '--format', '{{.Names}}']" - retrying without config_id

While the correct command should be:

[zuul@undercloud ~]$ sudo podman ps -a --filter label=container_name=rabbitmq --filter label=config_id=tripleo_step1
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
08a3bb987333 docker.io/tripleostein/centos-binary-rabbitmq:current-tripleo dumb-init --singl... 6 hours ago Up 6 hours ago rabbitmq
[zuul@undercloud ~]$ less /var/log/paunch.log

[3]+ Stopped less /var/log/paunch.log
[zuul@undercloud ~]$ sudo podman ps -a --filter label=container_name=rabbitmq --filter label=config_id=['tripleo_step1']
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES