~smoser/ubuntu/vivid/cloud-init/snappy

« back to all changes in this revision

Viewing changes to doc/sources/digitalocean/README.rst

  • Committer: Scott Moser
  • Date: 2015-02-27 20:55:58 UTC
  • mfrom: (355.2.8 vivid)
  • Revision ID: smoser@ubuntu.com-20150227205558-glrwdgxqkaz6zyxa
* Merge with vivid at 0.7.7~bzr1067-0ubuntu1
* New upstream snapshot.
  * fix broken consumption of gzipped user-data (LP: #1424900)
  * functional user-data on Azure again (LP: #1423972)
  * CloudStack: support fetching password from virtual router (LP: #1422388)
* New upstream snapshot.
  * Fix for ascii decode in DataSourceAzure (LP: #1422993).
* New upstream snapshot.
  * support for gpt partitioning, utilized in Azure [Daniel Watkins]
  * fix bug in exception handling in mount_cb.
* New upstream snapshot.
  * move to python3 (LP: #1247132)
  * systemd: run cloud-init before systemd-user-sessions.service
  * Use the GCE short hostname. (LP: #1383794)
  * Enable user-data encoding support for GCE. (LP: #1404311)
  * Update to use a newer and better OMNIBUS_URL
  * Be more tolerant of 'ssh_authorized_keys' types
  * Fix parse_ssh_config failing in ssh_util.py
  * Increase the robustness/configurability of the chef module.
  * retain trailing newline from template files when using
    jinja2 (LP: #1355343)
  * fix broken output handling (LP: #1387340)
  * digital ocean datasource
  * update url in config drive documentation
  * freebsd: enable correct behavior on Ec2.
  * freebsd: Use the proper virtio FreeBSD network interface name.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 The `DigitalOcean`_ datasource consumes the content served from DigitalOcean's `metadata service`_.  This
2
 
metadata service serves information about the running droplet via HTTP over the link local address
3
 
169.254.169.254.  The metadata API endpoints are fully described at 
4
 
`https://developers.digitalocean.com/metadata/ <https://developers.digitalocean.com/metadata/>`_.
5
 
 
6
 
Configuration
7
 
~~~~~~~~~~~~~
8
 
 
9
 
DigitalOcean's datasource can be configured as follows:
10
 
 
11
 
  datasource:
12
 
    DigitalOcean:
13
 
      retries: 3
14
 
      timeout: 2
15
 
 
16
 
- *retries*: Determines the number of times to attempt to connect to the metadata service
17
 
- *timeout*: Determines the timeout in seconds to wait for a response from the metadata service
18
 
 
19
 
.. _DigitalOcean: http://digitalocean.com/
20
 
.. _metadata service: https://developers.digitalocean.com/metadata/
21
 
.. _Full documentation: https://developers.digitalocean.com/metadata/