diff --git a/tests/templates/inventory.j2 b/tests/templates/inventory.j2
index 6c0f22cff2e31ff34d0989bb3a3e56b0ec21873a..6b0c01e8cd5173a13502be7cf7408418d19cc695 100644
--- a/tests/templates/inventory.j2
+++ b/tests/templates/inventory.j2
@@ -187,6 +187,12 @@ control
 [solum:children]
 control
 
+{# TODO(mnasiadka): Remove in Victoria #}
+{% if scenario == 'ceph-ansible' and is_previous_release and previous_release == 'train' %}
+[ceph:children]
+control
+{% endif %}
+
 [ironic:children]
 control
 
@@ -344,6 +350,29 @@ neutron
 [ironic-neutron-agent:children]
 neutron
 
+
+{# TODO(mnasiadka): Remove in Victoria #}
+{% if scenario == 'ceph-ansible' and is_previous_release and previous_release == 'train' %}
+# Ceph
+[ceph-mds:children]
+ceph
+
+[ceph-mgr:children]
+ceph
+
+[ceph-nfs:children]
+ceph
+
+[ceph-mon:children]
+ceph
+
+[ceph-rgw:children]
+ceph
+
+[ceph-osd:children]
+storage
+{% endif %}
+
 # Cinder
 [cinder-api:children]
 cinder