summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGregor Riepl <onitake@gmail.com>2020-06-09 17:18:29 +0200
committerGitHub <noreply@github.com>2020-06-09 11:18:29 -0400
commite52ec4ebb8042e3be8c409252f6bbeb1fd767ee2 (patch)
treee826d4679b30575f18adb726d6a210b3079525ef /doc
parent87b8080f3163574580a207f15ff308da6010b0ff (diff)
downloadvyos-cloud-init-e52ec4ebb8042e3be8c409252f6bbeb1fd767ee2.tar.gz
vyos-cloud-init-e52ec4ebb8042e3be8c409252f6bbeb1fd767ee2.zip
Document CloudStack data-server well-known hostname (#399)
* Document CloudStack data-server well-known hostname * Document fallback to default gateway * Add onitake to CLA signers list
Diffstat (limited to 'doc')
-rw-r--r--doc/rtd/topics/datasources/cloudstack.rst16
1 files changed, 11 insertions, 5 deletions
diff --git a/doc/rtd/topics/datasources/cloudstack.rst b/doc/rtd/topics/datasources/cloudstack.rst
index 592328ea..a24de34f 100644
--- a/doc/rtd/topics/datasources/cloudstack.rst
+++ b/doc/rtd/topics/datasources/cloudstack.rst
@@ -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
-------------