diff options
author | Ben Howard <ben.howard@canonical.com> | 2013-07-23 16:44:54 -0600 |
---|---|---|
committer | Ben Howard <ben.howard@canonical.com> | 2013-07-23 16:44:54 -0600 |
commit | 0be043f1e677f533f64d0191f02b5fe956844157 (patch) | |
tree | fdfe8d0cadae9893682633ecaa3902f351305330 /doc/examples | |
parent | 4b41f7dc3d37d5bf7397bbc34d8a5e0c56798ac7 (diff) | |
download | vyos-cloud-init-0be043f1e677f533f64d0191f02b5fe956844157.tar.gz vyos-cloud-init-0be043f1e677f533f64d0191f02b5fe956844157.zip |
Added blurb to documentation about the datasource
Diffstat (limited to 'doc/examples')
-rw-r--r-- | doc/examples/cloud-config-datasources.txt | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/doc/examples/cloud-config-datasources.txt b/doc/examples/cloud-config-datasources.txt index fbabcad9..9f0ac386 100644 --- a/doc/examples/cloud-config-datasources.txt +++ b/doc/examples/cloud-config-datasources.txt @@ -45,4 +45,16 @@ datasource: Azure: agent_command: [service, walinuxagent, start] - + + SmartOS: + Smart OS provisions via a serial console actings a server. By default, + the second serial console is the device. SmartOS also uses a serial + timeout of 60 seconds, although that should never be hit. + + serial device: /dev/ttyS1 + serial timeout: 60 + + To change the defaults, you can define it via a cloud-config by creating + a .cfg file in /etc/cloud/cloud.cfg.d with the following: + serial_device: /dev/ttyS1 + serial_timeout: 30 |