From 59330ac9f35ad76ab76904df305562ce56535c4e Mon Sep 17 00:00:00 2001 From: "stark, steven" Date: Thu, 14 Jun 2018 14:59:59 -0700 Subject: [PATCH] [VNFRQTS] appendix d R-62590 and R-93496 Change-Id: Ie8d1ac721a76fbf258ff919a578558fcbcfcef32 Issue-ID: VNFRQTS-243 Signed-off-by: stark, steven (cherry picked from commit 5c24c8f0ced5724eb40ce4886cecfd1c7781004c) --- docs/Chapter8.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/Chapter8.rst b/docs/Chapter8.rst index 952c263..c90a64a 100644 --- a/docs/Chapter8.rst +++ b/docs/Chapter8.rst @@ -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’. -- 2.16.6