From 35ad0e1c11cba8aca1bd910bd046e7c31a81b42f Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Thu, 15 Jun 2017 16:39:51 +0200 Subject: [PATCH] Remove duplicate entry in test Vagrantfile remove some leftover since code has been refactored Signed-off-by: Guillaume Abrioux --- .../docker-cluster-dmcrypt-journal-collocation/Vagrantfile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/functional/centos/7/docker-cluster-dmcrypt-journal-collocation/Vagrantfile b/tests/functional/centos/7/docker-cluster-dmcrypt-journal-collocation/Vagrantfile index 761a7b119..3fa4b55bf 100644 --- a/tests/functional/centos/7/docker-cluster-dmcrypt-journal-collocation/Vagrantfile +++ b/tests/functional/centos/7/docker-cluster-dmcrypt-journal-collocation/Vagrantfile @@ -72,12 +72,6 @@ ansible_provision = proc do |ansible| # In a production deployment, these should be secret if DOCKER then ansible.extra_vars = ansible.extra_vars.merge({ - containerized_deployment: 'true', - containerized_deployment: 'true', - containerized_deployment: 'true', - containerized_deployment: 'true', - containerized_deployment: 'true', - containerized_deployment: 'true', containerized_deployment: 'true', ceph_mon_docker_interface: ETH, ceph_mon_docker_subnet: "#{PUBLIC_SUBNET}.0/24", -- 2.39.5