Paunch fails to find the containers it should find during config-download step deployment
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
paunch |
Invalid
|
Undecided
|
Unassigned | ||
tripleo |
Invalid
|
Medium
|
Unassigned |
Bug Description
Summary:
During step deployment, the playbook reaches the maximum number of attempts at this task:
https:/
When trying to run the paunch command manually like so:
paunch apply --debug --file /var/lib/
We get:
$ podman ps -a --filter label=managed_
b''
b''
$ podman ps -a --filter label=managed_
b''
b''
$ podman ps -a --filter label=managed_
b''
b''
$ podman ps -a --filter label=managed_
Noting that this is an invalid podman command:
# podman ps -a --filter label=managed_
Error: `podman ps` takes no arguments
This is because it is missing a --format before {{.Labels.
# podman ps -a --filter label=managed_
nova_db_sync
nova_api_
ironic_
placement_
nova_api_map_cell0
ironic_db_sync
zaqar_db_sync
swift_rsync_fix
swift_copy_rings
placement_
nova_api_db_sync
neutron_ovs_bridge
neutron_db_sync
mistral_db_sync
keystone_db_sync
heat_engine_db_sync
glance_api_db_sync
keystone
iscsid
ironic_
ironic_
swift_setup_srv
nova_statedir_owner
ironic_
We can see that it's missing the --format label before the %s here:
https:/
and
https:/
Expected results:
paunch should find all of the containers that it needs to find and not fail during the config-download deployment
Changed in tripleo: | |
milestone: | none → victoria-1 |
importance: | Undecided → Medium |
tags: | added: queens-backport-potential train-backport-potential |
Changed in tripleo: | |
status: | In Progress → Triaged |
assignee: | Bogdan Dobrelya (bogdando) → nobody |
Fix proposed to branch: master /review. opendev. org/733883
Review: https:/