tests: fix container-cephadm job

add missing variable `containerized_deployment` in group_vars

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit 66f3eb377c)
pull/6911/head
Guillaume Abrioux 2021-09-16 16:53:33 +02:00
parent d196881ebb
commit dbc19729bd
1 changed files with 2 additions and 1 deletions

View File

@ -5,4 +5,5 @@ cluster_network: "192.168.31.0/24"
dashboard_admin_password: $sX!cD$rYU6qR^B!
ceph_docker_registry: quay.ceph.io
ceph_docker_image: ceph-ci/daemon-base
ceph_docker_image_tag: latest-pacific-devel
ceph_docker_image_tag: latest-pacific-devel
containerized_deployment: true