diff options
author | Robert Göhler <github@ghlr.de> | 2021-06-30 14:49:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-30 14:49:40 +0200 |
commit | e58574d80d49d11dba556c8cb3653310a94fc50d (patch) | |
tree | 1e4ae8324f21f89178e454af29172ca36b9552fc /docs/automation/cloud-init.rst | |
parent | ae6a2ba810a19d81cbad5b0da29e791a7b5e411f (diff) | |
parent | 10737cad913c17e3cce7291dcd835999f16459a2 (diff) | |
download | vyos-documentation-e58574d80d49d11dba556c8cb3653310a94fc50d.tar.gz vyos-documentation-e58574d80d49d11dba556c8cb3653310a94fc50d.zip |
Merge branch 'master' into misc
Diffstat (limited to 'docs/automation/cloud-init.rst')
-rw-r--r-- | docs/automation/cloud-init.rst | 28 |
1 files changed, 15 insertions, 13 deletions
diff --git a/docs/automation/cloud-init.rst b/docs/automation/cloud-init.rst index be585321..7b2d53fb 100644 --- a/docs/automation/cloud-init.rst +++ b/docs/automation/cloud-init.rst @@ -1,29 +1,31 @@ -.. _cloud-init: +:lastproofread: 2021-06-27 + +. _cloud-init: ############### VyOS cloud-init ############### -Cloud instances of VyOS are initialized using the industry-standard cloud-init. -Via cloud-init, the system performs tasks such as injecting SSH keys and -configuring the network. In addition, the user can supply a custom +Cloud instances of VyOS are initialized using the industry-standard +cloud-init. Via cloud-init, the system performs tasks such as injecting +SSH keys and configuring the network. In addition, the user can supply a custom configuration at the time of instance launch. ************** Config Sources ************** -VyOS support three type of config sources. - -.. stop_vyoslinter - -* Metadata - Metadata is sourced by the cloud platform or hypervisor. In some clouds, there is implemented as an HTTP endpoint at http://169.254.169.254. +VyOS support three types of config sources. -* Network configuration - Ths config source informs the system about the network. +* Metadata - Metadata is sourced by the cloud platform or hypervisor. + In some clouds, there is implemented as an HTTP endpoint at + http://169.254.169.254. -* User-data - User-data is specified by the user. This config source offers the most flexibility and will be the focus of this documentation. +* Network configuration - This config source informs the system about the + network. -.. start_vyoslinter +* User-data - User-data is specified by the user. This config source offers the + most flexibility and will be the focus of this documentation. ********* @@ -86,7 +88,7 @@ These are the VyOS defaults and fallbacks. * DHCP on first Ethernet interface if no network configuration is provided -All of these can be overridden using configuration in user-data. +All of these can be overridden using the configuration in user-data. *************** |