Nicely done Emilien!
[...]
The most popular question that has been asked about $topic so far is: how can I run paunch debug to print the podman commands.
I just thought about it but I thought we could have a tripleo command like :
$ openstack tripleo container deploy --name keystone --host overcloud-controller1
$ openstack tripleo container deploy --name keystone --host overcloud-controller1 --dry-run
+1
Dry-run would basically run the same thing with Ansible in check mode.
In overall, we would still have a CLI (in tripleoclient instead of Paunch); and most of the container logic resides in podman_container which aims to be shared outside of TripleO which has been the main goal driving this effort.
I like it! I think this is a very natural progression, especially now that we're using ansible-runner and have built a solid foundation of roles, filters, modules, etc.