diff options
author | stark, steven <ss820f@att.com> | 2018-06-14 14:59:59 -0700 |
---|---|---|
committer | steven stark <ss820f@att.com> | 2018-06-27 22:09:13 +0000 |
commit | 59330ac9f35ad76ab76904df305562ce56535c4e (patch) | |
tree | 971e314549572a95a5384c11e4dc9385594d6e7d /docs/Chapter8.rst | |
parent | fe3390395d97f1a0fe2e8f4ab5cd8a3d08070958 (diff) |
[VNFRQTS] appendix d R-62590 and R-93496
Change-Id: Ie8d1ac721a76fbf258ff919a578558fcbcfcef32
Issue-ID: VNFRQTS-243
Signed-off-by: stark, steven <ss820f@att.com>
(cherry picked from commit 5c24c8f0ced5724eb40ce4886cecfd1c7781004c)
Diffstat (limited to 'docs/Chapter8.rst')
-rw-r--r-- | docs/Chapter8.rst | 16 |
1 files changed, 16 insertions, 0 deletions
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’. |