Bugfixes in ccp playbooks

This commit is contained in:
Aleksandr Didenko
2016-07-08 14:23:00 +02:00
parent 8b3112d287
commit e6358d825e
2 changed files with 6 additions and 7 deletions

2
Vagrantfile vendored
View File

@@ -14,6 +14,7 @@ $user = ENV["USER"]
$public_subnet = prefix.to_s + ".0"
$private_subnet = prefix.to_s + ".1"
$mgmt_cidr = prefix.to_s + ".2.0/24"
$neutron_subnet = "172.30.250"
$instance_name_prefix = "#{$user}-k8s"
@@ -91,6 +92,7 @@ Vagrant.configure("2") do |config|
:libvirt__forward_mode => "none"
# "neutron" isolated network
test_vm.vm.network :private_network,
:ip => "#{$neutron_subnet}.#{i+10}",
:model_type => "e1000",
:libvirt__network_name => "#{$instance_name_prefix}-neutron",
:libvirt__dhcp_enabled => false,