diff options
author | Adam Dobrawy <naczelnik@jawnosc.tk> | 2019-10-04 23:15:10 +0000 |
---|---|---|
committer | Server Team CI Bot <josh.powers+server-team-bot@canonical.com> | 2019-10-04 23:15:10 +0000 |
commit | d3b1c4ae6bd237a04ba5df4306ff38f752f72132 (patch) | |
tree | a913a7416b6aeaa6428038f4f0d3253e02c4595c /doc/rtd/topics/datasources | |
parent | a7d8d032a65e807007f1467a9220b7f161625668 (diff) | |
download | vyos-cloud-init-d3b1c4ae6bd237a04ba5df4306ff38f752f72132.tar.gz vyos-cloud-init-d3b1c4ae6bd237a04ba5df4306ff38f752f72132.zip |
Add RbxCloud datasource
Diffstat (limited to 'doc/rtd/topics/datasources')
-rw-r--r-- | doc/rtd/topics/datasources/rbxcloud.rst | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/doc/rtd/topics/datasources/rbxcloud.rst b/doc/rtd/topics/datasources/rbxcloud.rst new file mode 100644 index 00000000..3d465bed --- /dev/null +++ b/doc/rtd/topics/datasources/rbxcloud.rst @@ -0,0 +1,25 @@ +.. _datasource_config_drive: + +Rbx Cloud +========= + +The Rbx datasource consumes the metadata drive available on platform +`HyperOne`_ and `Rootbox`_ platform. + +Datasource supports, in particular, network configurations, hostname, +user accounts and user metadata. + +Metadata drive +-------------- + +Drive metadata is a `FAT`_-formatted partition with the ```CLOUDMD``` label on +the system disk. Its contents are refreshed each time the virtual machine +is restarted, if the partition exists. For more information see +`HyperOne docs`_. + +.. _HyperOne: http://www.hyperone.com/ +.. _Rootbox: https://rootbox.com/ +.. _HyperOne Virtual Machine docs: http://www.hyperone.com/ +.. _vfat: https://en.wikipedia.org/wiki/File_Allocation_Table + +.. vi: textwidth=78 |