diff options
Diffstat (limited to 'docs')
-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’. |