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/02 16:23:03 UTC

[02/51] [partial] Adding documents from 4.2

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/b23872a5/pot/vpc.pot
----------------------------------------------------------------------
diff --git a/pot/vpc.pot b/pot/vpc.pot
new file mode 100644
index 0000000..9841ebc
--- /dev/null
+++ b/pot/vpc.pot
@@ -0,0 +1,240 @@
+#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:12:00\n"
+"PO-Revision-Date: 2013-02-02T20:12:00\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 "About Virtual Private Clouds"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "&PRODUCT; Virtual Private Cloud is a private, isolated part of &PRODUCT;. A VPC can have its own virtual network topology that resembles a traditional physical network. You can launch VMs in the virtual network that can have private addresses in the range of your choice, for example: 10.0.0.0/16. You can define network tiers within your VPC network range, which in turn enables you to group similar kinds of instances based on IP address range."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "For example, if a VPC has the private range 10.0.0.0/16, its guest networks can have the network ranges 10.0.1.0/24, 10.0.2.0/24, 10.0.3.0/24, and so on."
+msgstr ""
+
+#. Tag: title
+#, no-c-format
+msgid "Major Components of a VPC:"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "A VPC is comprised of the following network components:"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "<emphasis role=\"bold\">VPC</emphasis>: A VPC acts as a container for multiple isolated networks that can communicate with each other via its virtual router."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "<emphasis role=\"bold\">Network Tiers</emphasis>: Each tier acts as an isolated network with its own VLANs and CIDR list, where you can place groups of resources, such as VMs. The tiers are segmented by means of VLANs. The NIC of each tier acts as its gateway."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "<emphasis role=\"bold\">Virtual Router</emphasis>: A virtual router is automatically created and started when you create a VPC. The virtual router connect the tiers and direct traffic among the public gateway, the VPN gateways, and the NAT instances. For each tier, a corresponding NIC and IP exist in the virtual router. The virtual router provides DNS and DHCP services through its IP."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "<emphasis role=\"bold\">Public Gateway</emphasis>: The traffic to and from the Internet routed to the VPC through the public gateway. In a VPC, the public gateway is not exposed to the end user; therefore, static routes are not support for the public gateway."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "<emphasis role=\"bold\">Private Gateway</emphasis>: All the traffic to and from a private network routed to the VPC through the private gateway. For more information, see <xref linkend=\"add-gateway-vpc\" />."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "<emphasis role=\"bold\">VPN Gateway</emphasis>: The VPC side of a VPN connection."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "<emphasis role=\"bold\">Site-to-Site VPN Connection</emphasis>: A hardware-based VPN connection between your VPC and your datacenter, home network, or co-location facility. For more information, see <xref linkend=\"site-to-site-vpn\" />."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "<emphasis role=\"bold\">Customer Gateway</emphasis>: The customer side of a VPN Connection. For more information, see <xref linkend=\"create-vpn-customer-gateway\" />."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "<emphasis role=\"bold\">NAT Instance</emphasis>: An instance that provides Port Address Translation for instances to access the Internet via the public gateway. For more information, see <xref linkend=\"enable-disable-static-nat-vpc\" />."
+msgstr ""
+
+#. Tag: title
+#, no-c-format
+msgid "Network Architecture in a VPC"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "In a VPC, the following four basic options of network architectures are present:"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "VPC with a public gateway only"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "VPC with public and private gateways"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "VPC with public and private gateways and site-to-site VPN access"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "VPC with a private gateway only and site-to-site VPN access"
+msgstr ""
+
+#. Tag: title
+#, no-c-format
+msgid "Connectivity Options for a VPC"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "You can connect your VPC to:"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "The Internet through the public gateway."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "The corporate datacenter by using a site-to-site VPN connection through the VPN gateway."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Both the Internet and your corporate datacenter by using both the public gateway and a VPN gateway."
+msgstr ""
+
+#. Tag: title
+#, no-c-format
+msgid "VPC Network Considerations"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Consider the following before you create a VPC:"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "A VPC, by default, is created in the enabled state."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "A VPC can be created in Advance zone only, and can't belong to more than one zone at a time."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "The default number of VPCs an account can create is 20. However, you can change it by using the max.account.vpcs global parameter, which controls the maximum number of VPCs an account is allowed to create."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "The default number of tiers an account can create within a VPC is 3. You can configure this number by using the vpc.max.networks parameter."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Each tier should have an unique CIDR in the VPC. Ensure that the tier's CIDR should be within the VPC CIDR range."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "A tier belongs to only one VPC."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "All network tiers inside the VPC should belong to the same account."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "When a VPC is created, by default, a SourceNAT IP is allocated to it. The Source NAT IP is released only when the VPC is removed."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "A public IP can be used for only one purpose at a time. If the IP is a sourceNAT, it cannot be used for StaticNAT or port forwarding."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "The instances only have a private IP address that you provision. To communicate with the Internet, enable NAT to an instance that you launch in your VPC."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Only new networks can be added to a VPC. The maximum number of networks per VPC is limited by the value you specify in the vpc.max.networks parameter. The default value is three."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "The load balancing service can be supported by only one tier inside the VPC."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "If an IP address is assigned to a tier:"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "That IP can't be used by more than one tier at a time in the VPC. For example, if you have tiers A and B, and a public IP1, you can create a port forwarding rule by using the IP either for A or B, but not for both."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "That IP can't be used for StaticNAT, load balancing, or port forwarding rules for another guest network inside the VPC."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Remote access VPN is not supported in VPC networks."
+msgstr ""
+

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/b23872a5/pot/vpn.pot
----------------------------------------------------------------------
diff --git a/pot/vpn.pot b/pot/vpn.pot
new file mode 100644
index 0000000..d8c1daf
--- /dev/null
+++ b/pot/vpn.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:12:00\n"
+"PO-Revision-Date: 2013-02-02T20:12:00\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 "VPN"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "&PRODUCT; account owners can create virtual private networks (VPN) to access their virtual machines. If the guest network is instantiated from a network offering that offers the Remote Access VPN service, the virtual router (based on the System VM) is used to provide the service. &PRODUCT; provides a L2TP-over-IPsec-based remote access VPN service to guest virtual networks. Since each network gets its own virtual router, VPNs are not shared across the networks. VPN clients native to Windows, Mac OS X and iOS can be used to connect to the guest networks. The account owner can create and manage users for their VPN. &PRODUCT; does not use its account database for this purpose but uses a separate table. The VPN user database is shared across all the VPNs created by the account owner. All VPN users get access to all VPNs created by the account owner."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Make sure that not all traffic goes through the VPN. That is, the route installed by the VPN should be only for the guest network and not for all traffic."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "<emphasis role=\"bold\">Road Warrior / Remote Access</emphasis>. Users want to be able to connect securely from a home or office to a private network in the cloud. Typically, the IP address of the connecting client is dynamic and cannot be preconfigured on the VPN server."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "<emphasis role=\"bold\">Site to Site</emphasis>. In this scenario, two private subnets are connected over the public Internet with a secure VPN tunnel. The cloud user’s subnet (for example, an office network) is connected through a gateway to the network in the cloud. The address of the user’s gateway must be preconfigured on the VPN server in the cloud. Note that although L2TP-over-IPsec can be used to set up Site-to-Site VPNs, this is not the primary intent of this feature."
+msgstr ""
+

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/b23872a5/pot/whatis.pot
----------------------------------------------------------------------
diff --git a/pot/whatis.pot b/pot/whatis.pot
new file mode 100644
index 0000000..2c3216d
--- /dev/null
+++ b/pot/whatis.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:12:00\n"
+"PO-Revision-Date: 2013-02-02T20:12:00\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 Is &PRODUCT;?"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "&PRODUCT; is an open source software platform that pools computing resources to build public, private, and hybrid Infrastructure as a Service (IaaS) clouds. &PRODUCT; manages the network, storage, and compute nodes that make up a cloud infrastructure. Use &PRODUCT; to deploy, manage, and configure cloud computing environments."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Typical users are service providers and enterprises. With &PRODUCT;, you can:"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Set up an on-demand, elastic cloud computing service. Service providers can sell self service virtual machine instances, storage volumes, and networking configurations over the Internet."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Set up an on-premise private cloud for use by employees. Rather than managing virtual machines in the same way as physical machines, with &PRODUCT; an enterprise can offer self-service virtual machines to users without involving IT departments."
+msgstr ""
+

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/b23872a5/pot/whats-in-this-adminguide.pot
----------------------------------------------------------------------
diff --git a/pot/whats-in-this-adminguide.pot b/pot/whats-in-this-adminguide.pot
new file mode 100644
index 0000000..ba033be
--- /dev/null
+++ b/pot/whats-in-this-adminguide.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:12:00\n"
+"PO-Revision-Date: 2013-02-02T20:12:00\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 "Who Should Read This"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "If you have already installed &PRODUCT; or you want to learn more about the ongoing operation and maintenance of a &PRODUCT;-powered cloud, read this documentation. It will help you start using, configuring, and managing the ongoing operation of your cloud."
+msgstr ""
+

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/b23872a5/pot/whats-new.pot
----------------------------------------------------------------------
diff --git a/pot/whats-new.pot b/pot/whats-new.pot
new file mode 100644
index 0000000..50d7f5a
--- /dev/null
+++ b/pot/whats-new.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:12:00\n"
+"PO-Revision-Date: 2013-02-02T20:12:00\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's New in the API?"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "The following describes any new major features of each &PRODUCT; version as it applies to API usage."
+msgstr ""
+
+#. Tag: title
+#, no-c-format
+msgid "What's New in the API for 4.0"
+msgstr ""
+
+#. Tag: title
+#, no-c-format
+msgid "What's New in the API for 3.0"
+msgstr ""
+

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/b23872a5/pot/who-should-read-installation.pot
----------------------------------------------------------------------
diff --git a/pot/who-should-read-installation.pot b/pot/who-should-read-installation.pot
new file mode 100644
index 0000000..cb90df9
--- /dev/null
+++ b/pot/who-should-read-installation.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:12:00\n"
+"PO-Revision-Date: 2013-02-02T20:12:00\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 "Who Should Read This"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "For those who have already gone through a design phase and planned a more sophisticated deployment, or those who are ready to start scaling up a trial installation. With the following procedures, you can start using the more powerful features of &PRODUCT;, such as advanced VLAN networking, high availability, additional network elements such as load balancers and firewalls, and support for multiple hypervisors including Citrix XenServer, KVM, and VMware vSphere."
+msgstr ""
+

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/b23872a5/pot/windows-installation.pot
----------------------------------------------------------------------
diff --git a/pot/windows-installation.pot b/pot/windows-installation.pot
new file mode 100644
index 0000000..23fddc9
--- /dev/null
+++ b/pot/windows-installation.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:12:00\n"
+"PO-Revision-Date: 2013-02-02T20:12:00\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 "Windows OS Installation"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Download the installer, CloudInstanceManager.msi, from <ulink url=\"http://cloudstack.org/download.html\">Download page</ulink> and run the installer in the newly created Windows VM."
+msgstr ""
+

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/b23872a5/pot/work-with-usage.pot
----------------------------------------------------------------------
diff --git a/pot/work-with-usage.pot b/pot/work-with-usage.pot
new file mode 100644
index 0000000..996b6a0
--- /dev/null
+++ b/pot/work-with-usage.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:12:00\n"
+"PO-Revision-Date: 2013-02-02T20:12:00\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 "Working with Usage"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "The Usage Server is an optional, separately-installed part of &PRODUCT; that provides aggregated usage records which you can use to create billing integration for &PRODUCT;. The Usage Server works by taking data from the events log and creating summary usage records that you can access using the listUsageRecords API call."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "The usage records show the amount of resources, such as VM run time or template storage space, consumed by guest instances."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "The Usage Server runs at least once per day. It can be configured to run multiple times per day."
+msgstr ""
+

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/b23872a5/pot/working-with-hosts.pot
----------------------------------------------------------------------
diff --git a/pot/working-with-hosts.pot b/pot/working-with-hosts.pot
new file mode 100644
index 0000000..0f12cec
--- /dev/null
+++ b/pot/working-with-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:12:00\n"
+"PO-Revision-Date: 2013-02-02T20:12:00\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 "Working With Hosts"
+msgstr ""
+
+#. Tag: title
+#, no-c-format
+msgid "Adding Hosts"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Additional hosts can be added at any time to provide more capacity for guest VMs. For requirements and instructions, see <xref linkend=\"host-add\" />."
+msgstr ""
+

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/b23872a5/pot/working-with-iso.pot
----------------------------------------------------------------------
diff --git a/pot/working-with-iso.pot b/pot/working-with-iso.pot
new file mode 100644
index 0000000..bf6af43
--- /dev/null
+++ b/pot/working-with-iso.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:12:00\n"
+"PO-Revision-Date: 2013-02-02T20:12:00\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 "Working with ISOs"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "&PRODUCT; supports ISOs and their attachment to guest VMs. An ISO is a read-only file that has an ISO/CD-ROM style file system. Users can upload their own ISOs and mount them on their guest VMs."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "ISOs are uploaded based on a URL. HTTP is the supported protocol. Once the ISO is available via HTTP specify an upload URL such as http://my.web.server/filename.iso."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "ISOs may be public or private, like templates.ISOs are not hypervisor-specific. That is, a guest on vSphere can mount the exact same image that a guest on KVM can mount."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "ISO images may be stored in the system and made available with a privacy level similar to templates. ISO images are classified as either bootable or not bootable. A bootable ISO image is one that contains an OS image. &PRODUCT; allows a user to boot a guest VM off of an ISO image. Users can also attach ISO images to guest VMs. For example, this enables installing PV drivers into Windows. ISO images are not hypervisor-specific."
+msgstr ""
+

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/b23872a5/pot/working-with-snapshots.pot
----------------------------------------------------------------------
diff --git a/pot/working-with-snapshots.pot b/pot/working-with-snapshots.pot
new file mode 100644
index 0000000..8f051bd
--- /dev/null
+++ b/pot/working-with-snapshots.pot
@@ -0,0 +1,55 @@
+#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:12:00\n"
+"PO-Revision-Date: 2013-02-02T20:12:00\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 "Working with Snapshots"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "(Supported for the following hypervisors: <emphasis role=\"bold\">XenServer</emphasis>, <emphasis role=\"bold\">VMware vSphere</emphasis>, and <emphasis role=\"bold\">KVM</emphasis>)"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "&PRODUCT; supports snapshots of disk volumes. Snapshots are a point-in-time capture of virtual machine disks. Memory and CPU states are not captured."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Snapshots may be taken for volumes, including both root and data disks. The administrator places a limit on the number of stored snapshots per user. Users can create new volumes from the snapshot for recovery of particular files and they can create templates from snapshots to boot from a restored disk."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Users can create snapshots manually or by setting up automatic recurring snapshot policies. Users can also create disk volumes from snapshots, which may be attached to a VM like any other disk volume. Snapshots of both root disks and data disks are supported. However, &PRODUCT; does not currently support booting a VM from a recovered root disk. A disk recovered from snapshot of a root disk is treated as a regular data disk; the data on recovered disk can be accessed by attaching the disk to a VM."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "A completed snapshot is copied from primary storage to secondary storage, where it is stored until deleted or purged by newer snapshot."
+msgstr ""
+

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/b23872a5/pot/working-with-system-vm.pot
----------------------------------------------------------------------
diff --git a/pot/working-with-system-vm.pot b/pot/working-with-system-vm.pot
new file mode 100644
index 0000000..8ef8d81
--- /dev/null
+++ b/pot/working-with-system-vm.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:12:00\n"
+"PO-Revision-Date: 2013-02-02T20:12:00\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 "Working with System Virtual Machines"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "&PRODUCT; uses several types of system virtual machines to perform tasks in the cloud. In general &PRODUCT; manages these system VMs and creates, starts, and stops them as needed based on scale and immediate needs. However, the administrator should be aware of them and their roles to assist in debugging issues."
+msgstr ""
+

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/b23872a5/pot/working-with-templates.pot
----------------------------------------------------------------------
diff --git a/pot/working-with-templates.pot b/pot/working-with-templates.pot
new file mode 100644
index 0000000..fc687a3
--- /dev/null
+++ b/pot/working-with-templates.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:12:00\n"
+"PO-Revision-Date: 2013-02-02T20:12:00\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 "Working with Templates"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "A template is a reusable configuration for virtual machines. When users launch VMs, they can choose from a list of templates in &PRODUCT;."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Specifically, a template is a virtual disk image that includes one of a variety of operating systems, optional additional software such as office applications, and settings such as access control to determine who can use the template. Each template is associated with a particular type of hypervisor, which is specified when the template is added to &PRODUCT;."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "&PRODUCT; ships with a default template. In order to present more choices to users, &PRODUCT; administrators and users can create templates and add them to &PRODUCT;."
+msgstr ""
+

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/b23872a5/pot/working-with-usage-data.pot
----------------------------------------------------------------------
diff --git a/pot/working-with-usage-data.pot b/pot/working-with-usage-data.pot
new file mode 100644
index 0000000..8fdafd8
--- /dev/null
+++ b/pot/working-with-usage-data.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:12:00\n"
+"PO-Revision-Date: 2013-02-02T20:12:00\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 "Working With Usage Data"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "The Usage Server provides aggregated usage records which you can use to create billing integration for the &PRODUCT; platform. The Usage Server works by taking data from the events log and creating summary usage records that you can access using the listUsageRecords API call."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "The usage records show the amount of resources, such as VM run time or template storage space, consumed by guest instances. In the special case of bare metal instances, no template storage resources are consumed, but records showing zero usage are still included in the Usage Server's output."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "The Usage Server runs at least once per day. It can be configured to run multiple times per day. Its behavior is controlled by configuration settings as described in the &PRODUCT; Administration Guide."
+msgstr ""
+

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/b23872a5/pot/working-with-volumes.pot
----------------------------------------------------------------------
diff --git a/pot/working-with-volumes.pot b/pot/working-with-volumes.pot
new file mode 100644
index 0000000..fedfc58
--- /dev/null
+++ b/pot/working-with-volumes.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:12:00\n"
+"PO-Revision-Date: 2013-02-02T20:12:00\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 "Using Swift for Secondary Storage"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "A volume provides storage to a guest VM. The volume can provide for a root disk or an additional data disk. &PRODUCT; supports additional volumes for guest VMs."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Volumes are created for a specific hypervisor type. A volume that has been attached to guest using one hypervisor type (e.g, XenServer) may not be attached to a guest that is using another hypervisor type (e.g. vSphere, KVM). This is because the different hypervisors use different disk image formats."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "&PRODUCT; defines a volume as a unit of storage available to a guest VM. Volumes are either root disks or data disks. The root disk has \"/\" in the file system and is usually the boot device. Data disks provide for additional storage (e.g. As \"/opt\" or \"D:\"). Every guest VM has a root disk, and VMs can also optionally have a data disk. End users can mount multiple data disks to guest VMs. Users choose data disks from the disk offerings created by administrators. The user can create a template from a volume as well; this is the standard procedure for private template creation. Volumes are hypervisor-specific: a volume from one hypervisor type may not be used on a guest of another hypervisor type."
+msgstr ""
+

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/b23872a5/pot/xenserver-maintenance-mode.pot
----------------------------------------------------------------------
diff --git a/pot/xenserver-maintenance-mode.pot b/pot/xenserver-maintenance-mode.pot
new file mode 100644
index 0000000..a5d4aab
--- /dev/null
+++ b/pot/xenserver-maintenance-mode.pot
@@ -0,0 +1,85 @@
+#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:12:00\n"
+"PO-Revision-Date: 2013-02-02T20:12:00\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 "XenServer and Maintenance Mode"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "For XenServer, you can take a server offline temporarily by using the Maintenance Mode feature in XenCenter. When you place a server into Maintenance Mode, all running VMs are automatically migrated from it to another host in the same pool. If the server is the pool master, a new master will also be selected for the pool. While a server is Maintenance Mode, you cannot create or start any VMs on it."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "<emphasis role=\"bold\">To place a server in Maintenance Mode:</emphasis>"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "In the Resources pane, select the server, then do one of the following:"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Right-click, then click Enter Maintenance Mode on the shortcut menu."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "On the Server menu, click Enter Maintenance Mode"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Click Enter Maintenance Mode"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "The server's status in the Resources pane shows when all running VMs have been successfully migrated off the server."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "<emphasis role=\"bold\">To take a server out of Maintenance Mode:</emphasis>"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Right-click, then click Exit Maintenance Mode on the shortcut menu."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "On the Server menu, click Exit Maintenance Mode"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Click Exit Maintenance Mode"
+msgstr ""
+

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/b23872a5/pot/xenserver-topology-req.pot
----------------------------------------------------------------------
diff --git a/pot/xenserver-topology-req.pot b/pot/xenserver-topology-req.pot
new file mode 100644
index 0000000..765427b
--- /dev/null
+++ b/pot/xenserver-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:12:00\n"
+"PO-Revision-Date: 2013-02-02T20:12:00\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 "XenServer Topology Requirements"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "The Management Servers communicate with XenServer hosts on ports 22 (ssh), 80 (HTTP), and 443 (HTTPs)."
+msgstr ""
+

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/b23872a5/pot/zone-add.pot
----------------------------------------------------------------------
diff --git a/pot/zone-add.pot b/pot/zone-add.pot
new file mode 100644
index 0000000..f9944a3
--- /dev/null
+++ b/pot/zone-add.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:12:00\n"
+"PO-Revision-Date: 2013-02-02T20:12:00\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 Zone"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "These steps assume you have already logged in to the &PRODUCT; UI. See <xref linkend=\"log-in\" />."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "(Optional) If you are going to use Swift for cloud-wide secondary storage, you need to add it before you add zones."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Log in to the &PRODUCT; UI as administrator."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "If this is your first time visiting the UI, you will see the guided tour splash screen. Choose “Experienced user.” The Dashboard appears."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "In the left navigation bar, click Global Settings."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "In the search box, type swift.enable and click the search button."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Click the edit button and set swift.enable to true. <inlinemediaobject> <imageobject> <imagedata fileref=\"./images/edit-icon.png\" /> </imageobject> <textobject><phrase>edit-icon.png: button to modify data</phrase></textobject> </inlinemediaobject>"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Restart the Management Server."
+msgstr ""
+
+#. Tag: programlisting
+#, no-c-format
+msgid "# service cloud-management restart"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Refresh the &PRODUCT; UI browser tab and log back in."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "In the left navigation, choose Infrastructure."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "On Zones, click View More."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "(Optional) If you are using Swift storage, click Enable Swift. Provide the following:"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "<emphasis role=\"bold\">URL.</emphasis> The Swift URL."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "<emphasis role=\"bold\">Account.</emphasis> The Swift account."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "<emphasis role=\"bold\">Username.</emphasis> The Swift account’s username."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "<emphasis role=\"bold\">Key.</emphasis> The Swift key."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Click Add Zone. The zone creation wizard will appear."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Choose one of the following network types:"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "<emphasis role=\"bold\">Basic.</emphasis> For AWS-style networking. Provides a single network where each VM instance is assigned an IP directly from the network. Guest isolation can be provided through layer-3 means such as security groups (IP address source filtering)."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "<emphasis role=\"bold\">Advanced.</emphasis> For more sophisticated network topologies. This network model provides the most flexibility in defining guest networks and providing custom network offerings such as firewall, VPN, or load balancer support."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "For more information about the network types, see Network Setup."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "The rest of the steps differ depending on whether you chose Basic or Advanced. Continue with the steps that apply to you:"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "<xref linkend=\"basic-zone-configuration\" />"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "<xref linkend=\"advanced-zone-configuration\" />"
+msgstr ""
+

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/b23872a5/publican-adminguide.cfg
----------------------------------------------------------------------
diff --git a/publican-adminguide.cfg b/publican-adminguide.cfg
new file mode 100644
index 0000000..7a8a203
--- /dev/null
+++ b/publican-adminguide.cfg
@@ -0,0 +1,30 @@
+# Publican configuration file for CloudStack Developer's Guide
+# Config::Simple 4.58
+# Tue May 29 00:57:27 2012
+#
+# 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.
+
+xml_lang: en-US
+type: Book
+docname: Admin_Guide
+brand: cloudstack
+chunk_first: 1
+chunk_section_depth: 1
+condition: admin
+
+
+

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/b23872a5/publican-all.cfg
----------------------------------------------------------------------
diff --git a/publican-all.cfg b/publican-all.cfg
new file mode 100644
index 0000000..897f92b
--- /dev/null
+++ b/publican-all.cfg
@@ -0,0 +1,28 @@
+# Publican configuration file for CloudStack Complete Documentation Set
+# Contains all technical docs except release notes
+# Config::Simple 4.58
+# Tue May 29 00:57:27 2012
+#
+# 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.
+
+xml_lang: en-US
+type: Book
+docname: cloudstack
+brand: cloudstack
+chunk_first: 1
+chunk_section_depth: 1
+condition: install

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/b23872a5/publican-cloudstack/LICENSE
----------------------------------------------------------------------
diff --git a/publican-cloudstack/LICENSE b/publican-cloudstack/LICENSE
new file mode 100644
index 0000000..d645695
--- /dev/null
+++ b/publican-cloudstack/LICENSE
@@ -0,0 +1,202 @@
+
+                                 Apache License
+                           Version 2.0, January 2004
+                        http://www.apache.org/licenses/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+   1. Definitions.
+
+      "License" shall mean the terms and conditions for use, reproduction,
+      and distribution as defined by Sections 1 through 9 of this document.
+
+      "Licensor" shall mean the copyright owner or entity authorized by
+      the copyright owner that is granting the License.
+
+      "Legal Entity" shall mean the union of the acting entity and all
+      other entities that control, are controlled by, or are under common
+      control with that entity. For the purposes of this definition,
+      "control" means (i) the power, direct or indirect, to cause the
+      direction or management of such entity, whether by contract or
+      otherwise, or (ii) ownership of fifty percent (50%) or more of the
+      outstanding shares, or (iii) beneficial ownership of such entity.
+
+      "You" (or "Your") shall mean an individual or Legal Entity
+      exercising permissions granted by this License.
+
+      "Source" form shall mean the preferred form for making modifications,
+      including but not limited to software source code, documentation
+      source, and configuration files.
+
+      "Object" form shall mean any form resulting from mechanical
+      transformation or translation of a Source form, including but
+      not limited to compiled object code, generated documentation,
+      and conversions to other media types.
+
+      "Work" shall mean the work of authorship, whether in Source or
+      Object form, made available under the License, as indicated by a
+      copyright notice that is included in or attached to the work
+      (an example is provided in the Appendix below).
+
+      "Derivative Works" shall mean any work, whether in Source or Object
+      form, that is based on (or derived from) the Work and for which the
+      editorial revisions, annotations, elaborations, or other modifications
+      represent, as a whole, an original work of authorship. For the purposes
+      of this License, Derivative Works shall not include works that remain
+      separable from, or merely link (or bind by name) to the interfaces of,
+      the Work and Derivative Works thereof.
+
+      "Contribution" shall mean any work of authorship, including
+      the original version of the Work and any modifications or additions
+      to that Work or Derivative Works thereof, that is intentionally
+      submitted to Licensor for inclusion in the Work by the copyright owner
+      or by an individual or Legal Entity authorized to submit on behalf of
+      the copyright owner. For the purposes of this definition, "submitted"
+      means any form of electronic, verbal, or written communication sent
+      to the Licensor or its representatives, including but not limited to
+      communication on electronic mailing lists, source code control systems,
+      and issue tracking systems that are managed by, or on behalf of, the
+      Licensor for the purpose of discussing and improving the Work, but
+      excluding communication that is conspicuously marked or otherwise
+      designated in writing by the copyright owner as "Not a Contribution."
+
+      "Contributor" shall mean Licensor and any individual or Legal Entity
+      on behalf of whom a Contribution has been received by Licensor and
+      subsequently incorporated within the Work.
+
+   2. Grant of Copyright License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      copyright license to reproduce, prepare Derivative Works of,
+      publicly display, publicly perform, sublicense, and distribute the
+      Work and such Derivative Works in Source or Object form.
+
+   3. Grant of Patent License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      (except as stated in this section) patent license to make, have made,
+      use, offer to sell, sell, import, and otherwise transfer the Work,
+      where such license applies only to those patent claims licensable
+      by such Contributor that are necessarily infringed by their
+      Contribution(s) alone or by combination of their Contribution(s)
+      with the Work to which such Contribution(s) was submitted. If You
+      institute patent litigation against any entity (including a
+      cross-claim or counterclaim in a lawsuit) alleging that the Work
+      or a Contribution incorporated within the Work constitutes direct
+      or contributory patent infringement, then any patent licenses
+      granted to You under this License for that Work shall terminate
+      as of the date such litigation is filed.
+
+   4. Redistribution. You may reproduce and distribute copies of the
+      Work or Derivative Works thereof in any medium, with or without
+      modifications, and in Source or Object form, provided that You
+      meet the following conditions:
+
+      (a) You must give any other recipients of the Work or
+          Derivative Works a copy of this License; and
+
+      (b) You must cause any modified files to carry prominent notices
+          stating that You changed the files; and
+
+      (c) You must retain, in the Source form of any Derivative Works
+          that You distribute, all copyright, patent, trademark, and
+          attribution notices from the Source form of the Work,
+          excluding those notices that do not pertain to any part of
+          the Derivative Works; and
+
+      (d) If the Work includes a "NOTICE" text file as part of its
+          distribution, then any Derivative Works that You distribute must
+          include a readable copy of the attribution notices contained
+          within such NOTICE file, excluding those notices that do not
+          pertain to any part of the Derivative Works, in at least one
+          of the following places: within a NOTICE text file distributed
+          as part of the Derivative Works; within the Source form or
+          documentation, if provided along with the Derivative Works; or,
+          within a display generated by the Derivative Works, if and
+          wherever such third-party notices normally appear. The contents
+          of the NOTICE file are for informational purposes only and
+          do not modify the License. You may add Your own attribution
+          notices within Derivative Works that You distribute, alongside
+          or as an addendum to the NOTICE text from the Work, provided
+          that such additional attribution notices cannot be construed
+          as modifying the License.
+
+      You may add Your own copyright statement to Your modifications and
+      may provide additional or different license terms and conditions
+      for use, reproduction, or distribution of Your modifications, or
+      for any such Derivative Works as a whole, provided Your use,
+      reproduction, and distribution of the Work otherwise complies with
+      the conditions stated in this License.
+
+   5. Submission of Contributions. Unless You explicitly state otherwise,
+      any Contribution intentionally submitted for inclusion in the Work
+      by You to the Licensor shall be under the terms and conditions of
+      this License, without any additional terms or conditions.
+      Notwithstanding the above, nothing herein shall supersede or modify
+      the terms of any separate license agreement you may have executed
+      with Licensor regarding such Contributions.
+
+   6. Trademarks. This License does not grant permission to use the trade
+      names, trademarks, service marks, or product names of the Licensor,
+      except as required for reasonable and customary use in describing the
+      origin of the Work and reproducing the content of the NOTICE file.
+
+   7. Disclaimer of Warranty. Unless required by applicable law or
+      agreed to in writing, Licensor provides the Work (and each
+      Contributor provides its Contributions) on an "AS IS" BASIS,
+      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+      implied, including, without limitation, any warranties or conditions
+      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+      PARTICULAR PURPOSE. You are solely responsible for determining the
+      appropriateness of using or redistributing the Work and assume any
+      risks associated with Your exercise of permissions under this License.
+
+   8. Limitation of Liability. In no event and under no legal theory,
+      whether in tort (including negligence), contract, or otherwise,
+      unless required by applicable law (such as deliberate and grossly
+      negligent acts) or agreed to in writing, shall any Contributor be
+      liable to You for damages, including any direct, indirect, special,
+      incidental, or consequential damages of any character arising as a
+      result of this License or out of the use or inability to use the
+      Work (including but not limited to damages for loss of goodwill,
+      work stoppage, computer failure or malfunction, or any and all
+      other commercial damages or losses), even if such Contributor
+      has been advised of the possibility of such damages.
+
+   9. Accepting Warranty or Additional Liability. While redistributing
+      the Work or Derivative Works thereof, You may choose to offer,
+      and charge a fee for, acceptance of support, warranty, indemnity,
+      or other liability obligations and/or rights consistent with this
+      License. However, in accepting such obligations, You may act only
+      on Your own behalf and on Your sole responsibility, not on behalf
+      of any other Contributor, and only if You agree to indemnify,
+      defend, and hold each Contributor harmless for any liability
+      incurred by, or claims asserted against, such Contributor by reason
+      of your accepting any such warranty or additional liability.
+
+   END OF TERMS AND CONDITIONS
+
+   APPENDIX: How to apply the Apache License to your work.
+
+      To apply the Apache License to your work, attach the following
+      boilerplate notice, with the fields enclosed by brackets "[]"
+      replaced with your own identifying information. (Don't include
+      the brackets!)  The text should be enclosed in the appropriate
+      comment syntax for the file format. We also recommend that a
+      file or class name and description of purpose be included on the
+      same "printed page" as the copyright notice for easier
+      identification within third-party archives.
+
+   Copyright [yyyy] [name of copyright owner]
+
+   Licensed 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.

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/b23872a5/publican-cloudstack/NOTICE
----------------------------------------------------------------------
diff --git a/publican-cloudstack/NOTICE b/publican-cloudstack/NOTICE
new file mode 100644
index 0000000..c7720bf
--- /dev/null
+++ b/publican-cloudstack/NOTICE
@@ -0,0 +1,5 @@
+Apache CloudStack
+Copyright 2012 The Apache Software Foundation
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/b23872a5/publican-cloudstack/defaults.cfg
----------------------------------------------------------------------
diff --git a/publican-cloudstack/defaults.cfg b/publican-cloudstack/defaults.cfg
new file mode 100644
index 0000000..b288b33
--- /dev/null
+++ b/publican-cloudstack/defaults.cfg
@@ -0,0 +1,21 @@
+# Config::Simple 4.59
+# Thu Aug 11 14:07:41 2011
+# 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.
+
+doc_url: "http://cloudstack.apache.org/docs"
+prod_url: "http://cloudstack.apache.org"
+

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/b23872a5/publican-cloudstack/en-US/Feedback.xml
----------------------------------------------------------------------
diff --git a/publican-cloudstack/en-US/Feedback.xml b/publican-cloudstack/en-US/Feedback.xml
new file mode 100644
index 0000000..8aa5f67
--- /dev/null
+++ b/publican-cloudstack/en-US/Feedback.xml
@@ -0,0 +1,44 @@
+<?xml version='1.0' encoding='utf-8' ?>
+<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+]>
+<!-- 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.
+-->
+
+<section id="feedback">
+    <title>Submitting Feedback and Getting Help</title>
+    <indexterm>
+        <primary>feedback1</primary>
+        <secondary>contact information for this brand</secondary>
+
+    </indexterm>
+    <para>If you find a typographical error in this manual, or if you have thought of a way to make this manual better, we would love to hear from you! Please submit a bug: <ulink url="https://issues.apache.org/jira/browse/CLOUDSTACK">https://issues.apache.org/jira/browse/CLOUDSTACK</ulink> against the component <application>Doc</application>.</para>
+    <para>If you have a suggestion for improving the documentation, try to be as specific as possible when describing it. If you have found an error, please include the section number and some of the surrounding text so we can find it easily.</para>
+    <para>Better yet, feel free to submit a patch if you would like to enhance the documentation. Our documentation is, along with the rest of the &PRODUCT; source code, kept in the project's git repository.</para>
+    <para>The most efficient way to get help with &PRODUCT; is to ask on the mailing lists.</para>
+    <para>The Apache CloudStack project has mailing lists for users and developers. These are the
+        official channels of communication for the project and are the best way to get answers about
+        using and contributing to CloudStack. It's a good idea to subscribe to the
+        users@cloudstack.apache.org mailing list if you've deployed or are deploying
+        CloudStack into production, and even for test deployments.</para>
+    <para>The CloudStack developer's mailing list (dev@cloudstack.apache.org) is for discussions
+        about CloudStack development, and is the best list for discussing possible bugs in CloudStack.
+        Anyone contributing to CloudStack should be on this mailing list.</para>
+    <para>To posts to the lists, you'll need to be subscribed. See the
+        <ulink url="http://cloudstack.apache.org/mailing-lists.html">CloudStack Web site</ulink>
+        for instructions.</para>
+</section>

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/b23872a5/publican-cloudstack/en-US/Legal_Notice.xml
----------------------------------------------------------------------
diff --git a/publican-cloudstack/en-US/Legal_Notice.xml b/publican-cloudstack/en-US/Legal_Notice.xml
new file mode 100644
index 0000000..5e30efb
--- /dev/null
+++ b/publican-cloudstack/en-US/Legal_Notice.xml
@@ -0,0 +1,67 @@
+<?xml version='1.0' encoding='utf-8' ?>
+<!DOCTYPE legalnotice PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+]>
+<!-- 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.
+-->
+
+
+<legalnotice>
+  <para>
+    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
+  </para>
+
+  <para> http://www.apache.org/licenses/LICENSE-2.0</para>
+
+  <para>
+    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.
+  </para>
+
+  <para>
+    Apache CloudStack is an effort undergoing incubation at The Apache Software Foundation (ASF).
+  </para>
+  <para>
+    Incubation is required of all newly accepted projects until a further review
+    indicates that the infrastructure, communications, and decision making 
+    process have stabilized in a manner consistent with other successful ASF 
+    projects. While incubation status is not necessarily a reflection of the 
+    completeness or stability of the code, it does indicate that the project 
+    has yet to be fully endorsed by the ASF.
+  </para>
+
+  <para>
+    CloudStack® is a registered trademark of the Apache Software Foundation. 
+  </para>
+
+  <para>
+    Apache CloudStack, the CloudStack word design, the Apache CloudStack word design, and the cloud monkey logo are trademarks of the
+    Apache Software Foundation. 
+  </para>
+</legalnotice>
+
+

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/b23872a5/publican-cloudstack/en-US/css/overrides.css
----------------------------------------------------------------------
diff --git a/publican-cloudstack/en-US/css/overrides.css b/publican-cloudstack/en-US/css/overrides.css
new file mode 100644
index 0000000..5d31cec
--- /dev/null
+++ b/publican-cloudstack/en-US/css/overrides.css
@@ -0,0 +1,74 @@
+/*
+ * 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.
+ */
+a:link {
+    color:#0066cc;
+}
+
+a:visited {
+    color:#6699cc;
+}
+
+h1 {
+    color:#3c6eb4;
+}
+
+.producttitle {
+    background: #3c6eb4 url(../images/h1-bg.png) top left repeat;
+}
+
+.section h1.title {
+    color:#3c6eb4;
+}
+
+
+h2,h3,h4,h5,h6 {
+    color:#3c6eb4
+}
+
+table {
+    border:1px solid #3c6eb4;
+}
+
+table th {
+    background-color:#3c6eb4;
+}
+
+table tr.even td {
+    background-color:#f5f5f5;
+}
+
+#title a {
+    height:54px;
+}
+
+.term{
+    color:#a70000;
+}
+
+.revhistory table th {
+    color:#3c6eb4;
+}
+
+.edition {
+    color: #3c6eb4;
+}
+
+span.remark{
+    background-color: #ffff00;
+}
+

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/b23872a5/publican-cloudstack/en-US/images/1.png
----------------------------------------------------------------------
diff --git a/publican-cloudstack/en-US/images/1.png b/publican-cloudstack/en-US/images/1.png
new file mode 100644
index 0000000..098e7df
Binary files /dev/null and b/publican-cloudstack/en-US/images/1.png differ

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/b23872a5/publican-cloudstack/en-US/images/10.png
----------------------------------------------------------------------
diff --git a/publican-cloudstack/en-US/images/10.png b/publican-cloudstack/en-US/images/10.png
new file mode 100644
index 0000000..1d2ab13
Binary files /dev/null and b/publican-cloudstack/en-US/images/10.png differ

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/b23872a5/publican-cloudstack/en-US/images/11.png
----------------------------------------------------------------------
diff --git a/publican-cloudstack/en-US/images/11.png b/publican-cloudstack/en-US/images/11.png
new file mode 100644
index 0000000..897afb3
Binary files /dev/null and b/publican-cloudstack/en-US/images/11.png differ

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/b23872a5/publican-cloudstack/en-US/images/12.png
----------------------------------------------------------------------
diff --git a/publican-cloudstack/en-US/images/12.png b/publican-cloudstack/en-US/images/12.png
new file mode 100644
index 0000000..b2aa1bd
Binary files /dev/null and b/publican-cloudstack/en-US/images/12.png differ

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/b23872a5/publican-cloudstack/en-US/images/13.png
----------------------------------------------------------------------
diff --git a/publican-cloudstack/en-US/images/13.png b/publican-cloudstack/en-US/images/13.png
new file mode 100644
index 0000000..c6e0022
Binary files /dev/null and b/publican-cloudstack/en-US/images/13.png differ

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/b23872a5/publican-cloudstack/en-US/images/14.png
----------------------------------------------------------------------
diff --git a/publican-cloudstack/en-US/images/14.png b/publican-cloudstack/en-US/images/14.png
new file mode 100644
index 0000000..9383371
Binary files /dev/null and b/publican-cloudstack/en-US/images/14.png differ

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/b23872a5/publican-cloudstack/en-US/images/15.png
----------------------------------------------------------------------
diff --git a/publican-cloudstack/en-US/images/15.png b/publican-cloudstack/en-US/images/15.png
new file mode 100644
index 0000000..e50bcb9
Binary files /dev/null and b/publican-cloudstack/en-US/images/15.png differ

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/b23872a5/publican-cloudstack/en-US/images/16.png
----------------------------------------------------------------------
diff --git a/publican-cloudstack/en-US/images/16.png b/publican-cloudstack/en-US/images/16.png
new file mode 100644
index 0000000..ff3705d
Binary files /dev/null and b/publican-cloudstack/en-US/images/16.png differ

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/b23872a5/publican-cloudstack/en-US/images/17.png
----------------------------------------------------------------------
diff --git a/publican-cloudstack/en-US/images/17.png b/publican-cloudstack/en-US/images/17.png
new file mode 100644
index 0000000..5949645
Binary files /dev/null and b/publican-cloudstack/en-US/images/17.png differ

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/b23872a5/publican-cloudstack/en-US/images/18.png
----------------------------------------------------------------------
diff --git a/publican-cloudstack/en-US/images/18.png b/publican-cloudstack/en-US/images/18.png
new file mode 100644
index 0000000..7e8dbb4
Binary files /dev/null and b/publican-cloudstack/en-US/images/18.png differ

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/b23872a5/publican-cloudstack/en-US/images/19.png
----------------------------------------------------------------------
diff --git a/publican-cloudstack/en-US/images/19.png b/publican-cloudstack/en-US/images/19.png
new file mode 100644
index 0000000..eb43c6f
Binary files /dev/null and b/publican-cloudstack/en-US/images/19.png differ

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/b23872a5/publican-cloudstack/en-US/images/2.png
----------------------------------------------------------------------
diff --git a/publican-cloudstack/en-US/images/2.png b/publican-cloudstack/en-US/images/2.png
new file mode 100644
index 0000000..e550c21
Binary files /dev/null and b/publican-cloudstack/en-US/images/2.png differ

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/b23872a5/publican-cloudstack/en-US/images/20.png
----------------------------------------------------------------------
diff --git a/publican-cloudstack/en-US/images/20.png b/publican-cloudstack/en-US/images/20.png
new file mode 100644
index 0000000..692badc
Binary files /dev/null and b/publican-cloudstack/en-US/images/20.png differ

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/b23872a5/publican-cloudstack/en-US/images/21.png
----------------------------------------------------------------------
diff --git a/publican-cloudstack/en-US/images/21.png b/publican-cloudstack/en-US/images/21.png
new file mode 100644
index 0000000..231735e
Binary files /dev/null and b/publican-cloudstack/en-US/images/21.png differ

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/b23872a5/publican-cloudstack/en-US/images/22.png
----------------------------------------------------------------------
diff --git a/publican-cloudstack/en-US/images/22.png b/publican-cloudstack/en-US/images/22.png
new file mode 100644
index 0000000..a77ea0f
Binary files /dev/null and b/publican-cloudstack/en-US/images/22.png differ

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/b23872a5/publican-cloudstack/en-US/images/23.png
----------------------------------------------------------------------
diff --git a/publican-cloudstack/en-US/images/23.png b/publican-cloudstack/en-US/images/23.png
new file mode 100644
index 0000000..1802579
Binary files /dev/null and b/publican-cloudstack/en-US/images/23.png differ

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/b23872a5/publican-cloudstack/en-US/images/24.png
----------------------------------------------------------------------
diff --git a/publican-cloudstack/en-US/images/24.png b/publican-cloudstack/en-US/images/24.png
new file mode 100644
index 0000000..16e96e7
Binary files /dev/null and b/publican-cloudstack/en-US/images/24.png differ

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/b23872a5/publican-cloudstack/en-US/images/25.png
----------------------------------------------------------------------
diff --git a/publican-cloudstack/en-US/images/25.png b/publican-cloudstack/en-US/images/25.png
new file mode 100644
index 0000000..7bfac57
Binary files /dev/null and b/publican-cloudstack/en-US/images/25.png differ

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/b23872a5/publican-cloudstack/en-US/images/26.png
----------------------------------------------------------------------
diff --git a/publican-cloudstack/en-US/images/26.png b/publican-cloudstack/en-US/images/26.png
new file mode 100644
index 0000000..08de065
Binary files /dev/null and b/publican-cloudstack/en-US/images/26.png differ

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/b23872a5/publican-cloudstack/en-US/images/27.png
----------------------------------------------------------------------
diff --git a/publican-cloudstack/en-US/images/27.png b/publican-cloudstack/en-US/images/27.png
new file mode 100644
index 0000000..ac73b8e
Binary files /dev/null and b/publican-cloudstack/en-US/images/27.png differ

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/b23872a5/publican-cloudstack/en-US/images/28.png
----------------------------------------------------------------------
diff --git a/publican-cloudstack/en-US/images/28.png b/publican-cloudstack/en-US/images/28.png
new file mode 100644
index 0000000..dddaea9
Binary files /dev/null and b/publican-cloudstack/en-US/images/28.png differ

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/b23872a5/publican-cloudstack/en-US/images/29.png
----------------------------------------------------------------------
diff --git a/publican-cloudstack/en-US/images/29.png b/publican-cloudstack/en-US/images/29.png
new file mode 100644
index 0000000..f901971
Binary files /dev/null and b/publican-cloudstack/en-US/images/29.png differ

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/b23872a5/publican-cloudstack/en-US/images/3.png
----------------------------------------------------------------------
diff --git a/publican-cloudstack/en-US/images/3.png b/publican-cloudstack/en-US/images/3.png
new file mode 100644
index 0000000..e78d18c
Binary files /dev/null and b/publican-cloudstack/en-US/images/3.png differ

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/b23872a5/publican-cloudstack/en-US/images/4.png
----------------------------------------------------------------------
diff --git a/publican-cloudstack/en-US/images/4.png b/publican-cloudstack/en-US/images/4.png
new file mode 100644
index 0000000..525915d
Binary files /dev/null and b/publican-cloudstack/en-US/images/4.png differ

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/b23872a5/publican-cloudstack/en-US/images/5.png
----------------------------------------------------------------------
diff --git a/publican-cloudstack/en-US/images/5.png b/publican-cloudstack/en-US/images/5.png
new file mode 100644
index 0000000..10ec880
Binary files /dev/null and b/publican-cloudstack/en-US/images/5.png differ

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/b23872a5/publican-cloudstack/en-US/images/6.png
----------------------------------------------------------------------
diff --git a/publican-cloudstack/en-US/images/6.png b/publican-cloudstack/en-US/images/6.png
new file mode 100644
index 0000000..60c626b
Binary files /dev/null and b/publican-cloudstack/en-US/images/6.png differ

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/b23872a5/publican-cloudstack/en-US/images/7.png
----------------------------------------------------------------------
diff --git a/publican-cloudstack/en-US/images/7.png b/publican-cloudstack/en-US/images/7.png
new file mode 100644
index 0000000..7184e2c
Binary files /dev/null and b/publican-cloudstack/en-US/images/7.png differ

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/b23872a5/publican-cloudstack/en-US/images/8.png
----------------------------------------------------------------------
diff --git a/publican-cloudstack/en-US/images/8.png b/publican-cloudstack/en-US/images/8.png
new file mode 100644
index 0000000..d951846
Binary files /dev/null and b/publican-cloudstack/en-US/images/8.png differ

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/b23872a5/publican-cloudstack/en-US/images/9.png
----------------------------------------------------------------------
diff --git a/publican-cloudstack/en-US/images/9.png b/publican-cloudstack/en-US/images/9.png
new file mode 100644
index 0000000..5aef679
Binary files /dev/null and b/publican-cloudstack/en-US/images/9.png differ

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/b23872a5/publican-cloudstack/en-US/images/dot.png
----------------------------------------------------------------------
diff --git a/publican-cloudstack/en-US/images/dot.png b/publican-cloudstack/en-US/images/dot.png
new file mode 100644
index 0000000..079add9
Binary files /dev/null and b/publican-cloudstack/en-US/images/dot.png differ

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/b23872a5/publican-cloudstack/en-US/images/dot2.png
----------------------------------------------------------------------
diff --git a/publican-cloudstack/en-US/images/dot2.png b/publican-cloudstack/en-US/images/dot2.png
new file mode 100644
index 0000000..d9262ef
Binary files /dev/null and b/publican-cloudstack/en-US/images/dot2.png differ

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/b23872a5/publican-cloudstack/en-US/images/h1-bg.png
----------------------------------------------------------------------
diff --git a/publican-cloudstack/en-US/images/h1-bg.png b/publican-cloudstack/en-US/images/h1-bg.png
new file mode 100644
index 0000000..a2aad24
Binary files /dev/null and b/publican-cloudstack/en-US/images/h1-bg.png differ

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/b23872a5/publican-cloudstack/en-US/images/image_left.png
----------------------------------------------------------------------
diff --git a/publican-cloudstack/en-US/images/image_left.png b/publican-cloudstack/en-US/images/image_left.png
new file mode 100644
index 0000000..007f7b3
Binary files /dev/null and b/publican-cloudstack/en-US/images/image_left.png differ