Update of Packer builder for Vagrant and various clouds
[osm/devops.git] / packer / old_releases / scripts / lxd-bridge
1 #   Licensed under the Apache License, Version 2.0 (the "License");
2 #   you may not use this file except in compliance with the License.
3 #   You may obtain a copy of the License at
4 #
5 #       http://www.apache.org/licenses/LICENSE-2.0
6 #
7 #   Unless required by applicable law or agreed to in writing, software
8 #   distributed under the License is distributed on an "AS IS" BASIS,
9 #   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
10 #   See the License for the specific language governing permissions and
11 #   limitations under the License.
12
13 # WARNING: This file is generated by a debconf template!
14 # It is recommended to update it by using "dpkg-reconfigure -p medium lxd"
15
16 # Whether to setup a new bridge or use an existing one
17 USE_LXD_BRIDGE="true"
18
19 # Bridge name
20 # This is still used even if USE_LXD_BRIDGE is set to false
21 # set to an empty value to fully disable
22 LXD_BRIDGE="lxdbr0"
23
24 # Update the "default" LXD profile
25 UPDATE_PROFILE="true"
26
27 # Path to an extra dnsmasq configuration file
28 LXD_CONFILE=""
29
30 # DNS domain for the bridge
31 LXD_DOMAIN="lxd"
32
33 # IPv4
34 ## IPv4 address (e.g. 10.0.8.1)
35 LXD_IPV4_ADDR="10.49.16.1"
36
37 ## IPv4 netmask (e.g. 255.255.255.0)
38 LXD_IPV4_NETMASK="255.255.255.0"
39
40 ## IPv4 network (e.g. 10.0.8.0/24)
41 LXD_IPV4_NETWORK="10.49.16.1/24"
42
43 ## IPv4 DHCP range (e.g. 10.0.8.2,10.0.8.254)
44 LXD_IPV4_DHCP_RANGE="10.49.16.2,10.49.16.254"
45
46 ## IPv4 DHCP number of hosts (e.g. 250)
47 LXD_IPV4_DHCP_MAX="252"
48
49 ## NAT IPv4 traffic
50 LXD_IPV4_NAT="true"
51
52 # IPv6
53 ## IPv6 address (e.g. 2001:470:b368:4242::1)
54 LXD_IPV6_ADDR=""
55
56 ## IPv6 CIDR mask (e.g. 64)
57 LXD_IPV6_MASK=""
58
59 ## IPv6 network (e.g. 2001:470:b368:4242::/64)
60 LXD_IPV6_NETWORK=""
61
62 ## NAT IPv6 traffic
63 LXD_IPV6_NAT="false"
64
65 # Run a minimal HTTP PROXY server
66 LXD_IPV6_PROXY="false"