diff options
Diffstat (limited to 'docs/labs')
-rw-r--r-- | docs/labs/zte-sh-lab/index.rst | 6 | ||||
-rw-r--r-- | docs/labs/zte-sh-lab/lab_description.rst | 4 | ||||
-rw-r--r-- | docs/labs/zte-sh-lab/pod-1.rst (renamed from docs/labs/zte-sh-lab/pod1_description.rst) | 0 | ||||
-rw-r--r-- | docs/labs/zte-sh-lab/pod-1.yaml (renamed from docs/labs/zte-sh-lab/pod1_inventory.yaml) | 9 | ||||
-rw-r--r-- | docs/labs/zte-sh-lab/pod-2.rst (renamed from docs/labs/zte-sh-lab/pod2_description.rst) | 0 | ||||
-rw-r--r-- | docs/labs/zte-sh-lab/pod-2.yaml (renamed from docs/labs/zte-sh-lab/pod2_inventory.yaml) | 9 | ||||
-rw-r--r-- | docs/labs/zte-sh-lab/pod-3.rst (renamed from docs/labs/zte-sh-lab/pod3_description.rst) | 0 | ||||
-rw-r--r-- | docs/labs/zte-sh-lab/pod-3.yaml (renamed from docs/labs/zte-sh-lab/pod3_inventory.yaml) | 9 |
8 files changed, 32 insertions, 5 deletions
diff --git a/docs/labs/zte-sh-lab/index.rst b/docs/labs/zte-sh-lab/index.rst index f8ee36ed..f767d8d5 100644 --- a/docs/labs/zte-sh-lab/index.rst +++ b/docs/labs/zte-sh-lab/index.rst @@ -13,6 +13,6 @@ ZTE SH Pharos Lab Configuration Files :maxdepth: 2 ./lab_description.rst - ./pod1_description.rst - ./pod2_description.rst - ./pod3_description.rst + ./pod-1.rst + ./pod-2.rst + ./pod-3.rst diff --git a/docs/labs/zte-sh-lab/lab_description.rst b/docs/labs/zte-sh-lab/lab_description.rst index 47caed45..0d9d2dd0 100644 --- a/docs/labs/zte-sh-lab/lab_description.rst +++ b/docs/labs/zte-sh-lab/lab_description.rst @@ -95,8 +95,8 @@ Lab Topology .. image:: ./images/zte_sh_lab_topology.png :alt: Lab diagram not found -All the PODs share the same **Jump Host** for only one public IP address is allocated for the -pharos lab. Deploy servers are separated from Jump Host. Every 2 PODs share one **Deploy Server**. +All the PODs share the same **Jump Host** for only one public IP address is allocated for ZTE +Pharos Lab. Deploy servers are separated from Jump Host. Each POD has itsown **Deploy Server**. **Jump Host** diff --git a/docs/labs/zte-sh-lab/pod1_description.rst b/docs/labs/zte-sh-lab/pod-1.rst index 7ec53a82..7ec53a82 100644 --- a/docs/labs/zte-sh-lab/pod1_description.rst +++ b/docs/labs/zte-sh-lab/pod-1.rst diff --git a/docs/labs/zte-sh-lab/pod1_inventory.yaml b/docs/labs/zte-sh-lab/pod-1.yaml index 3414bc12..747461a6 100644 --- a/docs/labs/zte-sh-lab/pod1_inventory.yaml +++ b/docs/labs/zte-sh-lab/pod-1.yaml @@ -1,3 +1,12 @@ +############################################################################## +## Copyright (c) 2015 ZTE Corp. and others. +## +## All rights reserved. This program and the accompanying materials +## are made available under the terms of the Apache License, Version 2.0 +## which accompanies this distribution, and is available at +## http://www.apache.org/licenses/LICENSE-2.0 +############################################################################### + nodes: - name: node1 tags: control #optional param, other valid value "compute" diff --git a/docs/labs/zte-sh-lab/pod2_description.rst b/docs/labs/zte-sh-lab/pod-2.rst index 961aa2a0..961aa2a0 100644 --- a/docs/labs/zte-sh-lab/pod2_description.rst +++ b/docs/labs/zte-sh-lab/pod-2.rst diff --git a/docs/labs/zte-sh-lab/pod2_inventory.yaml b/docs/labs/zte-sh-lab/pod-2.yaml index a49ac190..55d478fd 100644 --- a/docs/labs/zte-sh-lab/pod2_inventory.yaml +++ b/docs/labs/zte-sh-lab/pod-2.yaml @@ -1,3 +1,12 @@ +############################################################################## +## Copyright (c) 2015 ZTE Corp. and others. +## +## All rights reserved. This program and the accompanying materials +## are made available under the terms of the Apache License, Version 2.0 +## which accompanies this distribution, and is available at +## http://www.apache.org/licenses/LICENSE-2.0 +############################################################################### + nodes: - name: node1 tags: control #optional param, other valid value "compute" diff --git a/docs/labs/zte-sh-lab/pod3_description.rst b/docs/labs/zte-sh-lab/pod-3.rst index f0cfae7b..f0cfae7b 100644 --- a/docs/labs/zte-sh-lab/pod3_description.rst +++ b/docs/labs/zte-sh-lab/pod-3.rst diff --git a/docs/labs/zte-sh-lab/pod3_inventory.yaml b/docs/labs/zte-sh-lab/pod-3.yaml index 061c07cb..e3557fc2 100644 --- a/docs/labs/zte-sh-lab/pod3_inventory.yaml +++ b/docs/labs/zte-sh-lab/pod-3.yaml @@ -1,3 +1,12 @@ +############################################################################## +## Copyright (c) 2015 ZTE Corp. and others. +## +## All rights reserved. This program and the accompanying materials +## are made available under the terms of the Apache License, Version 2.0 +## which accompanies this distribution, and is available at +## http://www.apache.org/licenses/LICENSE-2.0 +############################################################################### + nodes: - name: node1 tags: control |