diff options
author | Scott Moser <smoser@ubuntu.com> | 2012-04-04 22:05:17 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2012-04-04 22:05:17 -0400 |
commit | e105bfb7b3bf352244a73fc3a7e08a12a102f477 (patch) | |
tree | 3371be8994fd1090d76fea3fcedeb98eb5a541d7 /doc/examples/part-handler-v2.txt | |
parent | 7b2fc4e014e6b7a43e6b8fc719d82c3d0b0a8bed (diff) | |
download | vyos-cloud-init-e105bfb7b3bf352244a73fc3a7e08a12a102f477.tar.gz vyos-cloud-init-e105bfb7b3bf352244a73fc3a7e08a12a102f477.zip |
add reading of 'seedfrom' via DataSourceNoCloud's DataSourceConfig
What this does is provide an second DataSource that could use the
kernel command line url=. For example:
ro root=/dev/vda url=http://example.com/i-abcdefg/
http://example.com/i-abcdefg/ would contain:
datasource:
NoCloud:
# default seedfrom is None
# if found, then it should contain a url with:
# <url>/user-data and <url>/meta-data
# seedfrom: http://my.example.com/i-abcde
seedfrom: http://example.com/i-abcdefg/
Then, the NoCloudNet DataSource would find that seedfrom config
and consume data at
http://example.com/i-abcdefg/user-data
and
http://example.com/i-abcdefg/meta-data
Diffstat (limited to 'doc/examples/part-handler-v2.txt')
0 files changed, 0 insertions, 0 deletions