projects
/
pve-docs.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
pve-network doc: remove note about ifupdown2 reload not working with ovs
[pve-docs.git]
/
qm-cloud-init-opts.adoc
diff --git
a/qm-cloud-init-opts.adoc
b/qm-cloud-init-opts.adoc
index
2fa1735
..
a03f3ac
100644
(file)
--- a/
qm-cloud-init-opts.adoc
+++ b/
qm-cloud-init-opts.adoc
@@
-4,7
+4,8
@@
Specify custom files to replace the automatically generated ones at start.
`meta`=`<volume>` ;;
`meta`=`<volume>` ;;
-Specify a custom file containing all meta data passed to the VM via cloud-init. This is provider specific meaning configdrive2 and nocloud differ.
+Specify a custom file containing all meta data passed to the VM via"
+ ." cloud-init. This is provider specific meaning configdrive2 and nocloud differ.
`network`=`<volume>` ;;
`network`=`<volume>` ;;
@@
-32,9
+33,12
@@
Specify IP addresses and gateways for the corresponding interface.
+
IP addresses use CIDR notation, gateways are optional but need an IP of the same type specified.
+
+
IP addresses use CIDR notation, gateways are optional but need an IP of the same type specified.
+
-The special string 'dhcp' can be used for IP addresses to use DHCP, in which case no explicit gateway should be provided.
+The special string 'dhcp' can be used for IP addresses to use DHCP, in which case no explicit
+gateway should be provided.
+For IPv6 the special string 'auto' can be used to use stateless autoconfiguration.
+
+
-If cloud-init is enabled and neither an IPv4 nor an IPv6 address is specified, it defaults to using dhcp on IPv4.
+If cloud-init is enabled and neither an IPv4 nor an IPv6 address is specified, it defaults to using
+dhcp on IPv4.
`gw`=`<GatewayIPv4>` ;;
`gw`=`<GatewayIPv4>` ;;
@@
-58,11
+62,15
@@
IPv6 address in CIDR format.
`nameserver`: `<string>` ::
`nameserver`: `<string>` ::
-Sets DNS server IP address for a container. Create will automatically use the setting from the host if neither searchdomain nor nameserver are set.
+Sets DNS server IP address for a container. Create will'
+ .' automatically use the setting from the host if neither searchdomain nor nameserver'
+ .' are set.
`searchdomain`: `<string>` ::
`searchdomain`: `<string>` ::
-Sets DNS search domains for a container. Create will automatically use the setting from the host if neither searchdomain nor nameserver are set.
+Sets DNS search domains for a container. Create will'
+ .' automatically use the setting from the host if neither searchdomain nor nameserver'
+ .' are set.
`sshkeys`: `<string>` ::
`sshkeys`: `<string>` ::