Re: [openstack-dev] [Tripleo] Containerizing tempest

2017-10-09 Thread Boris Pavlovic
Chandan, Not a big expert in Kola, but I have the same task for containerizing Rally. The solution is simple, just use ENTRYPOINT like here: https://github.com/openstack/rally/blob/master/Dockerfile#L38 (but for tempest) Best regards, Boris Pavlovic On Mon, Oct 9, 2017 at 10:08 PM, Chandan kum

[openstack-dev] [Tripleo] Containerizing tempest

2017-10-09 Thread Chandan kumar
Hello, I am planning to containerizing tempest for Tripleo. Kolla project provides tempest kolla image [1.]. On a containerized Tripleo deployment, the Kolla tempest image will be available on undercloud and the end user should able to run tempest from there using tempest cli. I need some help on