[VNFRQTS] appendix d R-62590 and R-93496 17/55517/1
authorstark, steven <ss820f@att.com>
Thu, 14 Jun 2018 21:59:59 +0000 (14:59 -0700)
committersteven stark <ss820f@att.com>
Wed, 27 Jun 2018 22:09:13 +0000 (22:09 +0000)
Change-Id: Ie8d1ac721a76fbf258ff919a578558fcbcfcef32
Issue-ID: VNFRQTS-243
Signed-off-by: stark, steven <ss820f@att.com>
(cherry picked from commit 5c24c8f0ced5724eb40ce4886cecfd1c7781004c)

docs/Chapter8.rst

index 952c263..c90a64a 100644 (file)
@@ -2726,10 +2726,26 @@ R-62590 The VNF’s Heat Orchestration Template’s Resource
 ‘OS::Neutron::Port’ property ‘fixed_ips’ map property ‘ip_address’
 parameter associated with an external network, i.e.,
 
+- {vm-type}_{network-role}\_ip\_{index}
+- {vm-type}_{network-role}\_ip\_v6\_{index}
+- {vm-type}_{network-role}_ips
+- {vm-type}_{network-role}_v6_ips
+
+**MUST NOT** be enumerated in the Heat Orchestration Template’s Environment File.
+ONAP provides the IP address assignments at orchestration time.
+
 R-93496 The VNF’s Heat Orchestration Template’s Resource
 ‘OS::Neutron::Port’ property ‘fixed_ips’ map property ‘ip_address’
 parameter associated with an internal network, i.e.,
 
+- {vm-type}\_int\_{network-role}\_ip\_{index}
+- {vm-type}\_int\_{network-role}\_ip\_v6\_{index}
+- {vm-type}\_int\_{network-role}_ips
+- {vm-type}\_int\_{network-role}_v6_ips
+
+**MUST** be enumerated in the Heat Orchestration Template’s Environment
+File and IP addresses **MUST** be assigned.
+
 R-38236 The VNF’s Heat Orchestration Template’s resource
 ‘OS::Neutron::Port’ property ‘fixed_ips’ map property
 ‘subnet’/’subnet_id’ parameter **MUST** be declared type ‘string’.