summaryrefslogtreecommitdiffstats
path: root/docs/sections/installation_heat.rst
diff options
context:
space:
mode:
authorLusheng Ji <lji@research.att.com>2018-06-06 00:20:03 -0400
committerLusheng Ji <lji@research.att.com>2018-06-06 08:13:38 -0400
commiteaac78d809a0a019718cb8b070f496b6883bb130 (patch)
treeb562042115bdef60061edd9babc5a38b6e860b82 /docs/sections/installation_heat.rst
parent768421bae7586ffe6c4dc2f967471a2c5434cd98 (diff)
Fix doc build warnings2.0.0-ONAP2.0.0-ONAP
Issue-ID: DCAEGEN2-516 Change-Id: I94f1c7fcf5e4a21752c3ce9d8d71d98f2140e1ee Signed-off-by: Lusheng Ji <lji@research.att.com>
Diffstat (limited to 'docs/sections/installation_heat.rst')
-rw-r--r--docs/sections/installation_heat.rst37
1 files changed, 20 insertions, 17 deletions
diff --git a/docs/sections/installation_heat.rst b/docs/sections/installation_heat.rst
index 2653d63d..07d2b01b 100644
--- a/docs/sections/installation_heat.rst
+++ b/docs/sections/installation_heat.rst
@@ -19,23 +19,26 @@ When a new "stack" is created using the template, the following virtual resource
* A virtual router interconnecting the private OAM network with the external network of the OpenStack installation.
* A key-pair named onap_key_{{RAND}}.
* A security group named onap_sg_{{RAND}}.
-* A list of VMs for ONAP components. Each VM has one NIC connected to the OAM network and assigned a fixed IP. Each VM is also assigned a floating IP address from the external network. The VM hostnames are name consistently across different ONAP deployments, a user defined prefix, denoted as {{PREFIX}}, followed by a descriptive string for the ONAP component this VM runs, and optionally followed by a sub-function name. In the parameter env file supplied when running the Heat template, the {{PREFIX}} is defined by the **vm_base_name** parameter. The VMs of the same ONAP role across different ONAP deployments will always have the same OAM network IP address. For example, the Message Router will always have the OAM network IP address of 10.0.11.1. The list below provides the IP addresses and hostnames for ONAP components
-that are relevant to DCAE.
-
- ============== ========================== ==========================
- ONAP Role VM (Neutron) hostname OAM IP address(s)
- ============== ========================== ==========================
- A&AI {{PREFIX}}-aai-inst1 10.0.1.1
- SDC {{PREFIX}}-sdc 10.0.3.1
- DCAE {{PREFIX}}-dcae 10.0.4.1
- Policy {{PREFIX}}-policy 10.0.6.1
- SD&C {{PREFIX}}-sdnc 10.0.7.1
- Robot TF {{PREFIX}}-robot 10.0.10.1
- Message Router {{PREFIX}}-message-router 10.0.11.1
- CLAMP {{PREFIX}}-clamp 10.0.12.1
- Private DNS {{PREFIX}}-dns-server 10.0.100.1
- ============== ========================== ==========================
-* Each of the above VMs will also be associated with a floating IP address from the external network.
+* A list of VMs for ONAP components. Each VM has one NIC connected to the OAM network and assigned a fixed IP. Each VM is also assigned a floating IP address from the external network. The VM hostnames are name consistently across different ONAP deployments, a user defined prefix, denoted as {{PREFIX}}, followed by a descriptive string for the ONAP component this VM runs, and optionally followed by a sub-function name. In the parameter env file supplied when running the Heat template, the {{PREFIX}} is defined by the **vm_base_name** parameter. The VMs of the same ONAP role across different ONAP deployments will always have the same OAM network IP address. For example, the Message Router will always have the OAM network IP address of 10.0.11.1.
+
+
+The list below provides the IP addresses and hostnames for ONAP components that are relevant to DCAE.
+
+============== ========================== ==========================
+ONAP Role VM (Neutron) hostname OAM IP address(s)
+============== ========================== ==========================
+A&AI {{PREFIX}}-aai-inst1 10.0.1.1
+SDC {{PREFIX}}-sdc 10.0.3.1
+DCAE {{PREFIX}}-dcae 10.0.4.1
+Policy {{PREFIX}}-policy 10.0.6.1
+SD&C {{PREFIX}}-sdnc 10.0.7.1
+Robot TF {{PREFIX}}-robot 10.0.10.1
+Message Router {{PREFIX}}-message-router 10.0.11.1
+CLAMP {{PREFIX}}-clamp 10.0.12.1
+Private DNS {{PREFIX}}-dns-server 10.0.100.1
+============== ========================== ==========================
+
+(Each of the above VMs will also be associated with a floating IP address from the external network.)
DCAE Deployment