cloudstack/docs/pot/user-data-and-meta-data.pot
2013-02-02 22:18:06 +01:00

90 lines
2.2 KiB
Plaintext

#
# AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: 0\n"
"POT-Creation-Date: 2013-02-02T20:11:59\n"
"PO-Revision-Date: 2013-02-02T20:11:59\n"
"Last-Translator: Automatically generated\n"
"Language-Team: None\n"
"MIME-Version: 1.0\n"
"Content-Type: application/x-publican; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#. Tag: title
#, no-c-format
msgid "User Data and Meta Data"
msgstr ""
#. Tag: para
#, no-c-format
msgid "&PRODUCT; provides API access to attach user data to a deployed VM. Deployed VMs also have access to instance metadata via the virtual router."
msgstr ""
#. Tag: para
#, no-c-format
msgid "User data can be accessed once the IP address of the virtual router is known. Once the IP address is known, use the following steps to access the user data:"
msgstr ""
#. Tag: para
#, no-c-format
msgid "Run the following command to find the virtual router."
msgstr ""
#. Tag: programlisting
#, no-c-format
msgid "# cat /var/lib/dhclient/dhclient-eth0.leases | grep dhcp-server-identifier | tail -1"
msgstr ""
#. Tag: para
#, no-c-format
msgid "Access user data by running the following command using the result of the above command"
msgstr ""
#. Tag: programlisting
#, no-c-format
msgid "# curl http://10.1.1.1/latest/user-data"
msgstr ""
#. Tag: para
#, no-c-format
msgid "Meta Data can be accessed similarly, using a URL of the form http://10.1.1.1/latest/meta-data/{metadata type}. (For backwards compatibility, the previous URL http://10.1.1.1/latest/{metadata type} is also supported.) For metadata type, use one of the following:"
msgstr ""
#. Tag: para
#, no-c-format
msgid "service-offering. A description of the VMs service offering"
msgstr ""
#. Tag: para
#, no-c-format
msgid "availability-zone. The Zone name"
msgstr ""
#. Tag: para
#, no-c-format
msgid "local-ipv4. The guest IP of the VM"
msgstr ""
#. Tag: para
#, no-c-format
msgid "local-hostname. The hostname of the VM"
msgstr ""
#. Tag: para
#, no-c-format
msgid "public-ipv4. The first public IP for the router. (E.g. the first IP of eth2)"
msgstr ""
#. Tag: para
#, no-c-format
msgid "public-hostname. This is the same as public-ipv4"
msgstr ""
#. Tag: para
#, no-c-format
msgid "instance-id. The instance name of the VM"
msgstr ""