summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBen Howard <ben.howard@canonical.com>2013-07-24 10:37:36 -0400
committerScott Moser <smoser@ubuntu.com>2013-07-24 10:37:36 -0400
commita5a5e81077a39e91ac8a3e2990450e050cf3fff1 (patch)
treeda347b002d8f8e087f7491b6857252797bd05ff5 /doc
parenta4310ee3db0b394dcebd4f6b49d3b25bba37fedf (diff)
parentc1f3fa86b45ba8b7ca6e0f6971de171ac5fccf15 (diff)
downloadvyos-cloud-init-a5a5e81077a39e91ac8a3e2990450e050cf3fff1.tar.gz
vyos-cloud-init-a5a5e81077a39e91ac8a3e2990450e050cf3fff1.zip
add SmartOS datasource supporting Joyent cloud
This adds a datasource designed to work on Joyent cloud (SmartOS).
Diffstat (limited to 'doc')
-rw-r--r--doc/examples/cloud-config-datasources.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/examples/cloud-config-datasources.txt b/doc/examples/cloud-config-datasources.txt
index fbabcad9..a19353fc 100644
--- a/doc/examples/cloud-config-datasources.txt
+++ b/doc/examples/cloud-config-datasources.txt
@@ -45,4 +45,10 @@ datasource:
Azure:
agent_command: [service, walinuxagent, start]
-
+
+ SmartOS:
+ # Smart OS datasource works over a serial console interacting with
+ # a server on the other end. By default, the second serial console is the
+ # device. SmartOS also uses a serial timeout of 60 seconds.
+ serial device: /dev/ttyS1
+ serial timeout: 60