From e1ee79a60786c56980439729df7f31e3d99692f4 Mon Sep 17 00:00:00 2001 From: Bogdan Dobrelya Date: Tue, 13 Oct 2015 11:43:51 +0200 Subject: [PATCH] Do not configure default route in SDN template With the custom route present, virtualbox provider will not provide external connectivity. So, just do not configure default route for SDN template and use existing one, which is normally via the eth0 interface of solar-dev* nodes. Signed-off-by: Bogdan Dobrelya --- templates/nodes_network.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/nodes_network.yaml b/templates/nodes_network.yaml index 1ada9cb..90d2e89 100644 --- a/templates/nodes_network.yaml +++ b/templates/nodes_network.yaml @@ -60,7 +60,7 @@ resources: vendor_specific: phy_interfaces: - eth3 - gateway: 10.2.0.1 + #gateway: 10.2.0.1 roles: management: br-mgmt neutron/mesh: br-mesh @@ -125,7 +125,7 @@ resources: vendor_specific: phy_interfaces: - eth3 - gateway: 10.2.0.1 + #gateway: 10.2.0.1 roles: management: br-mgmt neutron/mesh: br-mesh