diff --git a/docs/en-US/change-console-proxy-ssl-certificate-domain.xml b/docs/en-US/change-console-proxy-ssl-certificate-domain.xml
index 04c341ba38b..46ceaae1a19 100644
--- a/docs/en-US/change-console-proxy-ssl-certificate-domain.xml
+++ b/docs/en-US/change-console-proxy-ssl-certificate-domain.xml
@@ -1,23 +1,42 @@
-
%BOOK_ENTITIES;
]>
+
+
+
Changing the Console Proxy SSL Certificate and Domain
If the administrator prefers, it is possible for the URL of the customer's console session to show a domain other than realhostip.com. The administrator can customize the displayed domain by selecting a different domain and uploading a new SSL certificate and private key. The domain must run a DNS service that is capable of resolving queries for addresses of the form aaa-bbb-ccc-ddd.your.domain to an IPv4 IP address in the form aaa.bbb.ccc.ddd, for example, 202.8.44.1. To change the console proxy domain, SSL certificate, and private key:
Set up dynamic name resolution or populate all possible DNS names in your public IP range into your existing DNS server with the format aaa-bbb-ccc-ddd.company.com -> aaa.bbb.ccc.ddd.
- Generate the private key and certificate signing request (CSR). When you are using openssl to generate private/public key pairs and CSRs, for the private key that you are going to paste into the CloudPlatform UI, be sure to convert it into PKCS#8 format.
+ Generate the private key and certificate signing request (CSR). When you are using openssl to generate private/public key pairs and CSRs, for the private key that you are going to paste into the &PRODUCT; UI, be sure to convert it into PKCS#8 format.
Generate a new 2048-bit private keyopenssl genrsa -des3 -out yourprivate.key 2048
Generate a new certificate CSRopenssl req -new -key yourprivate.key -out yourcertificate.csr
Head to the website of your favorite trusted Certificate Authority, purchase an SSL certificate, and submit the CSR. You should receive a valid certificate in return
Convert your private key format into PKCS#8 encrypted format.openssl pkcs8 -topk8 -in yourprivate.key -out yourprivate.pkcs8.encryped.key
- Convert your PKCS#8 encrypted private key into the PKCS#8 format that is compliant with CloudPlatformopenssl pkcs8 -in yourprivate.pkcs8.encrypted.key -out yourprivate.pkcs8.key
+ Convert your PKCS#8 encrypted private key into the PKCS#8 format that is compliant with &PRODUCT;openssl pkcs8 -in yourprivate.pkcs8.encrypted.key -out yourprivate.pkcs8.key
- In the Update SSL Certificate screen of the CloudPlatform UI, paste the following
+ In the Update SSL Certificate screen of the &PRODUCT; UI, paste the following
Certificate from step 1(c).
Private key from step 1(e).
diff --git a/docs/en-US/change-host-password.xml b/docs/en-US/change-host-password.xml
index 42a852c241a..7221fe62417 100644
--- a/docs/en-US/change-host-password.xml
+++ b/docs/en-US/change-host-password.xml
@@ -1,15 +1,34 @@
-
%BOOK_ENTITIES;
]>
+
+
+
Changing Host Password
The password for a XenServer Node, KVM Node, or vSphere Node may be changed in the database. Note that all Nodes in a Cluster must have the same password.
To change a Node's password:
Identify all hosts in the cluster.
- Change the password on all hosts in the cluster. Now the password for the host and the password known to CloudPlatform will not match. Operations on the cluster will fail until the two passwords match.
+ Change the password on all hosts in the cluster. Now the password for the host and the password known to &PRODUCT; will not match. Operations on the cluster will fail until the two passwords match.
Get the list of host IDs for the host in the cluster where you are changing the password. You will need to access the database to determine these host IDs. For each hostname "h" (or vSphere cluster) that you are changing the password for, execute:
mysql> select id from cloud.host where name like '%h%';
diff --git a/docs/en-US/change-network-offering-on-guest-network.xml b/docs/en-US/change-network-offering-on-guest-network.xml
index c2448b947ba..7a9482c760b 100644
--- a/docs/en-US/change-network-offering-on-guest-network.xml
+++ b/docs/en-US/change-network-offering-on-guest-network.xml
@@ -1,14 +1,33 @@
-
%BOOK_ENTITIES;
]>
+
+
+
Changing the Network Offering on a Guest Network
A user or administrator can change the network offering that is associated with an existing guest network.
- Log in to the CloudPlatform UI as an administrator or end user.
- 2. If you are changing from a network offering that uses the CloudPlatform virtual router to one that uses external devices as network service providers, you must first stop all the VMs on the network. See Stopping and Starting VMs. Then return here and continue to the next step
+ Log in to the &PRODUCT; UI as an administrator or end user.
+ If you are changing from a network offering that uses the &PRODUCT; virtual router to one that uses external devices as network service providers, you must first stop all the VMs on the network. See Stopping and Starting VMs. Then return here and continue to the next step
In the left navigation, choose Network
Click the name of the network you want to modify
@@ -23,4 +42,3 @@
-
diff --git a/docs/en-US/change-to-behavior-of-list-commands.xml b/docs/en-US/change-to-behavior-of-list-commands.xml
index 2270db2e334..aa5f96595b9 100644
--- a/docs/en-US/change-to-behavior-of-list-commands.xml
+++ b/docs/en-US/change-to-behavior-of-list-commands.xml
@@ -1,8 +1,27 @@
-
%BOOK_ENTITIES;
]>
+
+
+
Change to Behavior of List Commands
There was a major change in how our List* API commands work in CloudStack 3.0 compared to 2.2.x. The rules below apply only for managed resources – those that belong to an account, domain, or project. They are irrelevant for the List* commands displaying unmanaged (system) resources, such as hosts, clusters, and external network resources.
@@ -66,5 +85,5 @@
- The CloudPlatform UI on a general view will display all resources that the logged-in user is authorized to see, except for project resources. To see the project resources, select the project view.
+ The &PRODUCT; UI on a general view will display all resources that the logged-in user is authorized to see, except for project resources. To see the project resources, select the project view.
diff --git a/docs/en-US/changing-root-password.xml b/docs/en-US/changing-root-password.xml
index a30b461f3ff..0b8ad0fc2ef 100644
--- a/docs/en-US/changing-root-password.xml
+++ b/docs/en-US/changing-root-password.xml
@@ -1,8 +1,27 @@
-
%BOOK_ENTITIES;
]>
+
+
+
Changing the Root Password
During installation and ongoing cloud administration, you will need to log in to the UI as the root administrator.
diff --git a/docs/en-US/changing-secondary-storage-ip.xml b/docs/en-US/changing-secondary-storage-ip.xml
index 21ed9771c7f..e39a68effd0 100644
--- a/docs/en-US/changing-secondary-storage-ip.xml
+++ b/docs/en-US/changing-secondary-storage-ip.xml
@@ -1,8 +1,27 @@
-
%BOOK_ENTITIES;
]>
+
+
+
Making API Requests
You can change the secondary storage IP address after it has been provisioned. After changing the IP address on the host, log in to your management server and execute the following commands. Replace HOSTID below with your own value, and change the URL to use the appropriate IP address and path for your server:
@@ -23,4 +42,3 @@
Then log in to the cloud console UI and stop and start (not reboot) the Secondary Storage VM for that Zone.
-
diff --git a/docs/en-US/changing-secondary-storage-servers.xml b/docs/en-US/changing-secondary-storage-servers.xml
index 92590f2c124..2ab8836adda 100644
--- a/docs/en-US/changing-secondary-storage-servers.xml
+++ b/docs/en-US/changing-secondary-storage-servers.xml
@@ -1,8 +1,27 @@
-
%BOOK_ENTITIES;
]>
+
+
+
Changing Secondary Storage Servers
You can change the secondary storage NFS mount. Perform the following steps to do so:
diff --git a/docs/en-US/changing-secondary-storage-serversp.xml b/docs/en-US/changing-secondary-storage-serversp.xml
index 889f8b84f47..2ab8836adda 100644
--- a/docs/en-US/changing-secondary-storage-serversp.xml
+++ b/docs/en-US/changing-secondary-storage-serversp.xml
@@ -1,8 +1,27 @@
-
%BOOK_ENTITIES;
]>
+
+
+
Changing Secondary Storage Servers
You can change the secondary storage NFS mount. Perform the following steps to do so:
@@ -11,7 +30,7 @@
Wait 30 minutes. This allows any writes to secondary storage to complete.
Copy all files from the old secondary storage mount to the new.
Use the procedure above to change the IP address for secondary storage if required.
- 5. Start the Management Server.
+ Start the Management Server.
diff --git a/docs/en-US/changing-service-offering-for-vm.xml b/docs/en-US/changing-service-offering-for-vm.xml
index c4748f0ee44..7448b4d47d8 100644
--- a/docs/en-US/changing-service-offering-for-vm.xml
+++ b/docs/en-US/changing-service-offering-for-vm.xml
@@ -1,13 +1,32 @@
-
%BOOK_ENTITIES;
]>
+
+
+
Changing the Service Offering for a VM
To upgrade or downgrade the level of compute resources available to a virtual machine, you can change the VM's compute offering.
- Log in to the CloudPlatform UI as a user or admin.
+ Log in to the &PRODUCT; UI as a user or admin.
In the left navigation, click Instances.
Choose the VM that you want to work with.
Click the Stop button to stop the VM
diff --git a/docs/en-US/changing-vm-name-os-group.xml b/docs/en-US/changing-vm-name-os-group.xml
index 810d0e7c63a..3515082837e 100644
--- a/docs/en-US/changing-vm-name-os-group.xml
+++ b/docs/en-US/changing-vm-name-os-group.xml
@@ -1,14 +1,33 @@
-
%BOOK_ENTITIES;
]>
+
+
+
Changing the VM Name, OS, or Group
After a VM is created, you can modify the display name, operating system, and the group it belongs to.
- To access a VM through the CloudPlatform UI:
+ To access a VM through the &PRODUCT; UI:
- Log in to the CloudPlatform UI as a user or admin.
+ Log in to the &PRODUCT; UI as a user or admin.
In the left navigation, click Instances.
Select the VM that you want to modify.
Click the Stop button to stop the VM
@@ -33,4 +52,3 @@
Click Apply.
-
diff --git a/docs/en-US/cloud-infrastructure-concepts.xml b/docs/en-US/cloud-infrastructure-concepts.xml
index cdf8ed0c2a9..e423d24df16 100644
--- a/docs/en-US/cloud-infrastructure-concepts.xml
+++ b/docs/en-US/cloud-infrastructure-concepts.xml
@@ -1,9 +1,28 @@
-
%BOOK_ENTITIES;
]>
+
+
+
Cloud Infrastructure Concepts
-
\ No newline at end of file
+
diff --git a/docs/en-US/cloud-infrastructure-overview.xml b/docs/en-US/cloud-infrastructure-overview.xml
index 9c10acf7867..29197157acb 100644
--- a/docs/en-US/cloud-infrastructure-overview.xml
+++ b/docs/en-US/cloud-infrastructure-overview.xml
@@ -1,8 +1,27 @@
-
%BOOK_ENTITIES;
]>
+
+
+
Cloud Infrastructure Overview
@@ -25,4 +44,3 @@
More Information
For more information, see .
-
diff --git a/docs/en-US/cloud_infrastructure_overview.xml b/docs/en-US/cloud_infrastructure_overview.xml
index 89b8f6328e8..6184240ad17 100644
--- a/docs/en-US/cloud_infrastructure_overview.xml
+++ b/docs/en-US/cloud_infrastructure_overview.xml
@@ -1,3 +1,21 @@
+
+
Cloud Infrastructure Overview
@@ -18,4 +36,3 @@
infrastructure_overview.png: Nested organization of a zone
-
diff --git a/docs/en-US/cloudplatform-api.xml b/docs/en-US/cloudplatform-api.xml
index ac96b0cb457..3c4a91481d0 100644
--- a/docs/en-US/cloudplatform-api.xml
+++ b/docs/en-US/cloudplatform-api.xml
@@ -1,12 +1,31 @@
-
%BOOK_ENTITIES;
]>
+
+
+
diff --git a/docs/en-US/cloudstack-admin.xml b/docs/en-US/cloudstack-admin.xml
index 8b1d0b24021..cfdfcf07d2b 100644
--- a/docs/en-US/cloudstack-admin.xml
+++ b/docs/en-US/cloudstack-admin.xml
@@ -1,12 +1,30 @@
-
%BOOK_ENTITIES;
]>
+
+
+
-
diff --git a/docs/en-US/cloudstack.ent b/docs/en-US/cloudstack.ent
index 4607134bc79..65ecebd8c7a 100644
--- a/docs/en-US/cloudstack.ent
+++ b/docs/en-US/cloudstack.ent
@@ -1,4 +1,4 @@
-
+
diff --git a/docs/en-US/cloudstack.xml b/docs/en-US/cloudstack.xml
index 143e0a64e22..c64b3c9c4cb 100644
--- a/docs/en-US/cloudstack.xml
+++ b/docs/en-US/cloudstack.xml
@@ -1,8 +1,27 @@
-
%BOOK_ENTITIES;
]>
+
+
+
@@ -13,4 +32,4 @@
-
\ No newline at end of file
+
diff --git a/docs/en-US/cloudstack_admin.xml b/docs/en-US/cloudstack_admin.xml
index 8b1d0b24021..e6c392327bc 100644
--- a/docs/en-US/cloudstack_admin.xml
+++ b/docs/en-US/cloudstack_admin.xml
@@ -1,8 +1,27 @@
-
%BOOK_ENTITIES;
]>
+
+
+
diff --git a/docs/en-US/cloudstack_developers.xml b/docs/en-US/cloudstack_developers.xml
index 8fc5e2a69da..39817abc907 100644
--- a/docs/en-US/cloudstack_developers.xml
+++ b/docs/en-US/cloudstack_developers.xml
@@ -1,8 +1,27 @@
-
%BOOK_ENTITIES;
]>
+
+
+
diff --git a/docs/en-US/cloudstack_features.xml b/docs/en-US/cloudstack_features.xml
index 5cf619e0d47..ae837921d60 100644
--- a/docs/en-US/cloudstack_features.xml
+++ b/docs/en-US/cloudstack_features.xml
@@ -1,42 +1,60 @@
+
+
- What Can CloudStack Do?
+ What Can &PRODUCT; Do?
Multiple Hypervisor Support
- CloudStack works with a variety of hypervisors. A single cloud deployment can contain multiple hypervisor implementations. You have the complete freedom to choose the right hypervisor for your workload. CloudStack is designed to work with open source Xen and KVM hypervisors as well as enterprise-grade hypervisors such as Citrix XenServer, VMware vSphere, and Oracle VM (OVM). You can also provision “bare metal” hosts with no hypervisor (Beta feature. Untested in CloudStack 3.0.x0.)
+ &PRODUCT; works with a variety of hypervisors. A single cloud deployment can contain multiple hypervisor implementations. You have the complete freedom to choose the right hypervisor for your workload. &PRODUCT; is designed to work with open source Xen and KVM hypervisors as well as enterprise-grade hypervisors such as Citrix XenServer, VMware vSphere, and Oracle VM (OVM). You can also provision “bare metal” hosts with no hypervisor (Beta feature. Untested in &PRODUCT; 3.0.x0.)
Massively Scalable Infrastructure Management
- CloudStack 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.
+ &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.
Automatic Configuration Management
- CloudStack automatically configures each guest virtual machine’s networking and storage settings.
+ &PRODUCT; automatically configures each guest virtual machine’s networking and storage settings.
- CloudStack 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.
+ &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.
Graphical User Interface
- CloudStack 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.
+ &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.
API and Extensibility
- CloudStack 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 http://docs.cloud.com/CloudStack_Documentation.
+ &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 http://docs.cloud.com/CloudStack_Documentation.
- The CloudStack platform pluggable allocation architecture allows the creation of new types of allocators for the selection of storage and Hosts. See the Allocator Implementation Guide (http://docs.cloud.com/CloudStack_Documentation/Allocator_Implementation_Guide).
+ The &PRODUCT; platform pluggable allocation architecture allows the creation of new types of allocators for the selection of storage and Hosts. See the Allocator Implementation Guide (http://docs.cloud.com/CloudStack_Documentation/Allocator_Implementation_Guide).
High Availability
- The CloudStack platform 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, the CloudStack platform supports NIC bonding and the use of separate networks for storage as well as iSCSI Multipath.
+ The &PRODUCT; platform 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, the &PRODUCT; platform supports NIC bonding and the use of separate networks for storage as well as iSCSI Multipath.
-
\ No newline at end of file
+
diff --git a/docs/en-US/cloudstack_installation.xml b/docs/en-US/cloudstack_installation.xml
index c57fc478f29..7e06dfd5fcd 100644
--- a/docs/en-US/cloudstack_installation.xml
+++ b/docs/en-US/cloudstack_installation.xml
@@ -1,12 +1,30 @@
-
%BOOK_ENTITIES;
]>
+
+
+
-
diff --git a/docs/en-US/cloudstack_system_requirements.xml b/docs/en-US/cloudstack_system_requirements.xml
index b8ce043dd82..cff8a67a09f 100644
--- a/docs/en-US/cloudstack_system_requirements.xml
+++ b/docs/en-US/cloudstack_system_requirements.xml
@@ -1,3 +1,21 @@
+
+
Minimum System Requirements
@@ -27,19 +45,18 @@
At least 1 NIC
Statically allocated IP Address
Latest hotfixes applied to hypervisor software
- When you deploy CloudStack, the hypervisor host must not have any VMs already running
+ When you deploy &PRODUCT;, the hypervisor host must not have any VMs already running
Hosts have additional requirements depending on the hypervisor. See the requirements listed at the top of the Installation section for your chosen hypervisor:
- Citrix XenServer Installation for CloudStack
+ Citrix XenServer Installation for &PRODUCT;
VMware vSphere Installation and Configuration
KVM Installation and Configuration
Oracle VM (OVM) Installation and Configuration
- Be sure you fulfill the additional hypervisor requirements and installation steps provided in this Guide. Hypervisor hosts must be properly prepared to work with CloudStack. For example, the requirements for XenServer are listed under Citrix XenServer Installation for CloudStack.
+ Be sure you fulfill the additional hypervisor requirements and installation steps provided in this Guide. Hypervisor hosts must be properly prepared to work with &PRODUCT;. For example, the requirements for XenServer are listed under Citrix XenServer Installation for &PRODUCT;.
-
diff --git a/docs/en-US/cloudstack_trial_installation.xml b/docs/en-US/cloudstack_trial_installation.xml
index 084c867a835..e3cb0c65079 100644
--- a/docs/en-US/cloudstack_trial_installation.xml
+++ b/docs/en-US/cloudstack_trial_installation.xml
@@ -1,12 +1,30 @@
-
%BOOK_ENTITIES;
]>
+
+
+
-
diff --git a/docs/en-US/cloudstack_whatis.xml b/docs/en-US/cloudstack_whatis.xml
index 00f010a0892..a158f8c9e27 100644
--- a/docs/en-US/cloudstack_whatis.xml
+++ b/docs/en-US/cloudstack_whatis.xml
@@ -1,25 +1,32 @@
+
+
- What Is CloudStack?
-
- Who Should Read This
-
-
- If you are new to CloudStack or you want to learn more about concepts before installing and running CloudStack, read this overview.
- If you just want to get started, you can skip to Overview of Installation Steps.
-
-
-
- CloudStack is an open source software platform that pools computing resources to build public, private, and hybrid Infrastructure as a Service (IaaS) clouds. CloudStack manages the network, storage, and compute nodes that make up a cloud infrastructure. Use CloudStack to deploy, manage, and configure cloud computing environments.
- Typical users are service providers and enterprises. With CloudStack, you can:
+ What Is &PRODUCT;?
+ Who Should Read This
+ If you are new to &PRODUCT; or you want to learn more about concepts before installing and running &PRODUCT;, read this overview. If you just want to get started, you can skip to Overview of Installation Steps.
+ &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. Typical users are service providers and enterprises. With &PRODUCT;, you can:
- 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.
-
+ 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.
- Set up an on-premise private cloud for use by employees. Rather than managing virtual machines in the same way as physical machines, with CloudStack an enterprise can offer self-service virtual machines to users without involving IT departments.
+ 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.
-
-
diff --git a/docs/en-US/cluster-add.xml b/docs/en-US/cluster-add.xml
index e269ab10add..d1ba3084e5e 100644
--- a/docs/en-US/cluster-add.xml
+++ b/docs/en-US/cluster-add.xml
@@ -1,8 +1,27 @@
-
%BOOK_ENTITIES;
]>
+
+
+
Adding a Cluster
TODO
diff --git a/docs/en-US/compatibility-matrix.xml b/docs/en-US/compatibility-matrix.xml
index e96be712742..ac8e838f2f4 100644
--- a/docs/en-US/compatibility-matrix.xml
+++ b/docs/en-US/compatibility-matrix.xml
@@ -1,8 +1,27 @@
-
%BOOK_ENTITIES;
]>
+
+
+
Compatibility Matrix
diff --git a/docs/en-US/compute-disk-service-offerings.xml b/docs/en-US/compute-disk-service-offerings.xml
index a5680e45ff7..2469dfe3a15 100644
--- a/docs/en-US/compute-disk-service-offerings.xml
+++ b/docs/en-US/compute-disk-service-offerings.xml
@@ -1,8 +1,27 @@
-
%BOOK_ENTITIES;
]>
+
+
+
Compute and Disk Service Offerings
A service offering is a set of virtual hardware features such as CPU core count and speed, memory, and disk size. The CloudPlatform administrator can set up various offerings, and then end users choose from the available offerings when they create a new VM. A service offering includes the following elements:
@@ -12,7 +31,7 @@
How the resource usage is charged
How often the charges are generated
- For example, one service offering might allow users to create a virtual machine instance that is equivalent to a 1 GHz Intel® Core™ 2 CPU, with 1 GB memory at $0.20/hour, with network traffic metered at $0.10/GB. Based on the user’s selected offering, CloudPlatform emits usage records that can be integrated with billing systems. CloudPlatform separates service offerings into compute offerings and disk offerings. The computing service offering specifies:
+ For example, one service offering might allow users to create a virtual machine instance that is equivalent to a 1 GHz Intel Core 2 CPU, with 1 GB memory at $0.20/hour, with network traffic metered at $0.10/GB. Based on the user’s selected offering, CloudPlatform emits usage records that can be integrated with billing systems. CloudPlatform separates service offerings into compute offerings and disk offerings. The computing service offering specifies:
Guest CPU
Guest RAM
@@ -25,5 +44,3 @@
Tags on the data disk
-
-
diff --git a/docs/en-US/concepts.xml b/docs/en-US/concepts.xml
index 3cd3b720b7a..f49fc3ece00 100644
--- a/docs/en-US/concepts.xml
+++ b/docs/en-US/concepts.xml
@@ -1,8 +1,27 @@
-
%BOOK_ENTITIES;
]>
+
+
+
Concepts
diff --git a/docs/en-US/configure-guest-traffic-in-advanced-zone.xml b/docs/en-US/configure-guest-traffic-in-advanced-zone.xml
index 82204df434a..af7c21bbe41 100644
--- a/docs/en-US/configure-guest-traffic-in-advanced-zone.xml
+++ b/docs/en-US/configure-guest-traffic-in-advanced-zone.xml
@@ -1,11 +1,30 @@
-
%BOOK_ENTITIES;
]>
+
+
+
diff --git a/docs/en-US/configure-usage-server.xml b/docs/en-US/configure-usage-server.xml
index 60973614023..55d3908a544 100644
--- a/docs/en-US/configure-usage-server.xml
+++ b/docs/en-US/configure-usage-server.xml
@@ -1,14 +1,33 @@
-
%BOOK_ENTITIES;
]>
+
+
+
\ No newline at end of file
+
diff --git a/docs/en-US/configure-virtual-router.xml b/docs/en-US/configure-virtual-router.xml
index 7aab6b369d6..8740c0cef8b 100644
--- a/docs/en-US/configure-virtual-router.xml
+++ b/docs/en-US/configure-virtual-router.xml
@@ -1,8 +1,27 @@
-
%BOOK_ENTITIES;
]>
+
+
+
diff --git a/docs/en-US/configure-vpn.xml b/docs/en-US/configure-vpn.xml
index cab25fd9342..0ab3ef55cae 100644
--- a/docs/en-US/configure-vpn.xml
+++ b/docs/en-US/configure-vpn.xml
@@ -1,13 +1,32 @@
-
%BOOK_ENTITIES;
]>
+
+
+