@@ -35,15 +35,15 @@ should be a dict containing the following items:
35
35
` libvirt_host_networks ` is a list of networks to define and start. Each item
36
36
should be a dict containing the following items:
37
37
- ` name ` The name of the network.
38
- - ` mode ` The forwarding mode of the network, ` bridge ` , ` route ` and ` nat ` are
39
- supported.
38
+ - ` mode ` The forwarding mode of the network, ` bridge ` , ` route ` , ` open ` and ` nat ` are
39
+ supported. Leave empty for a isolated network mode.
40
40
- ` bridge ` The name of the bridge interface for this network.
41
- - ` ip ` IP address of the virtual bridge, mandatory for ` route ` and ` nat ` mode.
42
- - ` netmask ` Netmask of the virtual bridge, mandatory for ` route ` and ` nat ` mode.
43
- - ` domain ` DNS domain name for ` route ` and ` nat ` mode, default to the network
41
+ - ` ip ` IP address of the virtual bridge, mandatory for ` route ` , ` open ` and ` nat ` mode.
42
+ - ` netmask ` Netmask of the virtual bridge, mandatory for ` route ` , ` open ` and ` nat ` mode.
43
+ - ` domain ` DNS domain name for ` route ` , ` open ` and ` nat ` mode, default to the network
44
44
name (optional).
45
- - ` dhcp_start ` First IP of the DHCP range in ` route ` or ` nat ` mode (optional).
46
- - ` dhcp_end ` Last IP of the DHCP range in ` route ` or ` nat ` mode (optional).
45
+ - ` dhcp_start ` First IP of the DHCP range in ` route ` , ` open ` or ` nat ` mode (optional).
46
+ - ` dhcp_end ` Last IP of the DHCP range in ` route ` , ` open ` or ` nat ` mode (optional).
47
47
- ` routes ` Optional list of additionals routes defined as following:
48
48
- ` address ` Address of the route, required.
49
49
- ` prefix ` Prefix of the route, required.
0 commit comments