summaryrefslogtreecommitdiffstats
path: root/site/intel-pod17/networks
diff options
context:
space:
mode:
authorKaspars Skels <kaspars.skels@att.com>2019-12-10 17:01:40 -0600
committerBin Hu <bin.hu@att.com>2019-12-18 23:32:17 +0000
commit64e98d5d03c69acfbb9cd70cb57a14dc964a3280 (patch)
tree282b65b2b8adfadd7ef05ad68bb5adee7ab606f9 /site/intel-pod17/networks
parent85765858d6b037df2ea121f76a257d841730d6f2 (diff)
Various YAML/tools documentation improvements
Change-Id: I72b10d5333284bb0652d0d509c884b9b79c1c74b Signed-off-by: Kaspars Skels <kaspars.skels@att.com> (cherry picked from commit 8bf05ca8b1f7d231e2d3107228e24e95f01f656a)
Diffstat (limited to 'site/intel-pod17/networks')
-rw-r--r--site/intel-pod17/networks/physical/networks.yaml31
1 files changed, 18 insertions, 13 deletions
diff --git a/site/intel-pod17/networks/physical/networks.yaml b/site/intel-pod17/networks/physical/networks.yaml
index 11329c3..3cebeae 100644
--- a/site/intel-pod17/networks/physical/networks.yaml
+++ b/site/intel-pod17/networks/physical/networks.yaml
@@ -4,21 +4,26 @@
#
# The following is reference configuration for Intel hosted POD17
# https://wiki.opnfv.org/display/pharos/Intel+POD17
-# +--------+------------+-----------------------------------+----------+----------+----------------+
-# | | | | | | |
-# +--------+------------+-----------------------------------+----------+----------+----------------+
-# |IF0 1G | dmz | OoB & OAM (default route) | VLAN 170 | untagged | 10.10.170.0/24 |
-# |IF1 1G | admin | PXE boot network | VLAN 171 | untagged | 10.10.171.0/24 |
-# |IF2 10G | private | Underlay calico and ovs overlay | VLAN 172 | untagged | 10.10.172.0/24 |
-# | | management | Management (unused for now) | VLAN 174 | tagged | 10.10.174.0/24 |
-# |IF3 10G | storage | Storage network | VLAN 173 | untagged | 10.10.173.0/24 |
-# | | public | Public network for VMs | VLAN 175 | tagged | 10.10.175.0/24 |
-# +--------+------------+-----------------------------------+----------+----------+----------------+
+# +--------+------------+-----------------------------------+-----------+----------+----------------+
+# | | | | | | |
+# +--------+------------+-----------------------------------+-----------+----------+----------------+
+# |IF0 1G | dmz | OoB & OAM (default route) | VLAN 170 | untagged | 10.10.170.0/24 |
+# |IF1 1G | admin | PXE boot network | VLAN 171 | untagged | 10.10.171.0/24 |
+# |IF2 10G | private | Underlay calico and ovs overlay | VLAN 172 | untagged | 10.10.172.0/24 |
+# | | management | Management (unused for now) | VLAN 174 | tagged | 10.10.174.0/24 |
+# |IF3 10G | storage | Storage network | VLAN 173 | untagged | 10.10.173.0/24 |
+# | | public | Public network for VMs | VLAN 1173 | tagged | 10.10.175.0/24 |
+# +--------+------------+-----------------------------------+-----------+----------+----------------+
#
-# For standard Airship deployments, you should not need to modify the number of
-# NetworkLinks and Networks in this file. Only the IP addresses and CIDRs should
-# need editing.
+# For standard Airshipi/OPNFV deployments, you should not need to modify the
+# number of NetworkLinks and Networks in this file. Only the IP addresses and
+# CIDRs should need editing.
#
+# The general Drydock documentation contains additional details, exmaples
+# and how-tos on working with Drydock/YAMLs in more generic way and enabling
+# custom/additional features not represented here (such as bonded networks).
+# https://airship-drydock.readthedocs.io/en/latest/topology.html#defining-networking
+
schema: 'drydock/NetworkLink/v1'
metadata:
schema: 'metadata/Document/v1'