~smoser/ubuntu/xenial/cloud-init/lp1506187

« back to all changes in this revision

Viewing changes to doc/examples/cloud-config-datasources.txt

  • Committer: Package Import Robot
  • Author(s): Scott Moser
  • Date: 2013-04-11 12:55:51 UTC
  • mfrom: (245.3.9 raring-proposed)
  • Revision ID: package-import@ubuntu.com-20130411125551-8k60jsoot7t21z4b
* New upstream snapshot.
  * make apt-get invoke 'dist-upgrade' rather than 'upgrade' for
    package_upgrade. (LP: #1164147)
  * workaround 2.6 kernel issue that stopped blkid from showing /dev/sr0

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
    meta-data:
43
43
       instance-id: i-87018aed
44
44
       local-hostname: myhost.internal
45
 
 
46
 
  Azure:
47
 
    agent_command: [service, walinuxagent, start]
48
 
    set_hostname: True
49
 
    hostname_bounce:
50
 
      interface: eth0
51
 
      policy: on # [can be 'on', 'off' or 'force']
52
 
    }
53
 
 
54
 
  SmartOS:
55
 
    # Smart OS datasource works over a serial console interacting with
56
 
    # a server on the other end. By default, the second serial console is the
57
 
    # device. SmartOS also uses a serial timeout of 60 seconds.
58
 
    serial device: /dev/ttyS1
59
 
    serial timeout: 60