Updated Branches: refs/heads/master 947d8cc6d -> 59091fde3
CLOUDSTACK-376: Changes to the min sys reqs doc. I had to manually apply the changes, due to a conflict when applying https://reviews.apache.org/r/7661. The rest of the patch submitted via that review request was committed in the previous master branch commit. Signed-off-by: Chip Childers <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/59091fde Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/59091fde Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/59091fde Branch: refs/heads/master Commit: 59091fde3370b50eb3763c6f418bb4a4874d9283 Parents: 76478d9 Author: Chip Childers <[email protected]> Authored: Mon Oct 22 09:22:28 2012 -0400 Committer: Chip Childers <[email protected]> Committed: Mon Oct 22 09:22:28 2012 -0400 ---------------------------------------------------------------------- docs/en-US/minimum-system-requirements.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/59091fde/docs/en-US/minimum-system-requirements.xml ---------------------------------------------------------------------- diff --git a/docs/en-US/minimum-system-requirements.xml b/docs/en-US/minimum-system-requirements.xml index df23715..dcab039 100644 --- a/docs/en-US/minimum-system-requirements.xml +++ b/docs/en-US/minimum-system-requirements.xml @@ -51,7 +51,7 @@ <listitem><para>4 GB of memory</para></listitem> <listitem><para>36 GB of local disk</para></listitem> <listitem><para>At least 1 NIC</para></listitem> - <listitem><para>Statically allocated IP Address</para></listitem> + <listitem><note><para>If DHCP is used for hosts, ensure that no conflict occurs between DHCP server used for these hosts and the DHCP router created by &PRODUCT;.</para></note></listitem> <listitem><para>Latest hotfixes applied to hypervisor software</para></listitem> <listitem><para>When you deploy &PRODUCT;, the hypervisor host must not have any VMs already running</para></listitem> <listitem><para>All hosts within a cluster must be homogenous. The CPUs must be of the same type, count, and feature flags.</para></listitem>
