From c66d3a02ce2afbe0ff924aca4c668c671292f89e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Sat, 18 Jun 2016 10:54:37 +0200 Subject: [PATCH] First shot for the network topology configuration. --- etc/now.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/etc/now.yml b/etc/now.yml index c14dec3..83b94aa 100644 --- a/etc/now.yml +++ b/etc/now.yml @@ -2,3 +2,13 @@ opennebula: admin_user: 'nowadmin' admin_password: 'the-best-strongest-password-ever' endpoint: http://localhost:2633/RPC2 +topology: + 0: + bridge: br0 + device: eth0 + type: vxlan + ranges: + - 10.0.0.0/8/16 + - 172.16.0.0/12/20 + - 192.168.0.0/16/24 + - fd00::/8/64 -- 1.8.2.3