Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 11 additions & 5 deletions doc/rtd/topics/datasources/cloudstack.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,20 @@ dhcp lease information given to the instance.
For more details on meta-data and user-data,
refer the `CloudStack Administrator Guide`_.

URLs to access user-data and meta-data from the Virtual Machine. Here 10.1.1.1
is the Virtual Router IP:
URLs to access user-data and meta-data from the Virtual Machine.
`data-server.` is a well-known hostname provided by the CloudStack virtual
router that points to the next UserData server (which is usually also
the virtual router).

.. code:: bash

http://10.1.1.1/latest/user-data
http://10.1.1.1/latest/meta-data
http://10.1.1.1/latest/meta-data/{metadata type}
http://data-server./latest/user-data
http://data-server./latest/meta-data
http://data-server./latest/meta-data/{metadata type}

If `data-server.` cannot be resolved, cloud-init will try to obtain the
virtual router's address from the system's DHCP leases. If that fails,
it will use the system's default gateway.

Configuration
-------------
Expand Down
1 change: 1 addition & 0 deletions tools/.github-cla-signers
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ dhensby
lucasmoura
matthewruffell
nishigori
onitake
smoser
tomponline
TheRealFalcon