mirror of https://github.com/ceph/ceph-ansible.git
Remove duplicate entry in test Vagrantfile
remove some leftover since code has been refactored Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>pull/1609/head
parent
fccb07d39c
commit
35ad0e1c11
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue