models/runs.py: Add flavor to runs output#137
Conversation
|
The |
oof, and unfortunately the production host in sepia is still running 20.04; we'll need to update that soon. I've added that to the infrastructure meeting's agenda so we can start making a plan. |
|
fwiw I have never encountered a serious problem doing a live upgrade of Ubuntu -> Ubuntu, and usually there's nothing at all. |
if production is using container built using Dockerfile from this repo then it should not have any impact, because there is an alpine with python3.11 preinstalled. |
b39b56a to
5ad4dba
Compare
Signed-off-by: Vallari Agrawal <val.agl002@gmail.com>
Enable filter by flavor to /runs endpoint Example: /runs/flavors/default Signed-off-by: Vallari Agrawal <val.agl002@gmail.com>
Based on ceph/paddles#137 Signed-off-by: Matan Breizman <mbreizma@redhat.com>
Related (but not dependent) PR: ceph/teuthology#2065