You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ke...@apache.org on 2013/10/08 21:27:15 UTC

[11/70] [partial] Adding documents from 4.2

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/b23872a5/pot/events-log.pot
----------------------------------------------------------------------
diff --git a/pot/events-log.pot b/pot/events-log.pot
new file mode 100644
index 0000000..bdfb9c2
--- /dev/null
+++ b/pot/events-log.pot
@@ -0,0 +1,35 @@
+#Licensed to the Apache Software Foundation (ASF) under one
+#or more contributor license agreements.  See the NOTICE file
+#distributed with this work for additional information
+#regarding copyright ownership.  The ASF licenses this file
+#to you under the Apache License, Version 2.0 (the
+#"License"); you may not use this file except in compliance
+#with the License.  You may obtain a copy of the License at
+#http://www.apache.org/licenses/LICENSE-2.0
+#Unless required by applicable law or agreed to in writing,
+#software distributed under the License is distributed on an
+#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#KIND, either express or implied.  See the License for the
+#specific language governing permissions and limitations
+#under the License.
+msgid ""
+msgstr ""
+"Project-Id-Version: 0\n"
+"POT-Creation-Date: 2013-02-02T20:11:58\n"
+"PO-Revision-Date: 2013-02-02T20:11:58\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 "Event Logs"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "There are two types of events logged in the &PRODUCT; Event Log. Standard events log the success or failure of an event and can be used to identify jobs or processes that have failed. There are also long running job events. Events for asynchronous jobs log when a job is scheduled, when it starts, and when it completes. Other long running synchronous jobs log when a job starts, and when it completes. Long running synchronous and asynchronous event logs can be used to gain more information on the status of a pending job or can be used to identify a job that is hanging or has not started. The following sections provide more information on these events.."
+msgstr ""
+

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/b23872a5/pot/events.pot
----------------------------------------------------------------------
diff --git a/pot/events.pot b/pot/events.pot
new file mode 100644
index 0000000..24a646e
--- /dev/null
+++ b/pot/events.pot
@@ -0,0 +1,30 @@
+#Licensed to the Apache Software Foundation (ASF) under one
+#or more contributor license agreements.  See the NOTICE file
+#distributed with this work for additional information
+#regarding copyright ownership.  The ASF licenses this file
+#to you under the Apache License, Version 2.0 (the
+#"License"); you may not use this file except in compliance
+#with the License.  You may obtain a copy of the License at
+#http://www.apache.org/licenses/LICENSE-2.0
+#Unless required by applicable law or agreed to in writing,
+#software distributed under the License is distributed on an
+#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#KIND, either express or implied.  See the License for the
+#specific language governing permissions and limitations
+#under the License.
+msgid ""
+msgstr ""
+"Project-Id-Version: 0\n"
+"POT-Creation-Date: 2013-02-02T20:11:58\n"
+"PO-Revision-Date: 2013-02-02T20:11:58\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 "Events"
+msgstr ""
+

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/b23872a5/pot/example-LDAP-configuration-commands.pot
----------------------------------------------------------------------
diff --git a/pot/example-LDAP-configuration-commands.pot b/pot/example-LDAP-configuration-commands.pot
new file mode 100644
index 0000000..693bf19
--- /dev/null
+++ b/pot/example-LDAP-configuration-commands.pot
@@ -0,0 +1,82 @@
+#Licensed to the Apache Software Foundation (ASF) under one
+#or more contributor license agreements.  See the NOTICE file
+#distributed with this work for additional information
+#regarding copyright ownership.  The ASF licenses this file
+#to you under the Apache License, Version 2.0 (the
+#"License"); you may not use this file except in compliance
+#with the License.  You may obtain a copy of the License at
+#http://www.apache.org/licenses/LICENSE-2.0
+#Unless required by applicable law or agreed to in writing,
+#software distributed under the License is distributed on an
+#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#KIND, either express or implied.  See the License for the
+#specific language governing permissions and limitations
+#under the License.
+msgid ""
+msgstr ""
+"Project-Id-Version: 0\n"
+"POT-Creation-Date: 2013-02-02T20:11:58\n"
+"PO-Revision-Date: 2013-02-02T20:11:58\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 "Example LDAP Configuration Commands"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "To understand the examples in this section, you need to know the basic concepts behind calling the &PRODUCT; API, which are explained in the Developer’s Guide."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "The following shows an example invocation of ldapConfig with an ApacheDS LDAP server"
+msgstr ""
+
+#. Tag: programlisting
+#, no-c-format
+msgid "http://127.0.0.1:8080/client/api?command=ldapConfig&hostname=127.0.0.1&searchbase=ou%3Dtesting%2Co%3Dproject&queryfilter=%28%26%28uid%3D%25u%29%29&binddn=cn%3DJohn+Singh%2Cou%3Dtesting%2Co%project&bindpass=secret&port=10389&ssl=true&truststore=C%3A%2Fcompany%2Finfo%2Ftrusted.ks&truststorepass=secret&response=json&apiKey=YourAPIKey&signature=YourSignatureHash"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "The command must be URL-encoded. Here is the same example without the URL encoding:"
+msgstr ""
+
+#. Tag: programlisting
+#, no-c-format
+msgid "http://127.0.0.1:8080/client/api?command=ldapConfig\n"
+"&hostname=127.0.0.1\n"
+"&searchbase=ou=testing,o=project\n"
+"&queryfilter=(&(%uid=%u))\n"
+"&binddn=cn=John+Singh,ou=testing,o=project\n"
+"&bindpass=secret\n"
+"&port=10389\n"
+"&ssl=true\n"
+"&truststore=C:/company/info/trusted.ks\n"
+"&truststorepass=secret\n"
+"&response=json\n"
+"&apiKey=YourAPIKey&signature=YourSignatureHash\n"
+"    "
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "The following shows a similar command for Active Directory. Here, the search base is the testing group within a company, and the users are matched up based on email address."
+msgstr ""
+
+#. Tag: programlisting
+#, no-c-format
+msgid "http://10.147.29.101:8080/client/api?command=ldapConfig&hostname=10.147.28.250&searchbase=OU%3Dtesting%2CDC%3Dcompany&queryfilter=%28%26%28mail%3D%25e%29%29 &binddn=CN%3DAdministrator%2COU%3Dtesting%2CDC%3Dcompany&bindpass=1111_aaaa&port=389&response=json&apiKey=YourAPIKey&signature=YourSignatureHash"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "The next few sections explain some of the concepts you will need to know when filling out the ldapConfig parameters."
+msgstr ""
+

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/b23872a5/pot/example-response-from-listUsageRecords.pot
----------------------------------------------------------------------
diff --git a/pot/example-response-from-listUsageRecords.pot b/pot/example-response-from-listUsageRecords.pot
new file mode 100644
index 0000000..50b39f4
--- /dev/null
+++ b/pot/example-response-from-listUsageRecords.pot
@@ -0,0 +1,64 @@
+#Licensed to the Apache Software Foundation (ASF) under one
+#or more contributor license agreements.  See the NOTICE file
+#distributed with this work for additional information
+#regarding copyright ownership.  The ASF licenses this file
+#to you under the Apache License, Version 2.0 (the
+#"License"); you may not use this file except in compliance
+#with the License.  You may obtain a copy of the License at
+#http://www.apache.org/licenses/LICENSE-2.0
+#Unless required by applicable law or agreed to in writing,
+#software distributed under the License is distributed on an
+#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#KIND, either express or implied.  See the License for the
+#specific language governing permissions and limitations
+#under the License.
+msgid ""
+msgstr ""
+"Project-Id-Version: 0\n"
+"POT-Creation-Date: 2013-02-02T20:11:58\n"
+"PO-Revision-Date: 2013-02-02T20:11:58\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 "Example response from listUsageRecords"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "All &PRODUCT; API requests are submitted in the form of a HTTP GET/POST with an associated command and any parameters. A request is composed of the following whether in HTTP or HTTPS:"
+msgstr ""
+
+#. Tag: programlisting
+#, no-c-format
+msgid "\n"
+"            <listusagerecordsresponse>\n"
+"                  <count>1816</count>\n"
+"                 <usagerecord>\n"
+"                    <account>user5</account>\n"
+"                    <accountid>10004</accountid>\n"
+"                    <domainid>1</domainid>\n"
+"                    <zoneid>1</zoneid>\n"
+"                        <description>i-3-4-WC running time (ServiceOffering: 1) (Template: 3)</description>\n"
+"                    <usage>2.95288 Hrs</usage>\n"
+"                       <usagetype>1</usagetype>\n"
+"                    <rawusage>2.95288</rawusage>\n"
+"                       <virtualmachineid>4</virtualmachineid>\n"
+"                    <name>i-3-4-WC</name>\n"
+"                       <offeringid>1</offeringid>\n"
+"                    <templateid>3</templateid>\n"
+"                    <usageid>245554</usageid>\n"
+"                    <type>XenServer</type>\n"
+"                    <startdate>2009-09-15T00:00:00-0700</startdate>\n"
+"                    <enddate>2009-09-18T16:14:26-0700</enddate>\n"
+"                  </usagerecord>\n"
+"\n"
+"               … (1,815 more usage records)\n"
+"            </listusagerecordsresponse>\n"
+"        "
+msgstr ""
+

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/b23872a5/pot/export-template.pot
----------------------------------------------------------------------
diff --git a/pot/export-template.pot b/pot/export-template.pot
new file mode 100644
index 0000000..8316f4b
--- /dev/null
+++ b/pot/export-template.pot
@@ -0,0 +1,35 @@
+#Licensed to the Apache Software Foundation (ASF) under one
+#or more contributor license agreements.  See the NOTICE file
+#distributed with this work for additional information
+#regarding copyright ownership.  The ASF licenses this file
+#to you under the Apache License, Version 2.0 (the
+#"License"); you may not use this file except in compliance
+#with the License.  You may obtain a copy of the License at
+#http://www.apache.org/licenses/LICENSE-2.0
+#Unless required by applicable law or agreed to in writing,
+#software distributed under the License is distributed on an
+#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#KIND, either express or implied.  See the License for the
+#specific language governing permissions and limitations
+#under the License.
+msgid ""
+msgstr ""
+"Project-Id-Version: 0\n"
+"POT-Creation-Date: 2013-02-02T20:11:58\n"
+"PO-Revision-Date: 2013-02-02T20:11:58\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 "Exporting Templates"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "End users and Administrators may export templates from the &PRODUCT;. Navigate to the template in the UI and choose the Download function from the Actions menu."
+msgstr ""
+

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/b23872a5/pot/external-firewalls-and-load-balancers.pot
----------------------------------------------------------------------
diff --git a/pot/external-firewalls-and-load-balancers.pot b/pot/external-firewalls-and-load-balancers.pot
new file mode 100644
index 0000000..8c62871
--- /dev/null
+++ b/pot/external-firewalls-and-load-balancers.pot
@@ -0,0 +1,35 @@
+#Licensed to the Apache Software Foundation (ASF) under one
+#or more contributor license agreements.  See the NOTICE file
+#distributed with this work for additional information
+#regarding copyright ownership.  The ASF licenses this file
+#to you under the Apache License, Version 2.0 (the
+#"License"); you may not use this file except in compliance
+#with the License.  You may obtain a copy of the License at
+#http://www.apache.org/licenses/LICENSE-2.0
+#Unless required by applicable law or agreed to in writing,
+#software distributed under the License is distributed on an
+#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#KIND, either express or implied.  See the License for the
+#specific language governing permissions and limitations
+#under the License.
+msgid ""
+msgstr ""
+"Project-Id-Version: 0\n"
+"POT-Creation-Date: 2013-02-02T20:11:58\n"
+"PO-Revision-Date: 2013-02-02T20:11:58\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 "External Firewalls and Load Balancers"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "&PRODUCT; is capable of replacing its Virtual Router with an external Juniper SRX device and an optional external NetScaler or F5 load balancer for gateway and load balancing services. In this case, the VMs use the SRX as their gateway."
+msgstr ""
+

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/b23872a5/pot/external-fw-topology-req.pot
----------------------------------------------------------------------
diff --git a/pot/external-fw-topology-req.pot b/pot/external-fw-topology-req.pot
new file mode 100644
index 0000000..f218b10
--- /dev/null
+++ b/pot/external-fw-topology-req.pot
@@ -0,0 +1,35 @@
+#Licensed to the Apache Software Foundation (ASF) under one
+#or more contributor license agreements.  See the NOTICE file
+#distributed with this work for additional information
+#regarding copyright ownership.  The ASF licenses this file
+#to you under the Apache License, Version 2.0 (the
+#"License"); you may not use this file except in compliance
+#with the License.  You may obtain a copy of the License at
+#http://www.apache.org/licenses/LICENSE-2.0
+#Unless required by applicable law or agreed to in writing,
+#software distributed under the License is distributed on an
+#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#KIND, either express or implied.  See the License for the
+#specific language governing permissions and limitations
+#under the License.
+msgid ""
+msgstr ""
+"Project-Id-Version: 0\n"
+"POT-Creation-Date: 2013-02-02T20:11:58\n"
+"PO-Revision-Date: 2013-02-02T20:11:58\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 "External Firewall Topology Requirements"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "When external firewall integration is in place, the public IP VLAN must still be trunked to the Hosts. This is required to support the Secondary Storage VM and Console Proxy VM."
+msgstr ""
+

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/b23872a5/pot/external-guest-firewall-integration.pot
----------------------------------------------------------------------
diff --git a/pot/external-guest-firewall-integration.pot b/pot/external-guest-firewall-integration.pot
new file mode 100644
index 0000000..5d7c7d1
--- /dev/null
+++ b/pot/external-guest-firewall-integration.pot
@@ -0,0 +1,251 @@
+#Licensed to the Apache Software Foundation (ASF) under one
+#or more contributor license agreements.  See the NOTICE file
+#distributed with this work for additional information
+#regarding copyright ownership.  The ASF licenses this file
+#to you under the Apache License, Version 2.0 (the
+#"License"); you may not use this file except in compliance
+#with the License.  You may obtain a copy of the License at
+#http://www.apache.org/licenses/LICENSE-2.0
+#Unless required by applicable law or agreed to in writing,
+#software distributed under the License is distributed on an
+#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#KIND, either express or implied.  See the License for the
+#specific language governing permissions and limitations
+#under the License.
+msgid ""
+msgstr ""
+"Project-Id-Version: 0\n"
+"POT-Creation-Date: 2013-02-02T20:11:58\n"
+"PO-Revision-Date: 2013-02-02T20:11:58\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 "External Guest Firewall Integration for Juniper SRX (Optional)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Available only for guests using advanced networking."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "&PRODUCT; provides for direct management of the Juniper SRX series of firewalls. This enables &PRODUCT; to establish static NAT mappings from public IPs to guest VMs, and to use the Juniper device in place of the virtual router for firewall services. You can have one or more Juniper SRX per zone. This feature is optional. If Juniper integration is not provisioned, &PRODUCT; will use the virtual router for these services."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "The Juniper SRX can optionally be used in conjunction with an external load balancer. External Network elements can be deployed in a side-by-side or inline configuration."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "&PRODUCT; requires the Juniper to be configured as follows:"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Supported SRX software version is 10.3 or higher."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Install your SRX appliance according to the vendor's instructions."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Connect one interface to the management network and one interface to the public network. Alternatively, you can connect the same interface to both networks and a use a VLAN for the public network."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Make sure \"vlan-tagging\" is enabled on the private interface."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Record the public and private interface names. If you used a VLAN for the public interface, add a \".[VLAN TAG]\" after the interface name. For example, if you are using ge-0/0/3 for your public interface and VLAN tag 301, your public interface name would be \"ge-0/0/3.301\". Your private interface name should always be untagged because the &PRODUCT; software automatically creates tagged logical interfaces."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Create a public security zone and a private security zone. By default, these will already exist and will be called \"untrust\" and \"trust\". Add the public interface to the public zone and the private interface to the private zone. Note down the security zone names."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Make sure there is a security policy from the private zone to the public zone that allows all traffic."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Note the username and password of the account you want the &PRODUCT; software to log in to when it is programming rules."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Make sure the \"ssh\" and \"xnm-clear-text\" system services are enabled."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "If traffic metering is desired:"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "a. Create an incoming firewall filter and an outgoing firewall filter. These filters should be the same names as your public security zone name and private security zone name respectively. The filters should be set to be \"interface-specific\". For example, here is the configuration where the public zone is \"untrust\" and the private zone is \"trust\":"
+msgstr ""
+
+#. Tag: programlisting
+#, no-c-format
+msgid "root@cloud-srx# show firewall\n"
+"filter trust {\n"
+"    interface-specific;\n"
+"}\n"
+"filter untrust {\n"
+"    interface-specific;\n"
+"}"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Add the firewall filters to your public interface. For example, a sample configuration output (for public interface ge-0/0/3.0, public security zone untrust, and private security zone trust) is:"
+msgstr ""
+
+#. Tag: programlisting
+#, no-c-format
+msgid "ge-0/0/3 {\n"
+"    unit 0 {\n"
+"        family inet {\n"
+"            filter {\n"
+"                input untrust;\n"
+"                output trust;\n"
+"            }\n"
+"            address 172.25.0.252/16;\n"
+"        }\n"
+"    }\n"
+"}"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Make sure all VLANs are brought to the private interface of the SRX."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "After the &PRODUCT; Management Server is installed, log in to the &PRODUCT; UI as administrator."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "In the left navigation bar, click Infrastructure."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "In Zones, click View More."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Choose the zone you want to work with."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Click the Network tab."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "In the Network Service Providers node of the diagram, click Configure. (You might have to scroll down to see this.)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Click SRX."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Click the Add New SRX button (+) and provide the following:"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "IP Address: The IP address of the SRX."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Username: The user name of the account on the SRX that &PRODUCT; should use."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Password: The password of the account."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Public Interface. The name of the public interface on the SRX. For example, ge-0/0/2. A \".x\" at the end of the interface indicates the VLAN that is in use."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Private Interface: The name of the private interface on the SRX. For example, ge-0/0/1."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Usage Interface: (Optional) Typically, the public interface is used to meter traffic. If you want to use a different interface, specify its name here"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Number of Retries: The number of times to attempt a command on the SRX before failing. The default value is 2."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Timeout (seconds): The time to wait for a command on the SRX before considering it failed. Default is 300 seconds."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Public Network: The name of the public network on the SRX. For example, trust."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Private Network: The name of the private network on the SRX. For example, untrust."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Capacity: The number of networks the device can handle"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Dedicated: When marked as dedicated, this device will be dedicated to a single account. When Dedicated is checked, the value in the Capacity field has no significance implicitly, its value is 1"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Click OK."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Click Global Settings. Set the parameter external.network.stats.interval to indicate how often you want &PRODUCT; to fetch network usage statistics from the Juniper SRX. If you are not using the SRX to gather network usage statistics, set to 0."
+msgstr ""
+

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/b23872a5/pot/external-guest-lb-integration.pot
----------------------------------------------------------------------
diff --git a/pot/external-guest-lb-integration.pot b/pot/external-guest-lb-integration.pot
new file mode 100644
index 0000000..e1939db
--- /dev/null
+++ b/pot/external-guest-lb-integration.pot
@@ -0,0 +1,155 @@
+#Licensed to the Apache Software Foundation (ASF) under one
+#or more contributor license agreements.  See the NOTICE file
+#distributed with this work for additional information
+#regarding copyright ownership.  The ASF licenses this file
+#to you under the Apache License, Version 2.0 (the
+#"License"); you may not use this file except in compliance
+#with the License.  You may obtain a copy of the License at
+#http://www.apache.org/licenses/LICENSE-2.0
+#Unless required by applicable law or agreed to in writing,
+#software distributed under the License is distributed on an
+#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#KIND, either express or implied.  See the License for the
+#specific language governing permissions and limitations
+#under the License.
+msgid ""
+msgstr ""
+"Project-Id-Version: 0\n"
+"POT-Creation-Date: 2013-02-02T20:11:58\n"
+"PO-Revision-Date: 2013-02-02T20:11:58\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 "External Guest Load Balancer Integration (Optional)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "&PRODUCT; can optionally use a Citrix NetScaler or BigIP F5 load balancer to provide load balancing services to guests. If this is not enabled, &PRODUCT; will use the software load balancer in the virtual router."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "To install and enable an external load balancer for &PRODUCT; management:"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Set up the appliance according to the vendor's directions."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Connect it to the networks carrying public traffic and management traffic (these could be the same network)."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Record the IP address, username, password, public interface name, and private interface name. The interface names will be something like \"1.1\" or \"1.2\"."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Make sure that the VLANs are trunked to the management network interface."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "After the &PRODUCT; Management Server is installed, log in as administrator to the &PRODUCT; UI."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "In the left navigation bar, click Infrastructure."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "In Zones, click View More."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Choose the zone you want to work with."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Click the Network tab."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "In the Network Service Providers node of the diagram, click Configure. (You might have to scroll down to see this.)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Click NetScaler or F5."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Click the Add button (+) and provide the following:"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "For NetScaler:"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "IP Address: The IP address of the SRX."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Username/Password: The authentication credentials to access the device. &PRODUCT; uses these credentials to access the device."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Type: The type of device that is being added. It could be F5 Big Ip Load Balancer, NetScaler VPX, NetScaler MPX, or NetScaler SDX. For a comparison of the NetScaler types, see the &PRODUCT; Administration Guide."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Public interface: Interface of device that is configured to be part of the public network."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Private interface: Interface of device that is configured to be part of the private network."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Number of retries. Number of times to attempt a command on the device before considering the operation failed. Default is 2."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Capacity: The number of networks the device can handle."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Dedicated: When marked as dedicated, this device will be dedicated to a single account. When Dedicated is checked, the value in the Capacity field has no significance implicitly, its value is 1."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Click OK."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "The installation and provisioning of the external load balancer is finished. You can proceed to add VMs and NAT or load balancing rules."
+msgstr ""
+

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/b23872a5/pot/extracting-source.pot
----------------------------------------------------------------------
diff --git a/pot/extracting-source.pot b/pot/extracting-source.pot
new file mode 100644
index 0000000..eb739a6
--- /dev/null
+++ b/pot/extracting-source.pot
@@ -0,0 +1,50 @@
+#Licensed to the Apache Software Foundation (ASF) under one
+#or more contributor license agreements.  See the NOTICE file
+#distributed with this work for additional information
+#regarding copyright ownership.  The ASF licenses this file
+#to you under the Apache License, Version 2.0 (the
+#"License"); you may not use this file except in compliance
+#with the License.  You may obtain a copy of the License at
+#http://www.apache.org/licenses/LICENSE-2.0
+#Unless required by applicable law or agreed to in writing,
+#software distributed under the License is distributed on an
+#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#KIND, either express or implied.  See the License for the
+#specific language governing permissions and limitations
+#under the License.
+msgid ""
+msgstr ""
+"Project-Id-Version: 0\n"
+"POT-Creation-Date: 2013-02-02T20:11:58\n"
+"PO-Revision-Date: 2013-02-02T20:11:58\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 "Extracting source"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Extracting the &PRODUCT; release is relatively simple and can be done with a single command as follows:"
+msgstr ""
+
+#. Tag: programlisting
+#, no-c-format
+msgid "<prompt>$</prompt> <command>tar</command> -jxvf apache-cloudstack-4.0.0-incubating-src.tar.bz2"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "You can now move into the directory:"
+msgstr ""
+
+#. Tag: programlisting
+#, no-c-format
+msgid "<prompt>$</prompt> <command>cd</command> ./apache-cloudstack-4.0.0-incubating-src"
+msgstr ""
+

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/b23872a5/pot/feature-overview.pot
----------------------------------------------------------------------
diff --git a/pot/feature-overview.pot b/pot/feature-overview.pot
new file mode 100644
index 0000000..3f50f9f
--- /dev/null
+++ b/pot/feature-overview.pot
@@ -0,0 +1,100 @@
+#Licensed to the Apache Software Foundation (ASF) under one
+#or more contributor license agreements.  See the NOTICE file
+#distributed with this work for additional information
+#regarding copyright ownership.  The ASF licenses this file
+#to you under the Apache License, Version 2.0 (the
+#"License"); you may not use this file except in compliance
+#with the License.  You may obtain a copy of the License at
+#http://www.apache.org/licenses/LICENSE-2.0
+#Unless required by applicable law or agreed to in writing,
+#software distributed under the License is distributed on an
+#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#KIND, either express or implied.  See the License for the
+#specific language governing permissions and limitations
+#under the License.
+msgid ""
+msgstr ""
+"Project-Id-Version: 0\n"
+"POT-Creation-Date: 2013-02-02T20:11:58\n"
+"PO-Revision-Date: 2013-02-02T20:11:58\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 "What Can &PRODUCT; Do?"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "<emphasis role=\"bold\">Multiple Hypervisor Support</emphasis>"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "&PRODUCT; works with a variety of hypervisors, and a single cloud deployment can contain multiple hypervisor implementations. The current release of &PRODUCT; supports pre-packaged enterprise solutions like Citrix XenServer and VMware vSphere, as well as KVM or Xen running on Ubuntu or CentOS."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "<emphasis role=\"bold\">Massively Scalable Infrastructure Management</emphasis>"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "&PRODUCT; can manage tens of thousands of servers installed in multiple geographically distributed datacenters. The centralized management server scales linearly, eliminating the need for intermediate cluster-level management servers. No single component failure can cause cloud-wide outage. Periodic maintenance of the management server can be performed without affecting the functioning of virtual machines running in the cloud."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "<emphasis role=\"bold\">Automatic Configuration Management</emphasis>"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "&PRODUCT; automatically configures each guest virtual machine’s networking and storage settings."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "&PRODUCT; internally manages a pool of virtual appliances to support the cloud itself. These appliances offer services such as firewalling, routing, DHCP, VPN access, console proxy, storage access, and storage replication. The extensive use of virtual appliances simplifies the installation, configuration, and ongoing management of a cloud deployment."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "<emphasis role=\"bold\">Graphical User Interface</emphasis>"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "&PRODUCT; offers an administrator's Web interface, used for provisioning and managing the cloud, as well as an end-user's Web interface, used for running VMs and managing VM templates. The UI can be customized to reflect the desired service provider or enterprise look and feel."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "<emphasis role=\"bold\">API and Extensibility</emphasis>"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "&PRODUCT; provides an API that gives programmatic access to all the management features available in the UI. The API is maintained and documented. This API enables the creation of command line tools and new user interfaces to suit particular needs. See the Developer’s Guide and API Reference, both available at <ulink url=\"http://incubator.apache.org/cloudstack/docs\">Apache CloudStack Guides</ulink> and <ulink url=\"http://incubator.apache.org/cloudstack/docs/api\">Apache CloudStack API Reference</ulink> respectively."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "The &PRODUCT; pluggable allocation architecture allows the creation of new types of allocators for the selection of storage and Hosts. See the Allocator Implementation Guide (<ulink url=\"http://docs.cloudstack.org/CloudStack_Documentation/Allocator_Implementation_Guide\">http://docs.cloudstack.org/CloudStack_Documentation/Allocator_Implementation_Guide</ulink>)."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "<emphasis role=\"bold\">High Availability</emphasis>"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "&PRODUCT; has a number of features to increase the availability of the system. The Management Server itself may be deployed in a multi-node installation where the servers are load balanced. MySQL may be configured to use replication to provide for a manual failover in the event of database loss. For the hosts, &PRODUCT; supports NIC bonding and the use of separate networks for storage as well as iSCSI Multipath."
+msgstr ""
+

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/b23872a5/pot/firewall-rules.pot
----------------------------------------------------------------------
diff --git a/pot/firewall-rules.pot b/pot/firewall-rules.pot
new file mode 100644
index 0000000..6c66101
--- /dev/null
+++ b/pot/firewall-rules.pot
@@ -0,0 +1,105 @@
+#Licensed to the Apache Software Foundation (ASF) under one
+#or more contributor license agreements.  See the NOTICE file
+#distributed with this work for additional information
+#regarding copyright ownership.  The ASF licenses this file
+#to you under the Apache License, Version 2.0 (the
+#"License"); you may not use this file except in compliance
+#with the License.  You may obtain a copy of the License at
+#http://www.apache.org/licenses/LICENSE-2.0
+#Unless required by applicable law or agreed to in writing,
+#software distributed under the License is distributed on an
+#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#KIND, either express or implied.  See the License for the
+#specific language governing permissions and limitations
+#under the License.
+msgid ""
+msgstr ""
+"Project-Id-Version: 0\n"
+"POT-Creation-Date: 2013-02-02T20:11:58\n"
+"PO-Revision-Date: 2013-02-02T20:11:58\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 "Firewall Rules"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "By default, all incoming traffic to the public IP address is rejected by the firewall. To allow external traffic, you can open firewall ports by specifying firewall rules. You can optionally specify one or more CIDRs to filter the source IPs. This is useful when you want to allow only incoming requests from certain IP addresses."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "You cannot use firewall rules to open ports for an elastic IP address. When elastic IP is used, outside access is instead controlled through the use of security groups. See <xref linkend=\"add-security-group\" />."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Firewall rules can be created using the Firewall tab in the Management Server UI. This tab is not displayed by default when &PRODUCT; is installed. To display the Firewall tab, the &PRODUCT; administrator must set the global configuration parameter firewall.rule.ui.enabled to \"true.\""
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "To create a firewall rule:"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Log in to the &PRODUCT; UI as an administrator or end user."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "In the left navigation, choose Network."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Click the name of the network where you want to work with."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Click View IP Addresses."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Click the IP address you want to work with."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Click the Configuration tab and fill in the following values."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "<emphasis role=\"bold\">Source CIDR</emphasis>. (Optional) To accept only traffic from IP addresses within a particular address block, enter a CIDR or a comma-separated list of CIDRs. Example: 192.168.0.0/22. Leave empty to allow all CIDRs."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "<emphasis role=\"bold\">Protocol</emphasis>. The communication protocol in use on the opened port(s)."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "<emphasis role=\"bold\">Start Port and End Port</emphasis>. The port(s) you want to open on the firewall. If you are opening a single port, use the same number in both fields"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "<emphasis role=\"bold\">ICMP Type and ICMP Code</emphasis>. Used only if Protocol is set to ICMP. Provide the type and code required by the ICMP protocol to fill out the ICMP header. Refer to ICMP documentation for more details if you are not sure what to enter"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Click Add"
+msgstr ""
+

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/b23872a5/pot/first_ms_node_install.pot
----------------------------------------------------------------------
diff --git a/pot/first_ms_node_install.pot b/pot/first_ms_node_install.pot
new file mode 100644
index 0000000..6ecb5b7
--- /dev/null
+++ b/pot/first_ms_node_install.pot
@@ -0,0 +1,64 @@
+#Licensed to the Apache Software Foundation (ASF) under one
+#or more contributor license agreements.  See the NOTICE file
+#distributed with this work for additional information
+#regarding copyright ownership.  The ASF licenses this file
+#to you under the Apache License, Version 2.0 (the
+#"License"); you may not use this file except in compliance
+#with the License.  You may obtain a copy of the License at
+#http://www.apache.org/licenses/LICENSE-2.0
+#Unless required by applicable law or agreed to in writing,
+#software distributed under the License is distributed on an
+#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#KIND, either express or implied.  See the License for the
+#specific language governing permissions and limitations
+#under the License.
+msgid ""
+msgstr ""
+"Project-Id-Version: 0\n"
+"POT-Creation-Date: 2013-02-02T20:11:58\n"
+"PO-Revision-Date: 2013-02-02T20:11:58\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 "Install the First Management Server"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Ensure you have configured your machine according to <xref linkend=\"sect-source-buildrpm-repo2\" /> or <xref linkend=\"sect-source-builddebs-repo2\" /> as appropriate for your platform."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Install the &PRODUCT; management server packages by issuing one of the following commands as appropriate:"
+msgstr ""
+
+#. Tag: programlisting
+#, no-c-format
+msgid "<prompt>#</prompt> <command>yum</command> install cloud-client"
+msgstr ""
+
+#. Tag: programlisting
+#, no-c-format
+msgid "<prompt>#</prompt> <command>apt-get</command> install cloud-client"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "(RPM-based distributions) When the installation is finished, run the following commands to start essential services:"
+msgstr ""
+
+#. Tag: programlisting
+#, no-c-format
+msgid "<prompt>#</prompt> <command>service</command> rpcbind start\n"
+"<prompt>#</prompt> <command>service</command> nfs start\n"
+"<prompt>#</prompt> <command>chkconfig</command> nfs on\n"
+"<prompt>#</prompt> <command>chkconfig</command> rpcbind on\n"
+"                        "
+msgstr ""
+

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/b23872a5/pot/generic-firewall-provisions.pot
----------------------------------------------------------------------
diff --git a/pot/generic-firewall-provisions.pot b/pot/generic-firewall-provisions.pot
new file mode 100644
index 0000000..0f1d0a3
--- /dev/null
+++ b/pot/generic-firewall-provisions.pot
@@ -0,0 +1,50 @@
+#Licensed to the Apache Software Foundation (ASF) under one
+#or more contributor license agreements.  See the NOTICE file
+#distributed with this work for additional information
+#regarding copyright ownership.  The ASF licenses this file
+#to you under the Apache License, Version 2.0 (the
+#"License"); you may not use this file except in compliance
+#with the License.  You may obtain a copy of the License at
+#http://www.apache.org/licenses/LICENSE-2.0
+#Unless required by applicable law or agreed to in writing,
+#software distributed under the License is distributed on an
+#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#KIND, either express or implied.  See the License for the
+#specific language governing permissions and limitations
+#under the License.
+msgid ""
+msgstr ""
+"Project-Id-Version: 0\n"
+"POT-Creation-Date: 2013-02-02T20:11:58\n"
+"PO-Revision-Date: 2013-02-02T20:11:58\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 "Generic Firewall Provisions"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "The hardware firewall is required to serve two purposes:"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Protect the Management Servers. NAT and port forwarding should be configured to direct traffic from the public Internet to the Management Servers."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Route management network traffic between multiple zones. Site-to-site VPN should be configured between multiple zones."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "To achieve the above purposes you must set up fixed configurations for the firewall. Firewall rules and policies need not change as users are provisioned into the cloud. Any brand of hardware firewall that supports NAT and site-to-site VPN can be used."
+msgstr ""
+

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/b23872a5/pot/getting-release.pot
----------------------------------------------------------------------
diff --git a/pot/getting-release.pot b/pot/getting-release.pot
new file mode 100644
index 0000000..c2505e5
--- /dev/null
+++ b/pot/getting-release.pot
@@ -0,0 +1,60 @@
+#Licensed to the Apache Software Foundation (ASF) under one
+#or more contributor license agreements.  See the NOTICE file
+#distributed with this work for additional information
+#regarding copyright ownership.  The ASF licenses this file
+#to you under the Apache License, Version 2.0 (the
+#"License"); you may not use this file except in compliance
+#with the License.  You may obtain a copy of the License at
+#http://www.apache.org/licenses/LICENSE-2.0
+#Unless required by applicable law or agreed to in writing,
+#software distributed under the License is distributed on an
+#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#KIND, either express or implied.  See the License for the
+#specific language governing permissions and limitations
+#under the License.
+msgid ""
+msgstr ""
+"Project-Id-Version: 0\n"
+"POT-Creation-Date: 2013-02-02T20:11:58\n"
+"PO-Revision-Date: 2013-02-02T20:11:58\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 "Getting the release"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "You can download the latest &PRODUCT; release from the <ulink url=\"http://incubator.apache.org/cloudstack/downloads.html\"> Apache CloudStack project download page</ulink>."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "You'll notice several links under the 'Latest release' section."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "<ulink url=\"http://www.apache.org/dyn/closer.cgi/dist/incubator/cloudstack/releases/4.0.0-incubating/apache-cloudstack-4.0.0-incubating-src.tar.bz2\"> apache-cloudstack-4.0.0-incubating-src.tar.bz2</ulink> - This is the link to the release itself."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "<ulink url=\"http://www.apache.org/dist/incubator/cloudstack/releases/4.0.0-incubating/apache-cloudstack-4.0.0-incubating-src.tar.bz2.asc\">PGP</ulink> - This is a detached cryptographic signature that can be used to help verify the authenticity of the release."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "<ulink url=\"http://www.apache.org/dist/incubator/cloudstack/releases/4.0.0-incubating/apache-cloudstack-4.0.0-incubating-src.tar.bz2.md5\">MD5</ulink> - An MD5 hash of the release to aid in verify the validity of the release download."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "<ulink url=\"http://www.apache.org/dist/incubator/cloudstack/releases/4.0.0-incubating/apache-cloudstack-4.0.0-incubating-src.tar.bz2.sha\">SHA512</ulink> - A SHA512 hash of the release to aid in verify the validity of the release download."
+msgstr ""
+

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/b23872a5/pot/global-config.pot
----------------------------------------------------------------------
diff --git a/pot/global-config.pot b/pot/global-config.pot
new file mode 100644
index 0000000..2b6b301
--- /dev/null
+++ b/pot/global-config.pot
@@ -0,0 +1,70 @@
+#Licensed to the Apache Software Foundation (ASF) under one
+#or more contributor license agreements.  See the NOTICE file
+#distributed with this work for additional information
+#regarding copyright ownership.  The ASF licenses this file
+#to you under the Apache License, Version 2.0 (the
+#"License"); you may not use this file except in compliance
+#with the License.  You may obtain a copy of the License at
+#http://www.apache.org/licenses/LICENSE-2.0
+#Unless required by applicable law or agreed to in writing,
+#software distributed under the License is distributed on an
+#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#KIND, either express or implied.  See the License for the
+#specific language governing permissions and limitations
+#under the License.
+msgid ""
+msgstr ""
+"Project-Id-Version: 0\n"
+"POT-Creation-Date: 2013-02-02T20:11:58\n"
+"PO-Revision-Date: 2013-02-02T20:11:58\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 "Setting Global Configuration Parameters"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "&PRODUCT; provides parameters that you can set to control many aspects of the cloud. When &PRODUCT; is first installed, and periodically thereafter, you might need to modify these settings."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Log in to the UI as administrator."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "In the left navigation bar, click Global Settings."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "In Select View, choose one of the following:"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Global Settings. This displays a list of the parameters with brief descriptions and current values."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Hypervisor Capabilities. This displays a list of hypervisor versions with the maximum number of guests supported for each."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Use the search box to narrow down the list to those you are interested in."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Click the Edit icon to modify a value. If you are viewing Hypervisor Capabilities, you must click the name of the hypervisor first to display the editing screen."
+msgstr ""
+

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/b23872a5/pot/globally-configured-limits.pot
----------------------------------------------------------------------
diff --git a/pot/globally-configured-limits.pot b/pot/globally-configured-limits.pot
new file mode 100644
index 0000000..390e8ab
--- /dev/null
+++ b/pot/globally-configured-limits.pot
@@ -0,0 +1,175 @@
+#Licensed to the Apache Software Foundation (ASF) under one
+#or more contributor license agreements.  See the NOTICE file
+#distributed with this work for additional information
+#regarding copyright ownership.  The ASF licenses this file
+#to you under the Apache License, Version 2.0 (the
+#"License"); you may not use this file except in compliance
+#with the License.  You may obtain a copy of the License at
+#http://www.apache.org/licenses/LICENSE-2.0
+#Unless required by applicable law or agreed to in writing,
+#software distributed under the License is distributed on an
+#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#KIND, either express or implied.  See the License for the
+#specific language governing permissions and limitations
+#under the License.
+msgid ""
+msgstr ""
+"Project-Id-Version: 0\n"
+"POT-Creation-Date: 2013-02-02T20:11:58\n"
+"PO-Revision-Date: 2013-02-02T20:11:58\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 "Globally Configured Limits"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "In a zone, the guest virtual network has a 24 bit CIDR by default. This limits the guest virtual network to 254 running instances. It can be adjusted as needed, but this must be done before any instances are created in the zone. For example, 10.1.1.0/22 would provide for ~1000 addresses."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "The following table lists limits set in the Global Configuration:"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Parameter Name"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Definition"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "max.account.public.ips"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Number of public IP addresses that can be owned by an account"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "max.account.snapshots"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Number of snapshots that can exist for an account"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "max.account.templates"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Number of templates that can exist for an account"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "max.account.user.vms"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Number of virtual machine instances that can exist for an account"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "max.account.volumes"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Number of disk volumes that can exist for an account"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "max.template.iso.size"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Maximum size for a downloaded template or ISO in GB"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "max.volume.size.gb"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Maximum size for a volume in GB"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "network.throttling.rate"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Default data transfer rate in megabits per second allowed per user (supported on XenServer)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "snapshot.max.hourly"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Maximum recurring hourly snapshots to be retained for a volume. If the limit is reached, early snapshots from the start of the hour are deleted so that newer ones can be saved. This limit does not apply to manual snapshots. If set to 0, recurring hourly snapshots can not be scheduled"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "snapshot.max.daily"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Maximum recurring daily snapshots to be retained for a volume. If the limit is reached, snapshots from the start of the day are deleted so that newer ones can be saved. This limit does not apply to manual snapshots. If set to 0, recurring daily snapshots can not be scheduled"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "snapshot.max.weekly"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Maximum recurring weekly snapshots to be retained for a volume. If the limit is reached, snapshots from the beginning of the week are deleted so that newer ones can be saved. This limit does not apply to manual snapshots. If set to 0, recurring weekly snapshots can not be scheduled"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "snapshot.max.monthly"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Maximum recurring monthly snapshots to be retained for a volume. If the limit is reached, snapshots from the beginning of the month are deleted so that newer ones can be saved. This limit does not apply to manual snapshots. If set to 0, recurring monthly snapshots can not be scheduled."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "To modify global configuration parameters, use the global configuration screen in the &PRODUCT; UI. See Setting Global Configuration Parameters"
+msgstr ""
+

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/b23872a5/pot/guest-ip-ranges.pot
----------------------------------------------------------------------
diff --git a/pot/guest-ip-ranges.pot b/pot/guest-ip-ranges.pot
new file mode 100644
index 0000000..f193ca7
--- /dev/null
+++ b/pot/guest-ip-ranges.pot
@@ -0,0 +1,35 @@
+#Licensed to the Apache Software Foundation (ASF) under one
+#or more contributor license agreements.  See the NOTICE file
+#distributed with this work for additional information
+#regarding copyright ownership.  The ASF licenses this file
+#to you under the Apache License, Version 2.0 (the
+#"License"); you may not use this file except in compliance
+#with the License.  You may obtain a copy of the License at
+#http://www.apache.org/licenses/LICENSE-2.0
+#Unless required by applicable law or agreed to in writing,
+#software distributed under the License is distributed on an
+#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#KIND, either express or implied.  See the License for the
+#specific language governing permissions and limitations
+#under the License.
+msgid ""
+msgstr ""
+"Project-Id-Version: 0\n"
+"POT-Creation-Date: 2013-02-02T20:11:58\n"
+"PO-Revision-Date: 2013-02-02T20:11:58\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 "Guest IP Ranges"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "The IP ranges for guest network traffic are set on a per-account basis by the user. This allows the users to configure their network in a fashion that will enable VPN linking between their guest network and their clients."
+msgstr ""
+

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/b23872a5/pot/guest-network.pot
----------------------------------------------------------------------
diff --git a/pot/guest-network.pot b/pot/guest-network.pot
new file mode 100644
index 0000000..9f79450
--- /dev/null
+++ b/pot/guest-network.pot
@@ -0,0 +1,40 @@
+#Licensed to the Apache Software Foundation (ASF) under one
+#or more contributor license agreements.  See the NOTICE file
+#distributed with this work for additional information
+#regarding copyright ownership.  The ASF licenses this file
+#to you under the Apache License, Version 2.0 (the
+#"License"); you may not use this file except in compliance
+#with the License.  You may obtain a copy of the License at
+#http://www.apache.org/licenses/LICENSE-2.0
+#Unless required by applicable law or agreed to in writing,
+#software distributed under the License is distributed on an
+#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#KIND, either express or implied.  See the License for the
+#specific language governing permissions and limitations
+#under the License.
+msgid ""
+msgstr ""
+"Project-Id-Version: 0\n"
+"POT-Creation-Date: 2013-02-02T20:11:58\n"
+"PO-Revision-Date: 2013-02-02T20:11:58\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 "Guest Network"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "In a &PRODUCT; cloud, guest VMs can communicate with each other using shared infrastructure with the security and user perception that the guests have a private LAN."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "The &PRODUCT; virtual router is the main component providing networking features for guest traffic."
+msgstr ""
+

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/b23872a5/pot/guest-nw-usage-with-traffic-sentinel.pot
----------------------------------------------------------------------
diff --git a/pot/guest-nw-usage-with-traffic-sentinel.pot b/pot/guest-nw-usage-with-traffic-sentinel.pot
new file mode 100644
index 0000000..baafd5d
--- /dev/null
+++ b/pot/guest-nw-usage-with-traffic-sentinel.pot
@@ -0,0 +1,90 @@
+#Licensed to the Apache Software Foundation (ASF) under one
+#or more contributor license agreements.  See the NOTICE file
+#distributed with this work for additional information
+#regarding copyright ownership.  The ASF licenses this file
+#to you under the Apache License, Version 2.0 (the
+#"License"); you may not use this file except in compliance
+#with the License.  You may obtain a copy of the License at
+#http://www.apache.org/licenses/LICENSE-2.0
+#Unless required by applicable law or agreed to in writing,
+#software distributed under the License is distributed on an
+#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#KIND, either express or implied.  See the License for the
+#specific language governing permissions and limitations
+#under the License.
+msgid ""
+msgstr ""
+"Project-Id-Version: 0\n"
+"POT-Creation-Date: 2013-02-02T20:11:58\n"
+"PO-Revision-Date: 2013-02-02T20:11:58\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 "Guest Network Usage Integration for Traffic Sentinel"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "To collect usage data for a guest network, &PRODUCT; needs to pull the data from an external network statistics collector installed on the network. Metering statistics for guest networks are available through &PRODUCT;’s integration with inMon Traffic Sentinel."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Traffic Sentinel is a network traffic usage data collection package. &PRODUCT; can feed statistics from Traffic Sentinel into its own usage records, providing a basis for billing users of cloud infrastructure. Traffic Sentinel uses the traffic monitoring protocol sFlow. Routers and switches generate sFlow records and provide them for collection by Traffic Sentinel, then &PRODUCT; queries the Traffic Sentinel database to obtain this information"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "To construct the query, &PRODUCT; determines what guest IPs were in use during the current query interval. This includes both newly assigned IPs and IPs that were assigned in a previous time period and continued to be in use. &PRODUCT; queries Traffic Sentinel for network statistics that apply to these IPs during the time period they remained allocated in &PRODUCT;. The returned data is correlated with the customer account that owned each IP and the timestamps when IPs were assigned and released in order to create billable metering records in &PRODUCT;. When the Usage Server runs, it collects this data."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "To set up the integration between &PRODUCT; and Traffic Sentinel:"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "On your network infrastructure, install Traffic Sentinel and configure it to gather traffic data. For installation and configuration steps, see inMon documentation at <ulink url=\"http://inmon.com.\">Traffic Sentinel Documentation</ulink>."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "In the Traffic Sentinel UI, configure Traffic Sentinel to accept script querying from guest users. &PRODUCT; will be the guest user performing the remote queries to gather network usage for one or more IP addresses."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Click File &gt; Users &gt; Access Control &gt; Reports Query, then select Guest from the drop-down list."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "On &PRODUCT;, add the Traffic Sentinel host by calling the &PRODUCT; API command addTrafficMonitor. Pass in the URL of the Traffic Sentinel as protocol + host + port (optional); for example, http://10.147.28.100:8080. For the addTrafficMonitor command syntax, see the API Reference at <ulink url=\"http://incubator.apache.org/cloudstack/docs/api/index.html\">API Documentation</ulink>."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "For information about how to call the &PRODUCT; API, see the Developer’s Guide at <ulink url=\"http://incubator.apache.org/cloudstack/docs/en-US/Apache_CloudStack/4.0.0-incubating/html/API_Developers_Guide/index.html\">CloudStack API Developer's Guide</ulink>."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Log in to the &PRODUCT; UI as administrator."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Select Configuration from the Global Settings page, and set the following:"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "direct.network.stats.interval: How often you want &PRODUCT; to query Traffic Sentinel."
+msgstr ""
+

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/b23872a5/pot/guest-traffic.pot
----------------------------------------------------------------------
diff --git a/pot/guest-traffic.pot b/pot/guest-traffic.pot
new file mode 100644
index 0000000..2da57bf
--- /dev/null
+++ b/pot/guest-traffic.pot
@@ -0,0 +1,50 @@
+#Licensed to the Apache Software Foundation (ASF) under one
+#or more contributor license agreements.  See the NOTICE file
+#distributed with this work for additional information
+#regarding copyright ownership.  The ASF licenses this file
+#to you under the Apache License, Version 2.0 (the
+#"License"); you may not use this file except in compliance
+#with the License.  You may obtain a copy of the License at
+#http://www.apache.org/licenses/LICENSE-2.0
+#Unless required by applicable law or agreed to in writing,
+#software distributed under the License is distributed on an
+#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#KIND, either express or implied.  See the License for the
+#specific language governing permissions and limitations
+#under the License.
+msgid ""
+msgstr ""
+"Project-Id-Version: 0\n"
+"POT-Creation-Date: 2013-02-02T20:11:58\n"
+"PO-Revision-Date: 2013-02-02T20:11:58\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 "Guest Traffic"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "A network can carry guest traffic only between VMs within one zone. Virtual machines in different zones cannot communicate with each other using their IP addresses; they must communicate with each other by routing through a public IP address."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "The Management Server automatically creates a virtual router for each network. A virtual router is a special virtual machine that runs on the hosts. Each virtual router has three network interfaces. Its eth0 interface serves as the gateway for the guest traffic and has the IP address of 10.1.1.1. Its eth1 interface is used by the system to configure the virtual router. Its eth2 interface is assigned a public IP address for public traffic."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "The virtual router provides DHCP and will automatically assign an IP address for each guest VM within the IP range assigned for the network. The user can manually reconfigure guest VMs to assume different IP addresses."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Source NAT is automatically configured in the virtual router to forward outbound traffic for all guest VMs"
+msgstr ""
+

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/b23872a5/pot/ha-enabled-vm.pot
----------------------------------------------------------------------
diff --git a/pot/ha-enabled-vm.pot b/pot/ha-enabled-vm.pot
new file mode 100644
index 0000000..b91f9d1
--- /dev/null
+++ b/pot/ha-enabled-vm.pot
@@ -0,0 +1,40 @@
+#Licensed to the Apache Software Foundation (ASF) under one
+#or more contributor license agreements.  See the NOTICE file
+#distributed with this work for additional information
+#regarding copyright ownership.  The ASF licenses this file
+#to you under the Apache License, Version 2.0 (the
+#"License"); you may not use this file except in compliance
+#with the License.  You may obtain a copy of the License at
+#http://www.apache.org/licenses/LICENSE-2.0
+#Unless required by applicable law or agreed to in writing,
+#software distributed under the License is distributed on an
+#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#KIND, either express or implied.  See the License for the
+#specific language governing permissions and limitations
+#under the License.
+msgid ""
+msgstr ""
+"Project-Id-Version: 0\n"
+"POT-Creation-Date: 2013-02-02T20:11:58\n"
+"PO-Revision-Date: 2013-02-02T20:11:58\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 "HA-Enabled Virtual Machines"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "The user can specify a virtual machine as HA-enabled. By default, all virtual router VMs and Elastic Load Balancing VMs are automatically configured as HA-enabled. When an HA-enabled VM crashes, &PRODUCT; detects the crash and restarts the VM automatically within the same Availability Zone. HA is never performed across different Availability Zones. &PRODUCT; has a conservative policy towards restarting VMs and ensures that there will never be two instances of the same VM running at the same time. The Management Server attempts to start the VM on another Host in the same cluster."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "HA features work with iSCSI or NFS primary storage. HA with local storage is not supported."
+msgstr ""
+

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/b23872a5/pot/ha-for-hosts.pot
----------------------------------------------------------------------
diff --git a/pot/ha-for-hosts.pot b/pot/ha-for-hosts.pot
new file mode 100644
index 0000000..c958516
--- /dev/null
+++ b/pot/ha-for-hosts.pot
@@ -0,0 +1,40 @@
+#Licensed to the Apache Software Foundation (ASF) under one
+#or more contributor license agreements.  See the NOTICE file
+#distributed with this work for additional information
+#regarding copyright ownership.  The ASF licenses this file
+#to you under the Apache License, Version 2.0 (the
+#"License"); you may not use this file except in compliance
+#with the License.  You may obtain a copy of the License at
+#http://www.apache.org/licenses/LICENSE-2.0
+#Unless required by applicable law or agreed to in writing,
+#software distributed under the License is distributed on an
+#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#KIND, either express or implied.  See the License for the
+#specific language governing permissions and limitations
+#under the License.
+msgid ""
+msgstr ""
+"Project-Id-Version: 0\n"
+"POT-Creation-Date: 2013-02-02T20:11:58\n"
+"PO-Revision-Date: 2013-02-02T20:11:58\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 "HA for Hosts"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "The user can specify a virtual machine as HA-enabled. By default, all virtual router VMs and Elastic Load Balancing VMs are automatically configured as HA-enabled. When an HA-enabled VM crashes, &PRODUCT; detects the crash and restarts the VM automatically within the same Availability Zone. HA is never performed across different Availability Zones. &PRODUCT; has a conservative policy towards restarting VMs and ensures that there will never be two instances of the same VM running at the same time. The Management Server attempts to start the VM on another Host in the same cluster."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "HA features work with iSCSI or NFS primary storage. HA with local storage is not supported."
+msgstr ""
+

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/b23872a5/pot/ha-management-server.pot
----------------------------------------------------------------------
diff --git a/pot/ha-management-server.pot b/pot/ha-management-server.pot
new file mode 100644
index 0000000..62404d8
--- /dev/null
+++ b/pot/ha-management-server.pot
@@ -0,0 +1,45 @@
+#Licensed to the Apache Software Foundation (ASF) under one
+#or more contributor license agreements.  See the NOTICE file
+#distributed with this work for additional information
+#regarding copyright ownership.  The ASF licenses this file
+#to you under the Apache License, Version 2.0 (the
+#"License"); you may not use this file except in compliance
+#with the License.  You may obtain a copy of the License at
+#http://www.apache.org/licenses/LICENSE-2.0
+#Unless required by applicable law or agreed to in writing,
+#software distributed under the License is distributed on an
+#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#KIND, either express or implied.  See the License for the
+#specific language governing permissions and limitations
+#under the License.
+msgid ""
+msgstr ""
+"Project-Id-Version: 0\n"
+"POT-Creation-Date: 2013-02-02T20:11:58\n"
+"PO-Revision-Date: 2013-02-02T20:11:58\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 "HA for Management Server"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "The &PRODUCT; Management Server should be deployed in a multi-node configuration such that it is not susceptible to individual server failures. The Management Server itself (as distinct from the MySQL database) is stateless and may be placed behind a load balancer."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Normal operation of Hosts is not impacted by an outage of all Management Serves. All guest VMs will continue to work."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "When the Management Server is down, no new VMs can be created, and the end user and admin UI, API, dynamic load distribution, and HA will cease to work."
+msgstr ""
+

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/b23872a5/pot/hardware-config-eg.pot
----------------------------------------------------------------------
diff --git a/pot/hardware-config-eg.pot b/pot/hardware-config-eg.pot
new file mode 100644
index 0000000..b42f0df
--- /dev/null
+++ b/pot/hardware-config-eg.pot
@@ -0,0 +1,35 @@
+#Licensed to the Apache Software Foundation (ASF) under one
+#or more contributor license agreements.  See the NOTICE file
+#distributed with this work for additional information
+#regarding copyright ownership.  The ASF licenses this file
+#to you under the Apache License, Version 2.0 (the
+#"License"); you may not use this file except in compliance
+#with the License.  You may obtain a copy of the License at
+#http://www.apache.org/licenses/LICENSE-2.0
+#Unless required by applicable law or agreed to in writing,
+#software distributed under the License is distributed on an
+#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#KIND, either express or implied.  See the License for the
+#specific language governing permissions and limitations
+#under the License.
+msgid ""
+msgstr ""
+"Project-Id-Version: 0\n"
+"POT-Creation-Date: 2013-02-02T20:11:58\n"
+"PO-Revision-Date: 2013-02-02T20:11:58\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 "Example Hardware Configuration"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "This section contains an example configuration of specific switch models for zone-level layer-3 switching. It assumes VLAN management protocols, such as VTP or GVRP, have been disabled. The example scripts must be changed appropriately if you choose to use VTP or GVRP."
+msgstr ""
+

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/b23872a5/pot/hardware-firewall.pot
----------------------------------------------------------------------
diff --git a/pot/hardware-firewall.pot b/pot/hardware-firewall.pot
new file mode 100644
index 0000000..ba3d5f1
--- /dev/null
+++ b/pot/hardware-firewall.pot
@@ -0,0 +1,35 @@
+#Licensed to the Apache Software Foundation (ASF) under one
+#or more contributor license agreements.  See the NOTICE file
+#distributed with this work for additional information
+#regarding copyright ownership.  The ASF licenses this file
+#to you under the Apache License, Version 2.0 (the
+#"License"); you may not use this file except in compliance
+#with the License.  You may obtain a copy of the License at
+#http://www.apache.org/licenses/LICENSE-2.0
+#Unless required by applicable law or agreed to in writing,
+#software distributed under the License is distributed on an
+#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#KIND, either express or implied.  See the License for the
+#specific language governing permissions and limitations
+#under the License.
+msgid ""
+msgstr ""
+"Project-Id-Version: 0\n"
+"POT-Creation-Date: 2013-02-02T20:11:58\n"
+"PO-Revision-Date: 2013-02-02T20:11:58\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 "Hardware Firewall"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "All deployments should have a firewall protecting the management server; see Generic Firewall Provisions. Optionally, some deployments may also have a Juniper SRX firewall that will be the default gateway for the guest networks; see <xref linkend=\"external-guest-firewall-integration\" />."
+msgstr ""
+

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/b23872a5/pot/host-add-vsphere.pot
----------------------------------------------------------------------
diff --git a/pot/host-add-vsphere.pot b/pot/host-add-vsphere.pot
new file mode 100644
index 0000000..4798035
--- /dev/null
+++ b/pot/host-add-vsphere.pot
@@ -0,0 +1,35 @@
+#Licensed to the Apache Software Foundation (ASF) under one
+#or more contributor license agreements.  See the NOTICE file
+#distributed with this work for additional information
+#regarding copyright ownership.  The ASF licenses this file
+#to you under the Apache License, Version 2.0 (the
+#"License"); you may not use this file except in compliance
+#with the License.  You may obtain a copy of the License at
+#http://www.apache.org/licenses/LICENSE-2.0
+#Unless required by applicable law or agreed to in writing,
+#software distributed under the License is distributed on an
+#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#KIND, either express or implied.  See the License for the
+#specific language governing permissions and limitations
+#under the License.
+msgid ""
+msgstr ""
+"Project-Id-Version: 0\n"
+"POT-Creation-Date: 2013-02-02T20:11:58\n"
+"PO-Revision-Date: 2013-02-02T20:11:58\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 "Adding a Host (vSphere)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "For vSphere servers, we recommend creating the cluster of hosts in vCenter and then adding the entire cluster to &PRODUCT;. See Add Cluster: vSphere."
+msgstr ""
+

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/b23872a5/pot/host-add-xenserver-kvm-ovm.pot
----------------------------------------------------------------------
diff --git a/pot/host-add-xenserver-kvm-ovm.pot b/pot/host-add-xenserver-kvm-ovm.pot
new file mode 100644
index 0000000..7b984e4
--- /dev/null
+++ b/pot/host-add-xenserver-kvm-ovm.pot
@@ -0,0 +1,210 @@
+#Licensed to the Apache Software Foundation (ASF) under one
+#or more contributor license agreements.  See the NOTICE file
+#distributed with this work for additional information
+#regarding copyright ownership.  The ASF licenses this file
+#to you under the Apache License, Version 2.0 (the
+#"License"); you may not use this file except in compliance
+#with the License.  You may obtain a copy of the License at
+#http://www.apache.org/licenses/LICENSE-2.0
+#Unless required by applicable law or agreed to in writing,
+#software distributed under the License is distributed on an
+#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#KIND, either express or implied.  See the License for the
+#specific language governing permissions and limitations
+#under the License.
+msgid ""
+msgstr ""
+"Project-Id-Version: 0\n"
+"POT-Creation-Date: 2013-02-02T20:11:58\n"
+"PO-Revision-Date: 2013-02-02T20:11:58\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 "Adding a Host (XenServer or KVM)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "XenServer and KVM hosts can be added to a cluster at any time."
+msgstr ""
+
+#. Tag: title
+#, no-c-format
+msgid "Requirements for XenServer and KVM Hosts"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Make sure the hypervisor host does not have any VMs already running before you add it to &PRODUCT;."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Configuration requirements:"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Each cluster must contain only hosts with the identical hypervisor."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "For XenServer, do not put more than 8 hosts in a cluster."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "For KVM, do not put more than 16 hosts in a cluster."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "For hardware requirements, see the installation section for your hypervisor in the &PRODUCT; Installation Guide."
+msgstr ""
+
+#. Tag: title
+#, no-c-format
+msgid "XenServer Host Additional Requirements"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "If network bonding is in use, the administrator must cable the new host identically to other hosts in the cluster."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "For all additional hosts to be added to the cluster, run the following command. This will cause the host to join the master in a XenServer pool."
+msgstr ""
+
+#. Tag: programlisting
+#, no-c-format
+msgid "# xe pool-join master-address=[master IP] master-username=root master-password=[your password]"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "When copying and pasting a command, be sure the command has pasted as a single line before executing. Some document viewers may introduce unwanted line breaks in copied text."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "With all hosts added to the XenServer pool, run the cloud-setup-bond script. This script will complete the configuration and setup of the bonds on the new hosts in the cluster."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Copy the script from the Management Server in /usr/lib64/cloud/common/scripts/vm/hypervisor/xenserver/cloud-setup-bonding.sh to the master host and ensure it is executable."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Run the script:"
+msgstr ""
+
+#. Tag: programlisting
+#, no-c-format
+msgid "# ./cloud-setup-bonding.sh"
+msgstr ""
+
+#. Tag: title
+#, no-c-format
+msgid "KVM Host Additional Requirements"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "If shared mountpoint storage is in use, the administrator should ensure that the new host has all the same mountpoints (with storage mounted) as the other hosts in the cluster."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Make sure the new host has the same network configuration (guest, private, and public network) as other hosts in the cluster."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "If you are using OpenVswitch bridges edit the file agent.properties on the KVM host and set the parameter <emphasis role=\"italic\">network.bridge.type</emphasis> to <emphasis role=\"italic\">openvswitch</emphasis> before adding the host to &PRODUCT;"
+msgstr ""
+
+#. Tag: title
+#, no-c-format
+msgid "Adding a XenServer or KVM Host"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "If you have not already done so, install the hypervisor software on the host. You will need to know which version of the hypervisor software version is supported by &PRODUCT; and what additional configuration is required to ensure the host will work with &PRODUCT;. To find these installation details, see the appropriate section for your hypervisor in the &PRODUCT; Installation Guide."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Log in to the &PRODUCT; UI as administrator."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "In the left navigation, choose Infrastructure. In Zones, click View More, then click the zone in which you want to add the host."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Click the Compute tab. In the Clusters node, click View All."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Click the cluster where you want to add the host."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Click View Hosts."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Click Add Host."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Provide the following information."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Host Name. The DNS name or IP address of the host."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Username. Usually root."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Password. This is the password for the user from your XenServer or KVM install)."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Host Tags (Optional). Any labels that you use to categorize hosts for ease of maintenance. For example, you can set to the cloud's HA tag (set in the ha.tag global configuration parameter) if you want this host to be used only for VMs with the \"high availability\" feature enabled. For more information, see HA-Enabled Virtual Machines as well as HA for Hosts."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "There may be a slight delay while the host is provisioned. It should automatically display in the UI."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Repeat for additional hosts."
+msgstr ""
+