Updated Branches:
  refs/heads/master c8f3fc455 -> 99fb423ee

cleaning up some stray files added recently


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/99fb423e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/99fb423e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/99fb423e

Branch: refs/heads/master
Commit: 99fb423ee8bd84102686e22977e3e9281286cb6d
Parents: c8f3fc4
Author: Joe Brockmeier <[email protected]>
Authored: Fri Aug 10 23:10:54 2012 -0400
Committer: David Nalley <[email protected]>
Committed: Fri Aug 10 23:10:54 2012 -0400

----------------------------------------------------------------------
 docs/en-US/about-physical-networks.xml             |   21 +++++++++++++-
 docs/en-US/advanced-zone-guest-ip-addresses.xml    |   23 +++++++++++++-
 docs/en-US/advanced-zone-network-traffic-types.xml |   23 +++++++++++++-
 docs/en-US/advanced-zone-public-ip-addresses.xml   |   23 +++++++++++++-
 docs/en-US/basic-zone-guest-ip-addresses.xml       |   23 +++++++++++++-
 docs/en-US/basic-zone-network-traffic-types.xml    |   21 +++++++++++++-
 ...onfigure-public-traffic-in-an-advanced-zone.xml |   19 ++++++++++++
 docs/en-US/nfs-shares-on-management-server.xml     |   19 ++++++++++++
 8 files changed, 162 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/99fb423e/docs/en-US/about-physical-networks.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/about-physical-networks.xml 
b/docs/en-US/about-physical-networks.xml
index 3d18b89..7a9889a 100644
--- a/docs/en-US/about-physical-networks.xml
+++ b/docs/en-US/about-physical-networks.xml
@@ -1,8 +1,27 @@
 <?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE bookinfo PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" 
"file:///C:/Program%20Files%20(x86)/Publican/DocBook_DTD/docbookx.dtd" [
+<!DOCTYPE bookinfo PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" 
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"; [
 <!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
 %BOOK_ENTITIES;
 ]>
+
+<!-- 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="about-physical-networks">
        <title>About Physical Networks</title>
     <para>Part of adding a zone is setting up the physical network. One or (in 
an advanced zone) more physical networks can be associated with each zone. The 
network corresponds to a NIC on the hypervisor host. Each physical network can 
carry one or more types of network traffic. The choices of traffic type for 
each network vary depending on whether you are creating a zone with basic 
networking or advanced networking.</para>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/99fb423e/docs/en-US/advanced-zone-guest-ip-addresses.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/advanced-zone-guest-ip-addresses.xml 
b/docs/en-US/advanced-zone-guest-ip-addresses.xml
index 4b15183..b5d10a0 100644
--- a/docs/en-US/advanced-zone-guest-ip-addresses.xml
+++ b/docs/en-US/advanced-zone-guest-ip-addresses.xml
@@ -1,9 +1,28 @@
 <?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" 
"file:///C:/Program%20Files%20(x86)/Publican/DocBook_DTD/docbookx.dtd" [
+<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" 
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"; [
 <!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
 %BOOK_ENTITIES;
 ]>
+
+<!-- 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="advanced-zone-guest-ip-addresses">
     <title>Advanced Zone Guest IP Addresses</title>
     <para>When advanced networking is used, the administrator can create 
additional networks for use by the guests.  These networks can span the zone 
and be available to all accounts, or they can be scoped to a single account, in 
which case only the named account may create guests that attach to these 
networks.  The networks are defined by a VLAN ID, IP range, and gateway.  The 
administrator may provision thousands of these networks if desired.</para>
-</section>
\ No newline at end of file
+</section>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/99fb423e/docs/en-US/advanced-zone-network-traffic-types.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/advanced-zone-network-traffic-types.xml 
b/docs/en-US/advanced-zone-network-traffic-types.xml
index adf2d9f..caeb08c 100644
--- a/docs/en-US/advanced-zone-network-traffic-types.xml
+++ b/docs/en-US/advanced-zone-network-traffic-types.xml
@@ -1,8 +1,27 @@
 <?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" 
"file:///C:/Program%20Files%20(x86)/Publican/DocBook_DTD/docbookx.dtd" [
+<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" 
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"; [
 <!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
 %BOOK_ENTITIES;
 ]>
+
+<!-- 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="advanced-zone-network-traffic-types">
        <title>Advanced Zone Network Traffic Types</title>
     <para>When advanced networking is used, there can be multiple physical 
networks in the zone. Each physical network can carry one or more traffic 
types, and  you need to let &PRODUCT; know which type of network traffic you 
want each network to carry. The traffic types in an advanced zone are:</para>
@@ -13,4 +32,4 @@
         <listitem><para>Storage. Traffic such as VM templates and snapshots, 
which is sent between the secondary storage VM and secondary storage servers. 
&PRODUCT; uses a separate Network Interface Controller (NIC) named storage NIC 
for storage network traffic. Use of a storage NIC that always operates on a 
high bandwidth network allows fast template and snapshot copying. You must 
configure the IP range to use for the storage network.</para></listitem>
     </itemizedlist>
     <para>These traffic types can each be on a separate physical network, or 
they can be combined with certain restrictions. When you use the Add Zone 
wizard in the UI to create a new zone, you are guided into making only valid 
choices.</para>
-</section>
\ No newline at end of file
+</section>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/99fb423e/docs/en-US/advanced-zone-public-ip-addresses.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/advanced-zone-public-ip-addresses.xml 
b/docs/en-US/advanced-zone-public-ip-addresses.xml
index 2a38696..eeb9404 100644
--- a/docs/en-US/advanced-zone-public-ip-addresses.xml
+++ b/docs/en-US/advanced-zone-public-ip-addresses.xml
@@ -1,9 +1,28 @@
 <?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" 
"file:///C:/Program%20Files%20(x86)/Publican/DocBook_DTD/docbookx.dtd" [
+<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" 
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"; [
 <!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
 %BOOK_ENTITIES;
 ]>
+
+<!-- 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="advanced-zone-public-ip-addresses">
     <title>Advanced Zone Public IP Addresses</title>
     <para>When advanced networking is used, the administrator can create 
additional networks for use by the guests.  These networks can span the zone 
and be available to all accounts, or they can be scoped to a single account, in 
which case only the named account may create guests that attach to these 
networks.  The networks are defined by a VLAN ID, IP range, and gateway.  The 
administrator may provision thousands of these networks if desired.</para>
-</section>
\ No newline at end of file
+</section>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/99fb423e/docs/en-US/basic-zone-guest-ip-addresses.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/basic-zone-guest-ip-addresses.xml 
b/docs/en-US/basic-zone-guest-ip-addresses.xml
index a29fffb..d1d9135 100644
--- a/docs/en-US/basic-zone-guest-ip-addresses.xml
+++ b/docs/en-US/basic-zone-guest-ip-addresses.xml
@@ -1,9 +1,28 @@
 <?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" 
"file:///C:/Program%20Files%20(x86)/Publican/DocBook_DTD/docbookx.dtd" [
+<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" 
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"; [
 <!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
 %BOOK_ENTITIES;
 ]>
+
+<!-- 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="basic-zone-guest-ip-addresses">
     <title>Basic Zone Guest IP Addresses</title>
     <para>When basic networking is used, CloudPlatform will assign IP 
addresses in the CIDR of the pod to the guests in that pod.  The administrator 
must add a Direct IP range on the pod for this purpose.  These IPs are in the 
same VLAN as the hosts.</para>
-</section>
\ No newline at end of file
+</section>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/99fb423e/docs/en-US/basic-zone-network-traffic-types.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/basic-zone-network-traffic-types.xml 
b/docs/en-US/basic-zone-network-traffic-types.xml
index 530fb0f..ac835aa 100644
--- a/docs/en-US/basic-zone-network-traffic-types.xml
+++ b/docs/en-US/basic-zone-network-traffic-types.xml
@@ -1,8 +1,27 @@
 <?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" 
"file:///C:/Program%20Files%20(x86)/Publican/DocBook_DTD/docbookx.dtd" [
+<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" 
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"; [
 <!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
 %BOOK_ENTITIES;
 ]>
+
+<!-- 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="basic-zone-network-traffic-types">
        <title>Basic Zone Network Traffic Types</title>
     <para>When basic networking is used, there can be only one physical 
network in the zone. That physical network carries the following traffic 
types:</para>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/99fb423e/docs/en-US/configure-public-traffic-in-an-advanced-zone.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/configure-public-traffic-in-an-advanced-zone.xml 
b/docs/en-US/configure-public-traffic-in-an-advanced-zone.xml
index 8a9fb4a..960a1a3 100644
--- a/docs/en-US/configure-public-traffic-in-an-advanced-zone.xml
+++ b/docs/en-US/configure-public-traffic-in-an-advanced-zone.xml
@@ -3,6 +3,25 @@
 <!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
 %BOOK_ENTITIES;
 ]>
+
+<!-- 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="configure-public-traffic-in-an-advanced-zone">
     <title>Configure Public Traffic in an Advanced Zone</title>
     <para>In a zone that uses advanced networking, you need to configure at 
least one range of IP addresses for Internet traffic.</para>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/99fb423e/docs/en-US/nfs-shares-on-management-server.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/nfs-shares-on-management-server.xml 
b/docs/en-US/nfs-shares-on-management-server.xml
index f1c0f42..a0884ba 100644
--- a/docs/en-US/nfs-shares-on-management-server.xml
+++ b/docs/en-US/nfs-shares-on-management-server.xml
@@ -3,6 +3,25 @@
 <!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
 %BOOK_ENTITIES;
 ]>
+
+<!-- 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="nfs-shares-on-management-server">
        <title>Using the Management Server As the NFS Server</title>
        <para>This section tells how to set up NFS shares for primary and 
secondary storage on the same node with the Management Server.  This is more 
typical of a trial installation, but is technically possible in a larger 
deployment. It is assumed that you will have less than 16TB of storage on the 
host.</para> 

Reply via email to