diff options
author | Landon Kirk <landonaddison@yahoo.com> | 2020-07-02 08:52:26 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-02 08:52:26 -0400 |
commit | e31f7fe43aa8f352097c4bb3e97fc3acca8a26b7 (patch) | |
tree | 587acd8360b8a2cfe7c8b62297969f6eb8403527 /doc/rtd | |
parent | ac422e764af04df799ddad0449da72909e5d1eb1 (diff) | |
download | vyos-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')
-rw-r--r-- | doc/rtd/topics/datasources/nocloud.rst | 6 |
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. |