~cloud-init-dev/cloud-init/trunk

« back to all changes in this revision

Viewing changes to doc/examples/seed/meta-data

  • Committer: Scott Moser
  • Date: 2016-08-10 15:06:15 UTC
  • Revision ID: smoser@ubuntu.com-20160810150615-ma2fv107w3suy1ma
README: Mention move of revision control to git.

cloud-init development has moved its revision control to git.
It is available at 
  https://code.launchpad.net/cloud-init

Clone with 
  git clone https://git.launchpad.net/cloud-init
or
  git clone git+ssh://git.launchpad.net/cloud-init

For more information see
  https://git.launchpad.net/cloud-init/tree/HACKING.rst

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# this is yaml formated data
2
 
# it is expected to be roughly what you would get from running the following
3
 
# on an ec2 instance:
4
 
# python -c 'import boto.utils, yaml; print(yaml.dump(boto.utils.get_instance_metadata()))'
5
 
ami-id: ami-fd4aa494
6
 
ami-launch-index: '0'
7
 
ami-manifest-path: ubuntu-images-us/ubuntu-lucid-10.04-amd64-server-20100427.1.manifest.xml
8
 
block-device-mapping: {ami: sda1, ephemeral0: sdb, ephemeral1: sdc, root: /dev/sda1}
9
 
hostname: domU-12-31-38-07-19-44.compute-1.internal
10
 
instance-action: none
11
 
instance-id: i-87018aed
12
 
instance-type: m1.large
13
 
kernel-id: aki-c8b258a1
14
 
local-hostname: domU-12-31-38-07-19-44.compute-1.internal
15
 
local-ipv4: 10.223.26.178
16
 
placement: {availability-zone: us-east-1d}
17
 
public-hostname: ec2-184-72-174-120.compute-1.amazonaws.com
18
 
public-ipv4: 184.72.174.120
19
 
public-keys:
20
 
  ec2-keypair.us-east-1: [ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCD9dlT00vOUC8Ttq6YH8RzUCVqPQl6HaSfWSTKYnZiVCpTBj1CaRZPLRLmkSB9Nziy4aRJa/LZMbBHXytQKnB1psvNknqC2UNlrXXMk+Vx5S4vg21MXYYimK4uZEY0Qz29QUiTyNsx18jpAaF4ocUpTpRhxPEBCcSCDmMbc27MU2XuTbasM2NjW/w0bBF3ZFhdH68dZICXdTxS2jUrtrCnc1D/QXVZ5kQO3jsmSyJg8E0nE+6Onpx2YRoVRSwjpGzVZ+BlXPnN5xBREBG8XxzhNFHJbek+RgK5TfL+k4yD4XhnVZuZu53cBAFhj+xPKhtisSd+YmaEq+Jt9uS0Ekd5
21
 
      ec2-keypair.us-east-1, '']
22
 
reservation-id: r-e2225889
23
 
security-groups: default
24
 
 
25
 
# of the fields above:
26
 
# required:
27
 
#  instance-id
28
 
# suggested:
29
 
#  local-hostname
30
 
#  public-keys