mirror of https://github.com/ceph/ceph-ansible.git
tests: fix container-cephadm job
add missing variable `containerized_deployment` in group_vars Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>pull/6898/head
parent
c49d6804bd
commit
66f3eb377c
|
@ -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-master-devel
|
||||
ceph_docker_image_tag: latest-master-devel
|
||||
containerized_deployment: true
|
Loading…
Reference in New Issue