summaryrefslogtreecommitdiff
path: root/doc/rtd/topics/datasources
diff options
context:
space:
mode:
authorLandon Kirk <landonaddison@yahoo.com>2020-07-02 08:52:26 -0400
committerGitHub <noreply@github.com>2020-07-02 08:52:26 -0400
commite31f7fe43aa8f352097c4bb3e97fc3acca8a26b7 (patch)
tree587acd8360b8a2cfe7c8b62297969f6eb8403527 /doc/rtd/topics/datasources
parentac422e764af04df799ddad0449da72909e5d1eb1 (diff)
downloadvyos-cloud-init-e31f7fe43aa8f352097c4bb3e97fc3acca8a26b7.tar.gz
vyos-cloud-init-e31f7fe43aa8f352097c4bb3e97fc3acca8a26b7.zip
Add mention of vendor-data to no-cloud format documentation (#470)
Also add landon912 to .github-cla-signers
Diffstat (limited to 'doc/rtd/topics/datasources')
-rw-r--r--doc/rtd/topics/datasources/nocloud.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/rtd/topics/datasources/nocloud.rst b/doc/rtd/topics/datasources/nocloud.rst
index 6d3075f4..0ca79102 100644
--- a/doc/rtd/topics/datasources/nocloud.rst
+++ b/doc/rtd/topics/datasources/nocloud.rst
@@ -53,6 +53,12 @@ These user-data and meta-data files are expected to be in the following format.
Basically, user-data is simply user-data and meta-data is a yaml formatted file
representing what you'd find in the EC2 metadata service.
+You may also optionally provide a vendor-data file in the following format.
+
+::
+
+ /vendor-data
+
Given a disk ubuntu 12.04 cloud image in 'disk.img', you can create a
sufficient disk by following the example below.