Merge pull request #1609 from ceph/quick_clean

Remove duplicate entry in a test Vagrantfile
pull/1603/merge
Sébastien Han 2017-06-15 16:57:09 +02:00 committed by GitHub
commit 294f35be27
1 changed files with 0 additions and 6 deletions

View File

@ -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",