summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLovett, Trevor <trevor.lovett@att.com>2020-11-19 14:25:14 -0600
committerLovett, Trevor <trevor.lovett@att.com>2020-11-19 14:25:14 -0600
commita5e7b3f58369e43a762637d63477a0d30510252a (patch)
tree5481dc548849cfadd24ed0c98e90a3427a405850
parent08bfbb6cac655900d169babf886521080d50f463 (diff)
Update Guilin release notesguilin
- Changed process to generate detailed comparison because published JSON no longer carries current and prior versions requirements. Now the prior version must be created and pointed to via command line Issue-ID: VNFRQTS-937 Signed-off-by: Lovett, Trevor <trevor.lovett@att.com> Change-Id: I01a6b5e943f06ebf26780db0b87ae0a7f9a811e1
-rw-r--r--docs/Chapter7/PNF-Plug-and-Play.rst2
-rw-r--r--docs/changes-by-section-guilin.rst1581
-rw-r--r--docs/data/needs.json29396
-rw-r--r--docs/release-notes.rst22
-rw-r--r--gen_requirement_changes.py100
-rw-r--r--release-requirement-changes.rst.jinja22
6 files changed, 31039 insertions, 64 deletions
diff --git a/docs/Chapter7/PNF-Plug-and-Play.rst b/docs/Chapter7/PNF-Plug-and-Play.rst
index b77a062..4a0e73e 100644
--- a/docs/Chapter7/PNF-Plug-and-Play.rst
+++ b/docs/Chapter7/PNF-Plug-and-Play.rst
@@ -38,7 +38,7 @@ The following are the requirements related to PNF Plug and Play.
:introduced: casablanca
:updated: guilin
- A PNF MUST support the pnfRegistration VES event which is required to integrate with ONAP’s PNF Plug and Play capabilities.
+ A PNF **MUST** support the pnfRegistration VES event which is required to integrate with ONAP’s PNF Plug and Play capabilities.
.. req::
:id: R-258352
diff --git a/docs/changes-by-section-guilin.rst b/docs/changes-by-section-guilin.rst
new file mode 100644
index 0000000..cc08426
--- /dev/null
+++ b/docs/changes-by-section-guilin.rst
@@ -0,0 +1,1581 @@
+.. Modifications Copyright © 2017-2018 AT&T Intellectual Property.
+
+.. Licensed under the Creative Commons License, Attribution 4.0 Intl.
+ (the "License"); you may not use this documentation except in compliance
+ with the License. You may obtain a copy of the License at
+
+.. https://creativecommons.org/licenses/by/4.0/
+
+.. Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+
+Requirement Changes Introduced in Guilin
+----------------------------------------
+
+This document summarizes the requirement changes by section that were
+introduced between the Frankfurt release and
+Guilin release. Click on the requirement number to
+navigate to the
+
+.. contents::
+ :depth: 2
+
+Summary of Changes
+^^^^^^^^^^^^^^^^^^
+
+* **Requirements Added:** 30
+* **Requirements Changed:** 51
+* **Requirements Removed:** 37
+
+
+Configuration Management > Ansible Standards and Capabilities > VNF or PNF Configuration via Ansible Requirements > Ansible Client Requirements
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+
+Requirements Changed
+~~~~~~~~~~~~~~~~~~~~
+
+
+.. container:: note
+
+ :need:`R-67124`
+
+ The VNF or PNF Provider's Ansible playbooks **MUST** be designed to run
+ using an inventory hosts file in a supported format; with group names
+ matching VNFC 3-character string adding "vip" for groups with virtual IP
+ addresses shared by multiple VMs as seen in examples provided in Appendix.
+
+
+.. container:: note
+
+ :need:`R-94567`
+
+ The VNF or PNF Provider's Ansible playbooks **MUST** be designed to run
+ using an inventory hosts file in a supported format with only IP addresses
+ or IP addresses and VM/VNF or PNF names.
+
+
+.. container:: note
+
+ :need:`R-24482`
+
+ The VNF or PNF Provider's Ansible playbooks **MUST** be designed to run
+ using an inventory hosts file in a supported format; with site group that
+ shall be used to add site specific configurations to the target VNF or PNF
+ VM(s) as needed.
+
+
+.. container:: note
+
+ :need:`R-82018`
+
+ The VNF or PNF **MUST** load the Ansible Server SSH public key onto VNF or
+ PNF VM(s) /root/.ssh/authorized_keys as part of instantiation. Alternative,
+ is for Ansible Server SSH public key to be loaded onto VNF or PNF
+ under /home/<Mechanized user ID>/.ssh/authorized_keys as part of
+ instantiation, when a Mechanized user ID is created during instantiation,
+ and Configure and all playbooks are designed to use a mechanized user ID
+ only for authentication (never using root authentication during Configure
+ playbook run). This will allow the Ansible Server to authenticate to
+ perform post-instantiation configuration without manual intervention and
+ without requiring specific VNF or PNF login IDs and passwords.
+
+ *CAUTION*: For VNFs or PNFs configured using Ansible, to eliminate the need
+ for manual steps, post-instantiation and pre-configuration, to
+ upload of SSH public keys, SSH public keys loaded during (heat)
+ instantiation shall be preserved and not removed by (heat) embedded
+ (userdata) scripts.
+
+
+.. container:: note
+
+ :need:`R-92866`
+
+ The VNF or PNF Provider **MUST** include as part of post-instantiation
+ configuration done by Ansible Playbooks the removal/update of the SSH
+ public key from ``/root/.ssh/authorized_keys``, and update of SSH keys
+ loaded through instantiation to support Ansible. This may include creating
+ Mechanized user ID(s) used by the Ansible Server(s) on VNF VM(s) and
+ uploading and installing new SSH keys used by the mechanized use ID(s).
+
+
+Configuration Management > Ansible Standards and Capabilities > VNF or PNF Configuration via Ansible Requirements > Ansible Playbook Requirements
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+
+Requirements Added
+~~~~~~~~~~~~~~~~~~
+
+
+.. container:: note
+
+ :need:`R-195620`
+
+ The VNF or PNF Provider's Ansible playbooks **SHOULD** compare the version(s)
+ of Ansible that the VNF Provider developed and tested against to the
+ ``ansible_version.full`` value during playbook execution, and issue a
+ ``WARNING`` message if the operator version is not one of the tested
+ versions.
+
+
+.. container:: note
+
+ :need:`R-444446`
+
+ The VNF or PNF Provider's Ansible playbooks **SHOULD** issue log messages
+ in the same format as Ansible's default messages:
+ ``[<Log Level>]: <message>``
+
+ Example:
+
+ ``[WARNING]: Ansible version 2.9.3 does not match a known,
+ tested version: 2.8.1, 2.8.2``
+
+
+.. container:: note
+
+ :need:`R-918136`
+
+ The VNF or PNF Provider's Ansible playbooks **MUST NOT** fail due to
+ a mismatched version check as specified in R-918136. The warning message
+ should be issued, and the playbook execution should continue as normal.
+
+
+Requirements Changed
+~~~~~~~~~~~~~~~~~~~~
+
+
+.. container:: note
+
+ :need:`R-49911`
+
+ The VNF or PNF Provider **MUST** assign a new point release to the updated
+ Ansible playbook set. The functionality of a new playbook set must be
+ tested before it is deployed to the production.
+
+
+.. container:: note
+
+ :need:`R-24189`
+
+ The VNF or PNF Provider **MUST** deliver a new set of Ansible playbooks that
+ includes all updated and unchanged playbooks for any new revision to an
+ existing set of playbooks.
+
+
+.. container:: note
+
+ :need:`R-53245`
+
+ The VNF or PNF Provider's Ansible playbooks **MUST NOT** require
+ passwords or secrets to be passed in clear text in the command line or
+ Rest API request to run the playbook.
+
+
+.. container:: note
+
+ :need:`R-51442`
+
+ The VNF or PNF Provider's Ansible playbooks **SHOULD** be designed to
+ automatically 'rollback' to the original state in case of any errors
+ for actions that change state of the VNF or PNF (e.g., configure).
+
+ **Note**: In case rollback at the playbook level is not supported or
+ possible, the VNF or PNF provider shall provide alternative rollback
+ mechanism (e.g., for a small VNF or PNF the rollback mechanism may rely
+ on workflow to terminate and re-instantiate VNF VMs and then re-run
+ playbook(s)). Backing up updated files is also recommended to support
+ rollback when soft rollback is feasible.
+
+
+.. container:: note
+
+ :need:`R-49396`
+
+ The VNF or PNF Provider's Ansible playbooks **MUST** support each APPC/SDN-C
+ VNF or PNF action by invocation of **one** playbook [#7.3.4]_. The playbook
+ will be responsible for executing all necessary tasks (as well as calling
+ other playbooks) to complete the request.
+
+
+.. container:: note
+
+ :need:`R-50252`
+
+ The VNF or PNF Provider's Ansible playbooks **MUST** write to a response
+ file in JSON format that will be retrieved and made available by the
+ Ansible Server if, as part of a VNF or PNF action (e.g., audit), a playbook
+ is required to return any VNF or PNF information/response. The text files
+ must be written in the main playbook home directory, in JSON format. The
+ JSON file must be created for the VNF or PNF with the name '<VNF or PNF name>_results.txt'. All playbook
+ output results, for all VNF VMS or PNF Server/Blades, to be provided as a
+ response to the request, must be written to this response file.
+
+
+.. container:: note
+
+ :need:`R-58301`
+
+ The VNF or PNF Provider's Ansible playbooks **SHOULD NOT** make requests to
+ Cloud resources e.g. Openstack (nova, neutron, glance, heat, etc.);
+ therefore, there is no use for Cloud specific variables like Openstack
+ UUIDs in Ansible Playbook related artifacts.
+
+ **Rationale**: Flows that require interactions with Cloud services e.g.
+ Openstack shall rely on workflows run by an Orchestrator
+ (Change Management) or other capability (such as a control loop or
+ Operations GUI) outside Ansible Server which can be executed by a
+ APPC/SDN-C. There are policies, as part of Control Loop
+ models, that send remediation action requests to an APPC/SDN-C; these
+ are triggered as a response to an event or correlated events published
+ to Event Bus.
+
+
+.. container:: note
+
+ :need:`R-09209`
+
+ The VNF or PNF Provider's Ansible playbooks **MUST** store any playbook
+ configuration data that requires encryption (passwords, secrets, etc.) in
+ a JSON (.json), YAML (.yaml|.yml) or INI (.ini) file, which will be placed
+ in ``<VNF type>/<Version>/ansible/vars`` directory.
+
+
+.. container:: note
+
+ :need:`R-46823`
+
+ The VNF or PNF Provider's Ansible playbooks **MUST** store passwords and
+ other attributes that must remain secret in JSON, YAML or INI with
+ differentiated names when passwords and secrets vary from environment to
+ environment. Example, name must include <Mechanized user ID>_...json or
+ <Mechanized user ID>_...xml when labs and production use different passwords
+ and/or secrets. The <Mechanized user ID> is discovered from the environment
+ ``/etc/ansible/ansible.cfg`` where the playbook runs.
+
+
+.. container:: note
+
+ :need:`R-48698`
+
+ The VNF or PNF Provider's Ansible playbooks **MUST** utilize information
+ from key value pairs that will be provided by the Ansible Server as
+ ``extra-vars`` during invocation to execute the desired VNF or PNF action.
+ The "extra-vars" attribute-value pairs are passed to the Ansible Server by
+ an APPC/SDN-C as part of the Rest API request. If the playbook requires
+ files, they must also be supplied using the methodology detailed in the
+ Ansible Server API, unless they are bundled with playbooks, example,
+ generic templates. Any files containing instance specific info
+ (attribute-value pairs), not obtainable
+ from any ONAP inventory databases or other sources, referenced and used as
+ input by playbooks, shall be provisioned (and distributed) in advance of
+ use, e.g., VNF or PNF instantiation. Recommendation is to avoid these
+ instance specific, manually created in advance of instantiation, files.
+
+
+.. container:: note
+
+ :need:`R-83092`
+
+ The VNF or PNF Provider's Ansible playbooks **MUST** load passwords
+ and other attributes that must remain secret from JSON, YAML or INI files
+ that can be encrypted/decrypted using Ansible Vault capabilities.
+
+
+.. container:: note
+
+ :need:`R-39003`
+
+ The VNF or PNF Provider's Ansible playbooks **MUST** store passwords and
+ other attributes that must remain secret in JSON, YAML or INI files that
+ can be encrypted/decrypted using Ansible Vault capabilities.
+
+
+.. container:: note
+
+ :need:`R-43253`
+
+ The VNF or PNF Provider's Ansible playbooks **MUST** be designed to allow
+ Ansible Server to infer failure or success based on the "PLAY_RECAP"
+ capability.
+
+ **Note**: There are cases where playbooks need to interpret results
+ of a task and then determine success or failure and return result
+ accordingly (failure for failed tasks).
+
+
+.. container:: note
+
+ :need:`R-78640`
+
+ The VNF or PNF Provider's Ansible playbooks **SHOULD** provide a single
+ YAML or JSON file with all the passwords and secrets to reduce the number
+ of files to be decrypted/encrypted before on-boarding into the central
+ repository.
+
+
+.. container:: note
+
+ :need:`R-20988`
+
+ The VNF or PNF Provider's Ansible playbooks **MUST** not log or
+ display passwords and other attributes that must remain secret when
+ running playbook in debug mode.
+
+ NOTE: Use ``no_log: True``
+
+
+.. container:: note
+
+ :need:`R-42333`
+
+ The VNF or PNF Provider's Ansible playbooks that target a subset of VMs (or
+ servers/blades) part of a VNF (or PNF) instance **MUST** be designed to use
+ the VNF or PNF inventory host file and to use a parameter named
+ ``target_vm_list`` to provide the subset of VMs in the VNF instance
+ specifically targeted by the playbook.
+
+ NOTE: Example of such playbooks would be playbooks used to configure VMs
+ added to a VNF instance as part of a scale-out/up or scale-in/down
+ operation. Such playbook is expected to also need to perform
+ configuration/reconfiguration tasks part of the base VNF instance build.
+
+
+.. container:: note
+
+ :need:`R-43353`
+
+ The VNF or PNF Provider's Ansible playbooks **MUST** return control only
+ after all tasks performed by playbook are fully complete, signaling that the
+ playbook completed all tasks. When starting services, return control
+ only after all services are up. This is critical for workflows where
+ the next steps are dependent on prior tasks being fully completed.
+
+
+.. container:: note
+
+ :need:`R-88786`
+
+ The VNF or PNF Provider's Ansible playbooks **SHOULD** place the passwords
+ and secrets to be edited at the top of the single YAML or JSON file with
+ all the secrets, and the (default) ones that are to remain unchanged '
+ towards the bottom, with commentary separating them.
+
+
+.. container:: note
+
+ :need:`R-33280`
+
+ The VNF or PNF Provider's Ansible playbooks **MUST NOT** contain instance
+ specific values that can not be provided by a parameter to the playbook.
+
+
+.. container:: note
+
+ :need:`R-56988`
+
+ The VNF or PNF Provider's Ansible playbooks **MUST** load any configuration
+ data that requires encryption (passwords, secrets, etc.) in a JSON (.json),
+ YAML (.yaml|.yml) or INI (.ini) file, from the
+ ``<VNF type>/<Version>/ansible/vars`` directory.
+
+
+.. container:: note
+
+ :need:`R-02651`
+
+ The VNF or PNF Provider's Ansible playbooks **SHOULD** use available backup
+ capabilities to save a copy of configuration files before implementing
+ changes to support operations such as backing out of software upgrades,
+ configuration changes or other work as this will help backing out of
+ configuration changes when needed.
+
+
+Requirements Removed
+~~~~~~~~~~~~~~~~~~~~
+
+
+.. container:: note
+
+ R-40293
+
+ The VNF or PNF **MUST** make available playbooks that conform
+ to the ONAP requirement.
+
+
+.. container:: note
+
+ R-49751
+
+ The VNF or PNF **MUST** support Ansible playbooks that are compatible with
+ Ansible version 2.6 or later.
+
+
+Monitoring & Management > Bulk Performance Measurement
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+
+Requirements Changed
+~~~~~~~~~~~~~~~~~~~~
+
+
+.. container:: note
+
+ :need:`R-75943`
+
+ The VNF or PNF **SHOULD** support the data schema defined in 3GPP TS 32.435 or 3GPP TS 28.532, when
+ supporting the event-driven bulk transfer of monitoring data.
+
+
+Monitoring & Management > Monitoring & Management Requirements > Addressing and Delivery Protocol
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+
+Requirements Removed
+~~~~~~~~~~~~~~~~~~~~
+
+
+.. container:: note
+
+ R-01033
+
+ The VNF or PNF **MAY** use another option which is expected to include SFTP
+ for asynchronous bulk files, such as bulk files that contain large volumes
+ of data collected over a long time interval or data collected across many
+ VNFs or PNFs. (Preferred is to reorganize the data into more frequent or more focused
+ data sets, and deliver these by REST or TCP as appropriate.)
+
+
+.. container:: note
+
+ R-03070
+
+ The VNF or PNF **MUST**, by ONAP Policy, provide the ONAP addresses
+ as data destinations for each VNF or PNF, and may be changed by Policy while
+ the VNF or PNF is in operation. We expect the VNF or PNF to be capable of redirecting
+ traffic to changed destinations with no loss of data, for example from
+ one REST URL to another, or from one TCP host and port to another.
+
+
+.. container:: note
+
+ R-08312
+
+ The VNF or PNF **MAY** use another option which is expected to include REST
+ delivery of binary encoded data sets.
+
+
+.. container:: note
+
+ R-63229
+
+ The VNF or PNF **MAY** use another option which is expected to include REST
+ for synchronous data, using RESTCONF (e.g., for VNF or PNF state polling).
+
+
+.. container:: note
+
+ R-79412
+
+ The VNF or PNF **MAY** use another option which is expected to include TCP
+ for high volume streaming asynchronous data sets and for other high volume
+ data sets. TCP delivery can be used for either JSON or binary encoded data
+ sets.
+
+
+.. container:: note
+
+ R-81777
+
+ The VNF or PNF **MUST** be configured with initial address(es) to use
+ at deployment time. Subsequently, address(es) may be changed through
+ ONAP-defined policies delivered from ONAP to the VNF or PNF using PUTs to a
+ RESTful API, in the same manner that other controls over data reporting
+ will be controlled by policy.
+
+
+.. container:: note
+
+ R-84879
+
+ The VNF or PNF **MUST** have the capability of maintaining a primary
+ and backup DNS name (URL) for connecting to ONAP collectors, with the
+ ability to switch between addresses based on conditions defined by policy
+ such as time-outs, and buffering to store messages until they can be
+ delivered. At its discretion, the service provider may choose to populate
+ only one collector address for a VNF or PNF. In this case, the network will
+ promptly resolve connectivity problems caused by a collector or network
+ failure transparently to the VNF or PNF.
+
+
+.. container:: note
+
+ R-88482
+
+ The VNF or PNF **SHOULD** use REST using HTTPS delivery of plain
+ text JSON for moderate sized asynchronous data sets, and for high
+ volume data sets when feasible.
+
+
+Monitoring & Management > Monitoring & Management Requirements > Asynchronous and Synchronous Data Delivery
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+
+Requirements Removed
+~~~~~~~~~~~~~~~~~~~~
+
+
+.. container:: note
+
+ R-11240
+
+ The VNF or PNF **MUST** respond with content encoded in JSON, as
+ described in the RESTCONF specification. This way the encoding of a
+ synchronous communication will be consistent with Avro.
+
+
+.. container:: note
+
+ R-34660
+
+ The VNF or PNF **MUST** use the RESTCONF/NETCONF framework used by
+ the ONAP configuration subsystem for synchronous communication.
+
+
+.. container:: note
+
+ R-42140
+
+ The VNF or PNF **MUST** respond to data requests from ONAP as soon
+ as those requests are received, as a synchronous response.
+
+
+.. container:: note
+
+ R-43327
+
+ The VNF or PNF **SHOULD** use `Modeling JSON text with YANG
+ <https://tools.ietf.org/html/rfc7951>`_, If YANG models need to be
+ translated to and from JSON{RFC7951]. YANG configuration and content can
+ be represented via JSON, consistent with Avro, as described in "Encoding
+ and Serialization" section.
+
+
+.. container:: note
+
+ R-46290
+
+ The VNF or PNF **MUST** respond to an ONAP request to deliver granular
+ data on device or subsystem status or performance, referencing the YANG
+ configuration model for the VNF or PNF by returning the requested data elements.
+
+
+.. container:: note
+
+ R-70266
+
+ The VNF or PNF **MUST** respond to an ONAP request to deliver the
+ current data for any of the record types defined in
+ `Event Records - Data Structure Description`_ by returning the requested
+ record, populated with the current field values. (Currently the defined
+ record types include fault fields, mobile flow fields, measurements for
+ VNF or PNF scaling fields, and syslog fields. Other record types will be added
+ in the future as they become standardized and are made available.)
+
+
+.. container:: note
+
+ R-73285
+
+ The VNF or PNF **MUST** must encode, address and deliver the data
+ as described in the previous paragraphs.
+
+
+.. container:: note
+
+ R-86586
+
+ The VNF or PNF **MUST** use the YANG configuration models and RESTCONF
+ [RFC8040] (https://tools.ietf.org/html/rfc8040).
+
+
+Monitoring & Management > Monitoring & Management Requirements > Google Protocol Buffers (GPB)
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+
+Requirements Removed
+~~~~~~~~~~~~~~~~~~~~
+
+
+.. container:: note
+
+ R-257367
+
+ The VNF or PNF, when leveraging Google Protocol Buffers for events, **MUST**
+ serialize the events using native Google Protocol Buffers (GPB) according
+ to the following guidelines:
+
+ * The keys are represented as integers pointing to the system resources
+ for the VNF or PNF being monitored
+ * The values correspond to integers or strings that identify the
+ operational state of the VNF resource, such a statistics counters and
+ the state of an VNF or PNF resource.
+ * The required Google Protocol Buffers (GPB) metadata is provided in the
+ form of .proto files.
+
+
+.. container:: note
+
+ R-978752
+
+ The VNF or PNF providers **MUST** provide the Service Provider the following
+ artifacts to support the delivery of high-volume VNF or PNF telemetry to
+ DCAE via GPB over TLS/TCP:
+
+ * A valid VES Event .proto definition file, to be used validate and
+ decode an event
+ * A valid high volume measurement .proto definition file, to be used for
+ processing high volume events
+ * A supporting PM content metadata file to be used by analytics
+ applications to process high volume measurement events
+
+
+Monitoring & Management > Monitoring & Management Requirements > JSON
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+
+Requirements Removed
+~~~~~~~~~~~~~~~~~~~~
+
+
+.. container:: note
+
+ R-19624
+
+ The VNF or PNF, when leveraging JSON for events, **MUST** encode and serialize
+ content delivered to ONAP using JSON (RFC 7159) plain text format.
+ High-volume data is to be encoded and serialized using
+ `Avro <http://avro.apache.org/>`_, where the Avro data
+ format are described using JSON.
+
+
+Monitoring & Management > Monitoring & Management Requirements > Reporting Frequency
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+
+Requirements Removed
+~~~~~~~~~~~~~~~~~~~~
+
+
+.. container:: note
+
+ R-146931
+
+ The VNF or PNF **MUST** report exactly one Measurement event per period
+ per source name.
+
+
+.. container:: note
+
+ R-98191
+
+ The VNF or PNF **MUST** vary the frequency that asynchronous data
+ is delivered based on the content and how data may be aggregated or
+ grouped together.
+
+ Note:
+
+ - For example, alarms and alerts are expected to be delivered as
+ soon as they appear. In contrast, other content, such as performance
+ measurements, KPIs or reported network signaling may have various
+ ways of packaging and delivering content. Some content should be
+ streamed immediately; or content may be monitored over a time
+ interval, then packaged as collection of records and delivered
+ as block; or data may be collected until a package of a certain
+ size has been collected; or content may be summarized statistically
+ over a time interval, or computed as a KPI, with the summary or KPI
+ being delivered.
+ - We expect the reporting frequency to be configurable depending on
+ the virtual network functions needs for management. For example,
+ Service Provider may choose to vary the frequency of collection
+ between normal and trouble-shooting scenarios.
+ - Decisions about the frequency of data reporting will affect
+ the size of delivered data sets, recommended delivery method,
+ and how the data will be interpreted by ONAP. These considerations
+ should not affect deserialization and decoding of the data, which
+ will be guided by the accompanying JSON schema or GPB definition
+ files.
+
+
+Monitoring & Management > Monitoring & Management Requirements > Security
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+
+Requirements Removed
+~~~~~~~~~~~~~~~~~~~~
+
+
+.. container:: note
+
+ R-01427
+
+ If the VNF or PNF is using Basic Authentication, then the VNF or
+ PNF **MUST** support the provisioning of security and authentication
+ parameters (HTTP username and password) in order to be able to
+ authenticate with DCAE VES Event Listener.
+
+ Note: The configuration management and provisioning software
+ are specific to a vendor architecture.
+
+
+.. container:: note
+
+ R-42366
+
+ The VNF or PNF **MUST** support secure connections and transports such as
+ Transport Layer Security (TLS) protocol
+ [`RFC5246 <https://tools.ietf.org/html/rfc5246>`_] and should adhere to
+ the best current practices outlined in
+ `RFC7525 <https://tools.ietf.org/html/rfc7525>`_.
+
+
+.. container:: note
+
+ R-43387
+
+ If the VNF or PNF is using Certificate Authentication, the
+ VNF or PNF **MUST** support mutual TLS authentication and the Subject
+ Name in the end-entity certificate MUST be used according to
+ `RFC5280 <https://tools.ietf.org/html/rfc5280>`_.
+
+ Note: In mutual TLS authentication, the client (VNF or PNF) must
+ authenticate the server (DCAE) certificate and must provide its own
+ X.509v3 end-entity certificate to the server for authentication.
+
+
+.. container:: note
+
+ R-44290
+
+ The VNF or PNF **MUST** control access to ONAP and to VNFs or PNFs, and creation
+ of connections, through secure credentials, log-on and exchange mechanisms.
+
+
+.. container:: note
+
+ R-47597
+
+ The VNF or PNF **MUST** carry data in motion only over secure connections.
+
+
+.. container:: note
+
+ R-55634
+
+ If VNF or PNF is using Basic Authentication, then the VNF or PNF
+ **MUST** be in compliance with
+ `RFC7617 <https://tools.ietf.org/html/rfc7617>`_ for authenticating HTTPS
+ connections to the DCAE VES Event Listener.
+
+
+.. container:: note
+
+ R-894004
+
+ If the VNF or PNF is using Basic Authentication, then when the VNF
+ or PNF sets up a HTTPS connection to the DCAE VES Event Listener,
+ the VNF or PNF **MUST** provide a username and password to the
+ DCAE VES Event Listener in the Authorization header and the VNF
+ or PNF MUST support one-way TLS authentication.
+
+ Note: In one-way TLS authentication, the client (VNF or PNF)
+ must authentication the server (DCAE) certificate.
+
+
+Monitoring & Management > Monitoring & Management Requirements > VNF telemetry via standardized interface
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+
+Requirements Removed
+~~~~~~~~~~~~~~~~~~~~
+
+
+.. container:: note
+
+ R-821473
+
+ The VNF or PNF MUST produce heartbeat indicators consisting of events containing
+ the common event header only per the VES Listener Specification.
+
+
+Monitoring & Management > Monitoring and Fault Protocol Selection
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+
+Requirements Added
+~~~~~~~~~~~~~~~~~~
+
+
+.. container:: note
+
+ :need:`R-209104`
+
+ The VNF or PNF producing VES syslog events **SHOULD** restrict these
+ events to those that convey significant errors or warnings needed to support
+ the operation or troubleshooting of the VNF or PNF. It is expected the
+ volume of such events would be lower (e.g. less than 2000 per day) than
+ more detailed events produced in the course of normal operations.
+
+
+.. container:: note
+
+ :need:`R-554966`
+
+ The VNF or PNF **MUST** report performance metrics using
+ :ref:`Virtual Function Event Streaming (VES) <ves_monitoring_requirements>`
+ or :ref:`bulk_performance_measurement`.
+
+
+.. container:: note
+
+ :need:`R-63105`
+
+ The VNF or PNF **MAY** produce telemetry data using the
+ :doc:`RESTConf Collector <dcae:sections/services/restconf/index>`, but this
+ requires additional coordination with the operator to appropriately
+ map the data internally to a VES-like structure used within ONAP. If this
+ option is needed, then the VNF or PNF Provider must coordinate with with the
+ Operator for the data to be successfully collected and processed by DCAE.
+
+
+.. container:: note
+
+ :need:`R-69111`
+
+ The VNF or PNF **MUST** report application logs using either
+ :ref:`Virtual Function Event Streaming (VES) <ves_monitoring_requirements>`
+ or Syslog in compliance with
+ `RFC 5424 <https://tools.ietf.org/html/rfc5424>`__ .
+
+
+.. container:: note
+
+ :need:`R-82909`
+
+ The VNF or PNF **MUST** report faults and alarms using either
+ :ref:`Virtual Function Event Streaming (VES) <ves_monitoring_requirements>`
+ or :ref:`SNMP <snmp_monitoring_requirements>`. (NOTE: See relevant sections
+ for more detailed requirements)
+
+
+.. container:: note
+
+ :need:`R-857511`
+
+ VNF or PNF Provider **MUST** have agreement with the Service Provider before
+ utilizing the :doc:`HV-VES option <dcae:sections/services/ves-hv/index>`
+ for monitoring as this option does not fully integrate with the ONAP's DCAE
+ event processing capabilities.
+
+
+.. container:: note
+
+ :need:`R-935717`
+
+ The VNF or PNF **MUST** report heartbeats using
+ :ref:`Virtual Function Event Streaming (VES) <ves_monitoring_requirements>`.
+
+
+Requirements Changed
+~~~~~~~~~~~~~~~~~~~~
+
+
+.. container:: note
+
+ :need:`R-697654`
+
+ The VNF or PNF **MAY** leverage ONAP's High Volume VNF Event Streaming
+ (HV-VES) when there is a need to deliver large volumes of real-time
+ performance management metrics. See
+ :doc:`HV-VES collector <dcae:sections/services/ves-hv/index>`
+ service details for more information.
+
+
+.. container:: note
+
+ :need:`R-332680`
+
+ The VNF or PNF producing VES events **SHOULD** deliver syslog messages
+ that meet the criteria in R-209104 to the VES Event Listener using the
+ ``syslog`` VES domain.
+
+
+.. container:: note
+
+ :need:`R-908291`
+
+ The VNF or PNF **MAY** leverage a bulk VNF or PNF telemetry transmission
+ mechanism in instances where other transmission
+ methods are not practical or advisable.
+
+ NOTE: For additional information and use cases for the Bulk Telemetry
+ Transmission Mechanism, please refer to
+ the :ref:`bulk_performance_measurement` requirements and the
+ `5G - Bulk PM ONAP Development <https://wiki.onap.org/display/DW/5G+-+Bulk+PM>`__
+ Wiki page.
+
+
+Monitoring & Management > SNMP Monitoring Requirements
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+
+Requirements Added
+~~~~~~~~~~~~~~~~~~
+
+
+.. container:: note
+
+ :need:`R-233922`
+
+ If the VNF or PNF is using SNMP, then the VNF or PNF Provider **SHOULD**
+ provide examples of all SNMP alarms.
+
+
+.. container:: note
+
+ :need:`R-261501`
+
+ If the VNF or PNF is using SNMP, then the VNF or PNF Provider **MUST**
+ provide a Management Information Base (MIB) file that uniquely identifies
+ and describes all SNMP events exposed by the network function.
+
+
+Monitoring & Management > Transports and Protocols Supporting Resource Interfaces
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+
+Requirements Removed
+~~~~~~~~~~~~~~~~~~~~
+
+
+.. container:: note
+
+ R-798933
+
+ The VNF or PNF **SHOULD** deliver event records that fall into the event domains
+ supported by VES.
+
+
+.. container:: note
+
+ R-821839
+
+ The VNF or PNF **MUST** deliver event records to ONAP using the common
+ transport mechanisms and protocols defined in this specification.
+
+
+.. container:: note
+
+ R-932071
+
+ The VNF or PNF provider **MUST** reach agreement with the Service Provider on
+ the selected methods for encoding, serialization and data delivery
+ prior to the on-boarding of the VNF or PNF into ONAP SDC Design Studio.
+
+
+Monitoring & Management > Transports and Protocols Supporting Resource Interfaces > VNF or PNF Telemetry using VES/JSON Model
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+
+Requirements Removed
+~~~~~~~~~~~~~~~~~~~~
+
+
+.. container:: note
+
+ R-659655
+
+ The VNF or PNF **SHOULD** leverage the JSON-driven model, as depicted in Figure 2,
+ for data delivery unless there are specific performance or operational
+ concerns agreed upon by the Service Provider that would warrant using an
+ alternate model.
+
+
+Monitoring & Management > Virtual Function Event Streaming (VES) Client Requirements > Buffering and Redelivery
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+
+Requirements Added
+~~~~~~~~~~~~~~~~~~
+
+
+.. container:: note
+
+ :need:`R-103464`
+
+ A VNF or PNF producing VES events that is buffering events due to an
+ unavailable VES Event Listener **MAY** leverage to ``publishEventBatch``
+ operation to redeliver buffered events. Please note this can only be
+ used when all buffered events belong to the same domain due to the
+ restrictions in place for the operation.
+
+
+.. container:: note
+
+ :need:`R-346137`
+
+ A VNF or PNF producing VES events that is buffering events per R-658596
+ **MUST** store in-scope events even when the maximum capacity of the
+ buffer (defined in R-636251) has been reached. To make room for new events
+ in this situation, hte oldest event in the buffer shall be removed
+ as necessary. (i.e. First In First Out)
+
+
+.. container:: note
+
+ :need:`R-379523`
+
+ A VNF or PNF producing VES events that is buffering events due to an
+ unavailable VES Event Listener **MUST** redeliver all buffered events
+ according to the following rules when the VNF or PNF detects the VES Event
+ Listener has become available:
+
+ * Deliver all previously buffered events before sending new events
+ * Deliver buffered events in the order they were received
+
+
+.. container:: note
+
+ :need:`R-498679`
+
+ A VNF or PNF producing VES events **MAY** discard buffered events older
+ than a maximum retention period, not less than 1 hour, even if the event
+ was never successfully delivered to the event listener. While discarding
+ based on this retention period is supported for backwards compatibility, it
+ is recommended to retain events until the maximum buffer size is reached per
+ R-346137 as that will maximize the number of events delivered.
+
+
+.. container:: note
+
+ :need:`R-636251`
+
+ A VNF or PNF producing VES events **MUST** size the event buffer
+ referenced in R-658596 such that it can buffer a minimum of 1 hours of
+ events under nominal load.
+
+
+.. container:: note
+
+ :need:`R-658596`
+
+ A VNF or PNF producing VES events **MUST** buffer events that meet the
+ following criteria if the VES Event Listener is unreachable or the request
+ encounters a timeout.
+
+ * Faults with eventSeverity of ``MINOR``, ``MAJOR``, ``NORMAL``, or
+ ``CRITICAL``
+ * Syslog with syslogSev of ``Emergency``, ``Alert``, ``Critical``,
+ ``Error``, or ``Warning``
+ * All measurement events
+
+
+.. container:: note
+
+ :need:`R-818859`
+
+ The VNF or PNF producing VES events **MUST** not allow an unavailable or
+ timing out VES Event Listener to impact the performance, stability, or
+ correct execution of network function.
+
+
+Monitoring & Management > Virtual Function Event Streaming (VES) Client Requirements > Configuration Requirements
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+
+Requirements Added
+~~~~~~~~~~~~~~~~~~
+
+
+.. container:: note
+
+ :need:`R-460012`
+
+ The VNF or PNF producing VES events **MUST** allow the configuration of
+ the attributes defined in Table 1 and utilize the provided default value
+ (where applicable) when the configuration value is not provided by the
+ Service Provider.
+
+
+.. container:: note
+
+ :need:`R-940591`
+
+ A VNF or PNF producing VES events **SHOULD** use the recommended parameter
+ name for the configurable value from Table 1.
+
+
+Monitoring & Management > Virtual Function Event Streaming (VES) Client Requirements > Configuration Requirements > VES Listener Endpoint and DNS Resolution
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+
+Requirements Added
+~~~~~~~~~~~~~~~~~~
+
+
+.. container:: note
+
+ :need:`R-130645`
+
+ The VNF or PNF **MUST** respect the Time To Live provided by the DNS for
+ the VES Event Listener FQDN.
+
+
+.. container:: note
+
+ :need:`R-70492`
+
+ The VNF or PNF **MUST** support DNS resolution of the VES Listener Endpoint
+ if a Fully Qualified Domain Name (FQDN) is provided.
+
+
+Monitoring & Management > Virtual Function Event Streaming (VES) Client Requirements > Event Definition and Registration
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+
+Requirements Changed
+~~~~~~~~~~~~~~~~~~~~
+
+
+.. container:: note
+
+ :need:`R-120182`
+
+ A VNF or PNF Provider utilizing VES **MUST** indicate specific conditions
+ that may arise, and recommend actions that may be taken at specific
+ thresholds, or if specific conditions repeat within a specified time
+ interval, using the semantics and syntax described by the
+ :ref:`VES Event Registration specification <ves_event_registration_3_2>`.
+
+ **NOTE:** The Service Provider may override VNF or PNF provider Event
+ Registrations using the ONAP SDC Design Studio to finalizes Service
+ Provider engineering rules for the processing of the VNF or PNF events.
+ These changes may modify any of the following:
+
+ * Threshold levels
+ * Specified actions related to conditions
+
+
+.. container:: note
+
+ :need:`R-520802`
+
+ If the VNF or PNF is using VES, then the VNF or PNF Provider **MUST** provide
+ a YAML file formatted in adherence with the
+ :ref:`VES Event Registration specification <ves_event_registration_3_2>`
+ that defines the following information for each event produced by the VNF:
+
+ * ``eventName``
+ * Required fields
+ * Optional fields
+ * Any special handling to be performed for that event
+
+
+Monitoring & Management > Virtual Function Event Streaming (VES) Client Requirements > Event Delivery Requirements
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+
+Requirements Added
+~~~~~~~~~~~~~~~~~~
+
+
+.. container:: note
+
+ :need:`R-176945`
+
+ The VNF or PNF producing VES events **SHOULD NOT** send syslog events to the
+ VES Event Listener during debug mode, but rather store syslog events locally
+ for access or possible file transfer.
+
+
+.. container:: note
+
+ :need:`R-655209`
+
+ The VNF or PNF producing VES events **MUST** respect the configured
+ VES Timeout Value when delivering VES events, and abort any call where
+ the VES Event Listener does not successfully acknowledge the delivery of
+ event(s) within the Timeout Value. These failed transactions should be
+ buffered and retried in accordance with the
+ :ref:`ves_buffering_requirements` Requirements.
+
+
+Requirements Changed
+~~~~~~~~~~~~~~~~~~~~
+
+
+.. container:: note
+
+ :need:`R-06924`
+
+ The VNF or PNF producing VES events **MUST** deliver VES events as it
+ becomes available or according to the configured measurement interval.
+
+
+Monitoring & Management > Virtual Function Event Streaming (VES) Client Requirements > Event Formatting and Usage
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+
+Requirements Added
+~~~~~~~~~~~~~~~~~~
+
+
+.. container:: note
+
+ :need:`R-408814`
+
+ The VNF or a PNF producing VES stndDefined domain events to report
+ standards-organization defined events to ONAP, **MUST** set the
+ event.stndDefinedNamespace property. By default, ONAP ships with support
+ for the following:
+
+ * 3GPP-Provisioning
+ * 3GPP-Heartbeat
+ * 3GPP-FaultSupervision
+ * 3GPP-PerformanceAssurance
+
+ Another namespace, outside of the list provided, needs to registered in ONAP in coordination
+ with the operator before it can be used.
+
+
+.. container:: note
+
+ :need:`R-408815`
+
+ If the VNF or PNF producing VES stndDefined domain events provides
+ the event.stndDefinedFields.schemaReference then it **MUST** set its value
+ to the publicUrl value in DCAE's VES Collector `etc/externalRepo/schema-map.json <https://github.com/onap/dcaegen2-collectors-ves/blob/guilin/etc/externalRepo/schema-map.json/>`_
+ that describes the data being sent in event.stndDefinedFields.data.
+
+
+.. container:: note
+
+ :need:`R-408816`
+
+ If the VNF or PNF producing VES stndDefined domain events provides
+ the event.stndDefinedFields.schemaReference then it **MUST** only pass events
+ that conform to schema references previously registered with DCAE otherwise
+ the event will be rejected. By default, ONAP ships with support for schemas
+ found in DCAE's VES Collector `etc/externalRepo/schema-map.json <https://github.com/onap/dcaegen2-collectors-ves/blob/guilin/etc/externalRepo/schema-map.json/>`_.
+
+
+.. container:: note
+
+ :need:`R-408817`
+
+ The VNF or PNF Provider producing stndDefined events **MUST** coordinate with
+ the operator, willing to validate stndDefined events, to configure DCAE to
+ accept any new event schema prior to sending those events or the events
+ will be rejected.
+
+
+.. container:: note
+
+ :need:`R-408818`
+
+ If the VNF or PNF producing VES stndDefined domain events provides
+ the event.stndDefinedFields.schemaReference then it **MUST** set the
+ event.stndDefined.schemaReference property to an exact structure,
+ from supported schemaReference, describing the notification within
+ an openAPI specification, using JSON Pointer as URI fragment e.g.
+ “https://forge.3gpp.org/.../faultMnS.yaml#/components/schemas/notifyNewAlarm"
+
+
+Requirements Changed
+~~~~~~~~~~~~~~~~~~~~
+
+
+.. container:: note
+
+ :need:`R-408813`
+
+ A VNF or PNF producing VES events **MUST** pass all information it is
+ able to collect even if the information field is identified as optional.
+ However, if the data cannot be collected, then optional fields can be
+ omitted.
+
+
+.. container:: note
+
+ :need:`R-570134`
+
+ The VES events produced by the VNF or PNF **MUST** be compliant with the
+ common event formats defined in one of the following specifications:
+
+ * :ref:`VES Event Listener 5.4.1<ves_event_listener_5_4_1>`
+ * :ref:`VES Event Listener 7.1.1<ves_event_listener_7_1>`
+ * :ref:`VES Event Listener 7.2<ves_event_listener_7_2>`
+
+ The latest version (7.2) should be preferred. Earlier versions are
+ provided for backwards compatibility.
+
+
+.. container:: note
+
+ :need:`R-283988`
+
+ A VNF or PNF producing VES events **MUST NOT** send information through
+ extensible structures if the event specification has explicitly defined
+ fields for that information.
+
+
+.. container:: note
+
+ :need:`R-528866`
+
+ The VES events produced by the VNF or PNF **MUST** conform to the schema and
+ other formatting requirements specified in the relevant VES Event Listener
+ specification.
+
+
+.. container:: note
+
+ :need:`R-470963`
+
+ A VNF or PNF producing VES events **SHOULD** leverage camel case to
+ separate words and acronyms used as keys that will be sent through extensible
+ fields. When an acronym is used as the key, then only the first letter shall
+ be capitalized.
+
+
+Monitoring & Management > Virtual Function Event Streaming (VES) Client Requirements > Security
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+
+Requirements Changed
+~~~~~~~~~~~~~~~~~~~~
+
+
+.. container:: note
+
+ :need:`R-33878`
+
+ The VNF or PNF **MUST** utilize one of the authentication methods
+ prescribed by the relevant VES Event Listener specification.
+
+
+ONAP Heat VNF Modularity
+^^^^^^^^^^^^^^^^^^^^^^^^
+
+
+Requirements Changed
+~~~~~~~~~~~~~~~~~~~~
+
+
+.. container:: note
+
+ :need:`R-610030`
+
+ A VNF's Heat Orchestration Template's Incremental Module **MUST**
+ declare
+
+ - one or more ``OS::Nova::Server`` resources OR
+ - one or more ``OS::Cinder::Volume`` resources.
+
+ An ``OS::Nova::Server``
+ **MAY** be created in the incremental module or a nested yaml file invoked
+ by the incremental module.
+
+ An ``OS::Cinder::Volume``
+ **MAY** be created in the incremental module or a nested yaml file invoked
+ by the incremental module.
+
+
+PNF Plug and Play > PNF Plug and Play
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+
+Requirements Changed
+~~~~~~~~~~~~~~~~~~~~
+
+
+.. container:: note
+
+ :need:`R-106240`
+
+ A PNF MUST support the pnfRegistration VES event which is required to integrate with ONAP’s PNF Plug and Play capabilities.
+
+
+TOSCA PNF Descriptor > Capability Types
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+
+Requirements Changed
+~~~~~~~~~~~~~~~~~~~~
+
+
+.. container:: note
+
+ :need:`R-177937`
+
+ The PNFD provided by a PNF vendor **MUST** comply with the following
+ Capabilities Types as specified in ETSI NFV-SOL001 standard:
+
+ - tosca.capabilities.nfv.VirtualLinkable
+
+
+TOSCA PNF Descriptor > Policy Types
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+
+Requirements Changed
+~~~~~~~~~~~~~~~~~~~~
+
+
+.. container:: note
+
+ :need:`R-596064`
+
+ The PNFD provided by a PNF vendor **MUST** comply with the following Policy
+ Types as specified in ETSI NFV-SOL001 standard:
+
+ - tosca.policies.nfv.SecurityGroupRule
+
+
+TOSCA PNF Descriptor > Relationship Types
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+
+Requirements Changed
+~~~~~~~~~~~~~~~~~~~~
+
+
+.. container:: note
+
+ :need:`R-64064`
+
+ The PNFD provided by a PNF vendor **MUST** comply with the following
+ Relationship Types as specified in ETSI NFV-SOL001 standard:
+
+ - tosca.relations.nfv.VirtualLinksTo
+
+
+VNF and PNF On-boarding and package management > Licensing Requirements
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+
+Requirements Changed
+~~~~~~~~~~~~~~~~~~~~
+
+
+.. container:: note
+
+ :need:`R-85991`
+
+ If the VNF or PNF requires a license then the VNF or PNF provider **MUST** provide a universal license key
+ per VNF or PNF to be used as needed by services (i.e., not tied to a VM
+ instance) as the recommended solution. The VNF or PNF provider may provide
+ pools of Unique VNF or PNF License Keys, where there is a unique key for
+ each VNF or PNF instance as an alternate solution. In all cases, licensing issues should
+ be resolved without interrupting in-service VNFs or PNFs.
+
+
+.. container:: note
+
+ :need:`R-44569`
+
+ If ONAP licensing management solution is used, then the VNF or PNF provider **MUST NOT** require additional
+ infrastructure such as a VNF or PNF provider license server for VNF or PNF provider
+ functions and metrics.
+
+
+.. container:: note
+
+ :need:`R-13613`
+
+ The VNF **MUST** provide clear measurements for licensing
+ purposes if needed to allow automated scale up/down by the management system.
+
+
+.. container:: note
+
+ :need:`R-47849`
+
+ If ONAP licensing management solution is used, then the VNF or PNF provider
+ **MUST** support the metadata about licenses (and their applicable
+ entitlements) as defined in the
+ `ONAP License Management Information Model <https://docs.onap.org/projects/onap-modeling-modelspec/en/latest/ONAP%20Model%20Spec/im/License/LicenseModel.html>`__,
+ and any license keys required to authorize use of the VNF or PNF software.
+ This metadata will be used to facilitate onboarding the VNF or PNF into the
+ ONAP environment and automating processes for putting the licenses into use
+ and managing the full lifecycle of the licenses.
+
+
+.. container:: note
+
+ :need:`R-85653`
+
+ If ONAP licensing management solution is used, then the VNF or PNF **MUST** provide metrics (e.g., number of sessions,
+ number of subscribers, number of seats, etc.) to ONAP for tracking
+ every license.
+
+
+Requirements Removed
+~~~~~~~~~~~~~~~~~~~~
+
+
+.. container:: note
+
+ R-44125
+
+ The VNF or PNF provider **MUST** agree to the process that can
+ be met by Service Provider reporting infrastructure. The Contract
+ shall define the reporting process and the available reporting tools.
+
+
+.. container:: note
+
+ R-97293
+
+ The VNF or PNF provider **MUST NOT** require audits
+ of Service Provider's business.
+
+
+VNF and PNF On-boarding and package management > Resource Description
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+
+Requirements Changed
+~~~~~~~~~~~~~~~~~~~~
+
+
+.. container:: note
+
+ :need:`R-22346`
+
+ The VNF or PNF Provider **MUST** provide :ref:`VES Event Registration <ves_event_registration_3_2>`
+ for all VES events provided by that VNF or PNF.
+
+
+VNF or PNF CSAR Package > VNF or PNF Package Contents
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+
+Requirements Changed
+~~~~~~~~~~~~~~~~~~~~
+
+
+.. container:: note
+
+ :need:`R-40820`
+
+ The VNF CSAR PACKAGE **MUST** enumerate all of the open source
+ licenses their VNF(s) incorporate. CSAR License directory as per ETSI
+ SOL004.
+
+ for example ROOT\\Licenses\\ **License_term.txt**
+
diff --git a/docs/data/needs.json b/docs/data/needs.json
index e69de29..dc6d96c 100644
--- a/docs/data/needs.json
+++ b/docs/data/needs.json
@@ -0,0 +1,29396 @@
+{
+ "created": "2020-11-19T13:28:02.355049",
+ "current_version": "guilin",
+ "project": "onap",
+ "versions": {
+ "guilin": {
+ "created": "2020-11-19T13:28:02.355038",
+ "filters": {},
+ "filters_amount": 0,
+ "needs": {
+ "R-00011": {
+ "description": "A VNF's Heat Orchestration Template's parameter defined\nin a nested YAML file\n**SHOULD NOT** have a parameter constraint defined.",
+ "docname": "Chapter5/Heat/ONAP Heat Orchestration Template Format",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-00011",
+ "id_complete": "R-00011",
+ "id_parent": "R-00011",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "SHOULD NOT",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "constraints",
+ "sections": [
+ "constraints",
+ "parameters",
+ "Heat Orchestration Template Structure",
+ "ONAP Heat Orchestration Template Format"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": "static"
+ },
+ "R-00068": {
+ "description": "The VNF or PNF Documentation Package **MUST** include\na description of parameters that can be monitored for the VNF or PNF\nand event records (status, fault, flow, session, call, control\nplane, etc.) generated by the VNF or PNF after instantiation.",
+ "docname": "Chapter7/VNF-On-boarding-and-package-management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-00068",
+ "id_complete": "R-00068",
+ "id_parent": "R-00068",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Resource Description",
+ "sections": [
+ "Resource Description",
+ "VNF and PNF On-boarding and package management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF DOCUMENTATION PACKAGE",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-00098": {
+ "description": "The VNF **MUST NOT** impact the ability of the VNF to provide\nservice/function due to a single container restart.",
+ "docname": "Chapter4/Resiliency",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-00098",
+ "id_complete": "R-00098",
+ "id_parent": "R-00098",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST NOT",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "All Layer Redundancy",
+ "sections": [
+ "All Layer Redundancy",
+ "VNF Resiliency"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-00156": {
+ "description": "The VNF or PNF Documentation Package **MUST** describe the VNF or PNF\nManagement APIs, which must include information and tools for\nONAP to monitor the health of the VNF or PNF (conditions that require\nhealing and/or scaling responses).",
+ "docname": "Chapter7/VNF-On-boarding-and-package-management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-00156",
+ "id_complete": "R-00156",
+ "id_parent": "R-00156",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Resource Description",
+ "sections": [
+ "Resource Description",
+ "VNF and PNF On-boarding and package management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF DOCUMENTATION PACKAGE",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-00228": {
+ "description": "A VNF's Heat Orchestration Template **MAY**\nreference the nested heat statically by repeated definition.",
+ "docname": "Chapter5/Heat/ONAP Heat Template Constructs",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-00228",
+ "id_complete": "R-00228",
+ "id_parent": "R-00228",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MAY",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Nested Heat Template Requirements",
+ "sections": [
+ "Nested Heat Template Requirements",
+ "Nested Heat Templates",
+ "ONAP Heat Heat Template Constructs"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": ""
+ },
+ "R-00606": {
+ "description": "A VNF **MAY** be connected to zero, one or more than one ONAP external\nnetwork.",
+ "docname": "Chapter5/Heat/ONAP Heat Networking",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-00606",
+ "id_complete": "R-00606",
+ "id_parent": "R-00606",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MAY",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "External Networks",
+ "sections": [
+ "External Networks",
+ "ONAP Heat Networking"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": ""
+ },
+ "R-00977": {
+ "description": "A VNF's Heat Orchestration Template's ``{network-role}``\n**MUST NOT** be a substring of ``{vm-type}``.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/{network-role}",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-00977",
+ "id_complete": "R-00977",
+ "id_parent": "R-00977",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST NOT",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "{network-role}",
+ "sections": [
+ "{network-role}"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": "static"
+ },
+ "R-01101": {
+ "description": "A VNF's Heat Orchestration Template **MAY**\nreference the nested heat dynamically using the resource\n``OS::Heat::ResourceGroup``.",
+ "docname": "Chapter5/Heat/ONAP Heat Template Constructs",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-01101",
+ "id_complete": "R-01101",
+ "id_parent": "R-01101",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MAY",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Nested Heat Template Requirements",
+ "sections": [
+ "Nested Heat Template Requirements",
+ "Nested Heat Templates",
+ "ONAP Heat Heat Template Constructs"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": ""
+ },
+ "R-01123": {
+ "description": "The VNF or PNF CSAR package Manifest file **MUST** contain: VNF or PNF\npackage meta-data, a list of all artifacts (both internal and\nexternal) entry's including their respected URI's, as specified\nin ETSI GS NFV-SOL 004",
+ "docname": "Chapter5/Tosca/ONAP VNF or PNF CSAR Package",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-01123",
+ "id_complete": "R-01123",
+ "id_parent": "R-01123",
+ "impacts": "",
+ "introduced": "casablanca",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF or PNF Package Contents",
+ "sections": [
+ "VNF or PNF Package Contents",
+ "VNF or PNF CSAR Package"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF CSAR PACKAGE",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": ""
+ },
+ "R-01334": {
+ "description": "The VNF or PNF **MUST** conform to the NETCONF RFC 5717,\n\"Partial Lock Remote Procedure Call\".",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-01334",
+ "id_complete": "R-01334",
+ "id_parent": "R-01334",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "NETCONF Server Requirements",
+ "sections": [
+ "NETCONF Server Requirements",
+ "VNF or PNF Configuration via NETCONF Requirements",
+ "NETCONF Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-01359": {
+ "description": "A VNF's Heat Orchestration Template that contains an ``OS::Nova:Server``\nresource **MAY** define a parameter for the property\n``availability_zone`` that is not utilized in any ``OS::Nova::Server``\nresources in the Heat Orchestration Template.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Nova Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-01359",
+ "id_complete": "R-01359",
+ "id_parent": "R-01359",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MAY",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Property: availability_zone",
+ "sections": [
+ "Property: availability_zone",
+ "Resource: OS::Nova::Server - Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": ""
+ },
+ "R-01382": {
+ "description": "The VNF or PNF **MUST** allow the entire configuration of the VNF or PNF to be\nretrieved via NETCONF's <get-config> and <edit-config>, independently\nof whether it was configured via NETCONF or other mechanisms.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-01382",
+ "id_complete": "R-01382",
+ "id_parent": "R-01382",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "NETCONF Server Requirements",
+ "sections": [
+ "NETCONF Server Requirements",
+ "VNF or PNF Configuration via NETCONF Requirements",
+ "NETCONF Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-01455": {
+ "description": "When a VNF's Heat Orchestration Template creates a Virtual Machine\n(i.e., ``OS::Nova::Server``),\neach \"class\" of VMs **MUST** be assigned a VNF unique\n``{vm-type}``; where \"class\" defines VMs that\n**MUST** have the following identical characteristics:\n\n 1.) ``OS::Nova::Server`` resource property ``flavor`` value\n\n 2.) ``OS::Nova::Server`` resource property ``image`` value\n\n 3.) Cinder Volume attachments\n\n - Each VM in the \"class\" **MUST** have the identical Cinder Volume\n configuration\n\n 4.) Network attachments and IP address requirements\n\n - Each VM in the \"class\" **MUST** have the identical number of\n ports connecting to the identical networks and requiring the identical\n IP address configuration.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/{vm-type}",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-01455",
+ "id_complete": "R-01455",
+ "id_parent": "R-01455",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "{vm-type}",
+ "sections": [
+ "{vm-type}"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": "static"
+ },
+ "R-01478": {
+ "description": "The VNF or PNF Documentation Package **MUST** describe all\nparameters that are available to monitor the VNF or PNF after instantiation\n(includes all counters, OIDs, PM data, KPIs, etc.) that must be\ncollected for reporting purposes.",
+ "docname": "Chapter7/VNF-On-boarding-and-package-management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-01478",
+ "id_complete": "R-01478",
+ "id_parent": "R-01478",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Resource Control Loop",
+ "sections": [
+ "Resource Control Loop",
+ "VNF and PNF On-boarding and package management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF DOCUMENTATION PACKAGE",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-01556": {
+ "description": "The VNF or PNF Documentation Package **MUST** describe the\nfault, performance, capacity events/alarms and other event records\nthat are made available by the VNF or PNF.",
+ "docname": "Chapter7/VNF-On-boarding-and-package-management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-01556",
+ "id_complete": "R-01556",
+ "id_parent": "R-01556",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Resource Control Loop",
+ "sections": [
+ "Resource Control Loop",
+ "VNF and PNF On-boarding and package management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF DOCUMENTATION PACKAGE",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-01896": {
+ "description": "A VNF's Heat Orchestration Template's parameter values that are constant\nacross all deployments **MUST** be declared in a Heat Orchestration\nTemplate Environment File.",
+ "docname": "Chapter5/Heat/ONAP Heat Orchestration Templates Overview",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-01896",
+ "id_complete": "R-01896",
+ "id_parent": "R-01896",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Scope of a Heat Orchestration Template",
+ "sections": [
+ "Scope of a Heat Orchestration Template",
+ "ONAP Heat Orchestration Templates Overview"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": "none"
+ },
+ "R-02164": {
+ "description": "When a VNF's Heat Orchestration Template's Contrail resource\n``OS::ContrailV2::InstanceIp`` and/or\n``OS::ContrailV2::VirtualMachineInterface``\ncontains the property ``virtual_network_refs``\nthat references an ONAP external network (per the\nONAP definition, see Requirement R-57424 and R-16968),\nthe property value **MUST** be obtained by a ``get_param`` and the\nproperty parameter\n\n* **MUST** follow the format ``{network-role}_net_fqdn``\n* **MUST** be declared as type ``string``",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Contrail Resource Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-02164",
+ "id_complete": "R-02164",
+ "id_parent": "R-02164",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "ONAP External Networks",
+ "sections": [
+ "ONAP External Networks",
+ "Contrail Network Parameters",
+ "Contrail Resource Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": "static"
+ },
+ "R-02170": {
+ "description": "The VNF **MUST** use, whenever possible, standard implementations\nof security applications, protocols, and formats, e.g., S/MIME, TLS, SSH,\nIPSec, X.509 digital certificates for cryptographic implementations.\nThese implementations must be purchased from reputable vendors or obtained\nfrom reputable open source communities and must not be developed in-house.",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-02170",
+ "id_complete": "R-02170",
+ "id_parent": "R-02170",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Data Protection Requirements",
+ "sections": [
+ "VNF Data Protection Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": ""
+ },
+ "R-02360": {
+ "description": "The VNFC **MUST** be designed as a standalone, executable process.",
+ "docname": "Chapter4/Design",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-02360",
+ "id_complete": "R-02360",
+ "id_parent": "R-02360",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Design",
+ "sections": [
+ "VNF Design"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-02454": {
+ "description": "The VNF **MUST** support the existence of multiple major/minor\nversions of the VNF software and/or sub-components and interfaces that\nsupport both forward and backward compatibility to be transparent to\nthe Service Provider usage.",
+ "docname": "Chapter4/Resiliency",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-02454",
+ "id_complete": "R-02454",
+ "id_parent": "R-02454",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Deployment Optimization",
+ "sections": [
+ "Deployment Optimization",
+ "VNF Resiliency"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-025941": {
+ "description": "The VNF or PNF PROVIDER **MUST** provide :ref:`FM_meta_data` to support the\nanalysis of fault events delivered to DCAE. The metadata must be\nincluded in the VES Registration YAML file for each fault event\nsupported by that VNF or PNF at onboarding time. The metadata must follow\nthe VES Event Listener Specifications for Fault domain and VES Event\nRegistration Specifications for YAML registration file format.",
+ "docname": "Chapter7/VNF-On-boarding-and-package-management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-025941",
+ "id_complete": "R-025941",
+ "id_parent": "R-025941",
+ "impacts": "DCAE,Documentation,Integration,SDC",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Resource Description",
+ "sections": [
+ "Resource Description",
+ "VNF and PNF On-boarding and package management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF PROVIDER",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": "static"
+ },
+ "R-02597": {
+ "description": "The VNF or PNF **MUST** implement the protocol operation:\n``lock(target)`` - Lock the configuration data store target.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-02597",
+ "id_complete": "R-02597",
+ "id_parent": "R-02597",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "NETCONF Server Requirements",
+ "sections": [
+ "NETCONF Server Requirements",
+ "VNF or PNF Configuration via NETCONF Requirements",
+ "NETCONF Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-02616": {
+ "description": "The VNF or PNF **MUST** permit locking at the finest granularity\nif a VNF or PNF needs to lock an object for configuration to avoid blocking\nsimultaneous configuration operations on unrelated objects (e.g., BGP\nconfiguration should not be locked out if an interface is being\nconfigured or entire Interface configuration should not be locked out\nif a non-overlapping parameter on the interface is being configured).",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-02616",
+ "id_complete": "R-02616",
+ "id_parent": "R-02616",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "NETCONF Server Requirements",
+ "sections": [
+ "NETCONF Server Requirements",
+ "VNF or PNF Configuration via NETCONF Requirements",
+ "NETCONF Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-02651": {
+ "description": "The VNF or PNF Provider's Ansible playbooks **SHOULD** use available backup\ncapabilities to save a copy of configuration files before implementing\nchanges to support operations such as backing out of software upgrades,\nconfiguration changes or other work as this will help backing out of\nconfiguration changes when needed.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-02651",
+ "id_complete": "R-02651",
+ "id_parent": "R-02651",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "SHOULD",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Ansible Playbook Requirements",
+ "sections": [
+ "Ansible Playbook Requirements",
+ "VNF or PNF Configuration via Ansible Requirements",
+ "Ansible Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF PROVIDER",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "guilin",
+ "validation_mode": ""
+ },
+ "R-02691": {
+ "description": "A VNF's Heat Orchestration Template's ``OS::Nova::Server`` resource\nproperty ``metadata`` key/value pair ``workload_context``\nparameter ``workload_context`` **MUST NOT**\nbe enumerated in the Heat Orchestration Template's environment file.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Nova Metadata Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-02691",
+ "id_complete": "R-02691",
+ "id_parent": "R-02691",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST NOT",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "workload_context",
+ "sections": [
+ "workload_context",
+ "Resource: OS::Nova::Server Metadata Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": "static"
+ },
+ "R-02997": {
+ "description": "The VNF **MUST** preserve their persistent data. Running VMs\nwill not be backed up in the Network Cloud infrastructure.",
+ "docname": "Chapter4/Devops",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-02997",
+ "id_complete": "R-02997",
+ "id_parent": "R-02997",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Devops",
+ "sections": [
+ "VNF Devops"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-03251": {
+ "description": "A VNF's Heat Orchestration Template's Resource ``OS::Cinder::Volume``\n**MAY** be defined in a Cinder Volume Module.",
+ "docname": "Chapter5/Heat/ONAP Heat Orchestration Templates Overview",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-03251",
+ "id_complete": "R-03251",
+ "id_parent": "R-03251",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MAY",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "ONAP VNF Modularity Overview",
+ "sections": [
+ "ONAP VNF Modularity Overview",
+ "ONAP Heat Orchestration Templates Overview"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-03324": {
+ "description": "A VNF's Heat Orchestration template's Environment File **MUST**\ncontain the ``parameters:`` section.",
+ "docname": "Chapter5/Heat/ONAP Heat Orchestration Template Format",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-03324",
+ "id_complete": "R-03324",
+ "id_parent": "R-03324",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Environment File Format",
+ "sections": [
+ "Environment File Format",
+ "ONAP Heat Orchestration Template Format"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": "static"
+ },
+ "R-03465": {
+ "description": "The VNF or PNF **MUST** release locks to prevent permanent lock-outs\nwhen the corresponding <partial-unlock> operation succeeds.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-03465",
+ "id_complete": "R-03465",
+ "id_parent": "R-03465",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "NETCONF Server Requirements",
+ "sections": [
+ "NETCONF Server Requirements",
+ "VNF or PNF Configuration via NETCONF Requirements",
+ "NETCONF Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-03595": {
+ "description": "A VNF's Heat Orchestration Template's Resource\n``OS::Neutron::SecurityGroup`` that\nis applicable to more than one ``{vm-type}`` and one ONAP external network\n(per the ONAP definition, see Requirement R-57424 and R-16968),\nthe ``OS::Neutron::SecurityGroup`` Resource ID\n**SHOULD** use the naming convention\n\n* ``{network-role}_security_group``\n\nwhere\n\n* ``{network-role}`` is the network-role of the ONAP external network",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Resource IDs",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-03595",
+ "id_complete": "R-03595",
+ "id_parent": "R-03595",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "SHOULD",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "OS::Neutron::SecurityGroup",
+ "sections": [
+ "OS::Neutron::SecurityGroup",
+ "OpenStack Heat Resources Resource ID Naming Convention",
+ "Resource IDs"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": ""
+ },
+ "R-03656": {
+ "description": "A VNF's Heat Orchestration Template's Resource ``OS::Heat::SoftwareConfig``\nResource ID **MAY** use the naming convention\n\n* ``{vm-type}_RSC``\n\nwhere\n\n* ``{vm-type}`` is the vm-type\n* ``RSC`` signifies that it is the Resource Software Config",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Resource IDs",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-03656",
+ "id_complete": "R-03656",
+ "id_parent": "R-03656",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MAY",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "OS::Heat::SoftwareConfig",
+ "sections": [
+ "OS::Heat::SoftwareConfig",
+ "OpenStack Heat Resources Resource ID Naming Convention",
+ "Resource IDs"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": ""
+ },
+ "R-03954": {
+ "description": "The VNF **MUST** survive any single points of failure within\nthe Network Cloud (e.g., virtual NIC, VM, disk failure).",
+ "docname": "Chapter4/Resiliency",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-03954",
+ "id_complete": "R-03954",
+ "id_parent": "R-03954",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "All Layer Redundancy",
+ "sections": [
+ "All Layer Redundancy",
+ "VNF Resiliency"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-04158": {
+ "description": "The VNF or PNF **MUST** conform to the NETCONF RFC 4742,\n\"Using the NETCONF Configuration Protocol over Secure Shell (SSH)\".",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-04158",
+ "id_complete": "R-04158",
+ "id_parent": "R-04158",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "NETCONF Server Requirements",
+ "sections": [
+ "NETCONF Server Requirements",
+ "VNF or PNF Configuration via NETCONF Requirements",
+ "NETCONF Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-04298": {
+ "description": "The VNF provider **MUST** provide their testing scripts to\nsupport testing.",
+ "docname": "Chapter7/VNF-On-boarding-and-package-management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-04298",
+ "id_complete": "R-04298",
+ "id_parent": "R-04298",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Testing",
+ "sections": [
+ "Testing",
+ "VNF and PNF On-boarding and package management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-04344": {
+ "description": "A VNF's Nested YAML file **MAY** be invoked by more than one of\na VNF's Heat Orchestration Templates (when the VNF is composed of two\nor more Heat Orchestration Templates).",
+ "docname": "Chapter5/Heat/ONAP Heat Template Constructs",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-04344",
+ "id_complete": "R-04344",
+ "id_parent": "R-04344",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MAY",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Nested Heat Template Requirements",
+ "sections": [
+ "Nested Heat Template Requirements",
+ "Nested Heat Templates",
+ "ONAP Heat Heat Template Constructs"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": ""
+ },
+ "R-04492": {
+ "description": "The VNF **MUST** generate security audit logs that can be sent\nto Security Analytics Tools for analysis.",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-04492",
+ "id_complete": "R-04492",
+ "id_parent": "R-04492",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Security Analytics Requirements",
+ "sections": [
+ "VNF Security Analytics Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": ""
+ },
+ "R-04697": {
+ "description": "When the VNF's Heat Orchestration Template's Resource\n``OS::Neutron::Port`` is attaching to an ONAP external network (per the\nONAP definition, see Requirement R-57424 and R-16968),\nand an IPv4 address is assigned\nusing the property ``fixed_ips``\nmap property ``ip_address`` and the parameter type is defined as a\n``comma_delimited_list``,\nthe parameter name **MUST** follow the\nnaming convention\n\n * ``{vm-type}_{network-role}_ips``\n\n where\n\n * ``{vm-type}`` is the {vm-type} associated with the\n ``OS::Nova::Server``\n * ``{network-role}`` is the {network-role} of the ONAP external\n network",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Neutron Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-04697",
+ "id_complete": "R-04697",
+ "id_parent": "R-04697",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Property: fixed_ips, Map Property: ip_address",
+ "sections": [
+ "Property: fixed_ips, Map Property: ip_address",
+ "Resource: OS::Neutron::Port - Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": "static"
+ },
+ "R-04747": {
+ "description": "A VNF's Heat Orchestration Template's Resource ``OS::Heat::CloudConfig``\nResource ID **MUST** contain the ``{vm-type}``.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Resource IDs",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-04747",
+ "id_complete": "R-04747",
+ "id_parent": "R-04747",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "OS::Heat::CloudConfig",
+ "sections": [
+ "OS::Heat::CloudConfig",
+ "OpenStack Heat Resources Resource ID Naming Convention",
+ "Resource IDs"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": "static"
+ },
+ "R-04982": {
+ "description": "The VNF **MUST NOT** include an authentication credential,\ne.g., password, in the security audit logs, even if encrypted.",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-04982",
+ "id_complete": "R-04982",
+ "id_parent": "R-04982",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST NOT",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Security Analytics Requirements",
+ "sections": [
+ "VNF Security Analytics Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-05050": {
+ "description": "A VNF's Heat Orchestration Templates intrinsic function\n``get_file`` <content key> **MAY** be used:\n\n * more than once in a VNF's Heat Orchestration Template\n * in two or more of a VNF's Heat Orchestration Templates\n * in a VNF's Heat Orchestration Templates nested YAML file",
+ "docname": "Chapter5/Heat/ONAP Heat Template Constructs",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-05050",
+ "id_complete": "R-05050",
+ "id_parent": "R-05050",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MAY",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Heat Files Support (get_file)",
+ "sections": [
+ "Heat Files Support (get_file)",
+ "ONAP Heat Heat Template Constructs"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": ""
+ },
+ "R-05201": {
+ "description": "When a VNF connects to two or more unique networks, each\nnetwork **MUST** be assigned a unique ``{network-role}``\nin the context of the VNF for use in the VNF's Heat Orchestration\nTemplate.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/{network-role}",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-05201",
+ "id_complete": "R-05201",
+ "id_parent": "R-05201",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "{network-role}",
+ "sections": [
+ "{network-role}"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": "none"
+ },
+ "R-05257": {
+ "description": "A VNF's Heat Orchestration Template's **MUST NOT**\ncontain the Resource ``OS::Neutron::FloatingIP``.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Neutron Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-05257",
+ "id_complete": "R-05257",
+ "id_parent": "R-05257",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST NOT",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VIP Assignment, ONAP External Networks",
+ "sections": [
+ "VIP Assignment, ONAP External Networks",
+ "Property: allowed_address_pairs, Map Property: ip_address",
+ "Resource: OS::Neutron::Port - Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": "static"
+ },
+ "R-06327": {
+ "description": "The VNF **MUST** respond to a \"drain VNFC\" [#4.5.2]_ command against\na specific VNFC, preventing new session from reaching the targeted VNFC,\nwith no disruption to active sessions on the impacted VNFC, if a VNF\nprovides a load balancing function across multiple instances of its VNFCs.\nThis is used to support scenarios such as proactive maintenance with no\nuser impact.",
+ "docname": "Chapter4/Devops",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-06327",
+ "id_complete": "R-06327",
+ "id_parent": "R-06327",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Devops",
+ "sections": [
+ "VNF Devops"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-06413": {
+ "description": "The VNF **MUST** log the field \"service or program used for access\"\nin the security audit logs.",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-06413",
+ "id_complete": "R-06413",
+ "id_parent": "R-06413",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Security Analytics Requirements",
+ "sections": [
+ "VNF Security Analytics Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-06613": {
+ "description": "A VNF's Heat Orchestration Template's parameter defined\nin a non-nested YAML file as type\n``boolean`` **MAY** have a parameter constraint defined.",
+ "docname": "Chapter5/Heat/ONAP Heat Orchestration Template Format",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-06613",
+ "id_complete": "R-06613",
+ "id_parent": "R-06613",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MAY",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "constraints",
+ "sections": [
+ "constraints",
+ "parameters",
+ "Heat Orchestration Template Structure",
+ "ONAP Heat Orchestration Template Format"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": ""
+ },
+ "R-06668": {
+ "description": "The VNF **MUST** handle the start or restart of VNFC instances\nin any order with each VNFC instance establishing or re-establishing\nrequired connections or relationships with other VNFC instances and/or\nVNFs required to perform the VNF function/role without requiring VNFC\ninstance(s) to be started/restarted in a particular order.",
+ "docname": "Chapter4/Resiliency",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-06668",
+ "id_complete": "R-06668",
+ "id_parent": "R-06668",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Application Resilient Error Handling",
+ "sections": [
+ "Application Resilient Error Handling",
+ "VNF Resiliency"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-06885": {
+ "description": "The VNF **SHOULD** support the ability to scale down a VNFC pool\nwithout jeopardizing active sessions. Ideally, an active session should\nnot be tied to any particular VNFC instance.",
+ "docname": "Chapter4/Resiliency",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-06885",
+ "id_complete": "R-06885",
+ "id_parent": "R-06885",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "SHOULD",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "System Resource Optimization",
+ "sections": [
+ "System Resource Optimization",
+ "VNF Resiliency"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-06924": {
+ "description": "The VNF or PNF producing VES events **MUST** deliver VES events as it\nbecomes available or according to the configured measurement interval.",
+ "docname": "Chapter7/Monitoring-And-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-06924",
+ "id_complete": "R-06924",
+ "id_parent": "R-06924",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Event Delivery Requirements",
+ "sections": [
+ "Event Delivery Requirements",
+ "Virtual Function Event Streaming (VES) Client Requirements",
+ "Monitoring & Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "guilin",
+ "validation_mode": ""
+ },
+ "R-07251": {
+ "description": "The VNF or PNF **MUST** support APPC/SDN-C ``ResumeTraffic`` command.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-07251",
+ "id_complete": "R-07251",
+ "id_parent": "R-07251",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Lifecycle Management Related Commands",
+ "sections": [
+ "Lifecycle Management Related Commands",
+ "Controller Interactions With VNF or PNF",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-07443": {
+ "description": "A VNF's Heat Orchestration Templates' Cinder Volume Module Output\nParameter's name and type **MUST** match the input parameter name and type\nin the corresponding Base Module or Incremental Module.",
+ "docname": "Chapter5/Heat/ONAP Heat Orchestration Templates Overview",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-07443",
+ "id_complete": "R-07443",
+ "id_parent": "R-07443",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "ONAP Volume Module Output Parameters",
+ "sections": [
+ "ONAP Volume Module Output Parameters",
+ "Output Parameters",
+ "ONAP Heat Orchestration Templates Overview"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": "static"
+ },
+ "R-07507": {
+ "description": "A VNF's Heat Orchestration Template's ``OS::Nova::Server``\nresource property\n``metadata`` key/value pair ``vnf_id`` parameter\n**MUST** be declared as ``vnf_id`` and the parameter **MUST**\nbe defined as type: ``string``.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Nova Metadata Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-07507",
+ "id_complete": "R-07507",
+ "id_parent": "R-07507",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "vnf_id",
+ "sections": [
+ "vnf_id",
+ "Resource: OS::Nova::Server Metadata Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": "static"
+ },
+ "R-07545": {
+ "description": "The VNF or PNF **MUST** support all operations, administration and\nmanagement (OAM) functions available from the supplier for VNFs or PNFs\nusing the supplied YANG code and associated NETCONF servers.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-07545",
+ "id_complete": "R-07545",
+ "id_parent": "R-07545",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "NETCONF Server Requirements",
+ "sections": [
+ "NETCONF Server Requirements",
+ "VNF or PNF Configuration via NETCONF Requirements",
+ "NETCONF Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-07617": {
+ "description": "The VNF **MUST** log success and unsuccessful creation, removal, or\nchange to the inherent privilege level of users.",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-07617",
+ "id_complete": "R-07617",
+ "id_parent": "R-07617",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Security Analytics Requirements",
+ "sections": [
+ "VNF Security Analytics Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": ""
+ },
+ "R-08134": {
+ "description": "The VNF or PNF **MUST** conform to the NETCONF RFC 6241,\n\"NETCONF Configuration Protocol\".",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-08134",
+ "id_complete": "R-08134",
+ "id_parent": "R-08134",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "NETCONF Server Requirements",
+ "sections": [
+ "NETCONF Server Requirements",
+ "VNF or PNF Configuration via NETCONF Requirements",
+ "NETCONF Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-08315": {
+ "description": "The VNF **SHOULD** use redundant connection pooling to connect\nto any backend data source that can be switched between pools in an\nautomated/scripted fashion to ensure high availability of the connection\nto the data source.",
+ "docname": "Chapter4/Resiliency",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-08315",
+ "id_complete": "R-08315",
+ "id_parent": "R-08315",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "SHOULD",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Intelligent Transaction Distribution & Management",
+ "sections": [
+ "Intelligent Transaction Distribution & Management",
+ "VNF Resiliency"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-08775": {
+ "description": "A VNF's Heat Orchestration Template's Resource\n``OS::Neutron::SecurityGroup``\nthat is applicable to one ``{vm-type}`` and more than one network\n(ONAP internal network\nand/or ONAP external network), the ``OS::Neutron::SecurityGroup``\nResource ID **SHOULD** use the naming convention\n\n* ``{vm-type}_security_group``\n\nwhere\n\n* ``{vm-type}`` is the vm-type",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Resource IDs",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-08775",
+ "id_complete": "R-08775",
+ "id_parent": "R-08775",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "SHOULD",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "OS::Neutron::SecurityGroup",
+ "sections": [
+ "OS::Neutron::SecurityGroup",
+ "OpenStack Heat Resources Resource ID Naming Convention",
+ "Resource IDs"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": ""
+ },
+ "R-08975": {
+ "description": "A VNF's Heat Orchestration Template's Resource ``OS::Heat::SoftwareConfig``\nResource ID **MUST** contain the ``{vm-type}``.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Resource IDs",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-08975",
+ "id_complete": "R-08975",
+ "id_parent": "R-08975",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "OS::Heat::SoftwareConfig",
+ "sections": [
+ "OS::Heat::SoftwareConfig",
+ "OpenStack Heat Resources Resource ID Naming Convention",
+ "Resource IDs"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": "static"
+ },
+ "R-09209": {
+ "description": "The VNF or PNF Provider's Ansible playbooks **MUST** store any playbook\nconfiguration data that requires encryption (passwords, secrets, etc.) in\na JSON (.json), YAML (.yaml|.yml) or INI (.ini) file, which will be placed\nin ``<VNF type>/<Version>/ansible/vars`` directory.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-09209",
+ "id_complete": "R-09209",
+ "id_parent": "R-09209",
+ "impacts": "",
+ "introduced": "frankfurt",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Ansible Playbook Requirements",
+ "sections": [
+ "Ansible Playbook Requirements",
+ "VNF or PNF Configuration via Ansible Requirements",
+ "Ansible Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF PROVIDER",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "guilin",
+ "validation_mode": ""
+ },
+ "R-09467": {
+ "description": "The VNF **MUST** utilize only NCSP standard compute flavors. [#4.5.1]_",
+ "docname": "Chapter4/Devops",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-09467",
+ "id_complete": "R-09467",
+ "id_parent": "R-09467",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Devops",
+ "sections": [
+ "VNF Devops"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-09811": {
+ "description": "A VNF's Heat Orchestration Template's ``OS::Nova::Server`` resource\nproperty ``metadata`` key/value pair ``vf_module_index`` **MUST NOT**\nhave parameter constraints defined.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Nova Metadata Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-09811",
+ "id_complete": "R-09811",
+ "id_parent": "R-09811",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST NOT",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "vf_module_index",
+ "sections": [
+ "vf_module_index",
+ "Resource: OS::Nova::Server Metadata Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": "static"
+ },
+ "R-100000": {
+ "description": "The VNF's Heat Orchestration Template's\nresource ``OS::ContrailV2::InstanceIp`` property ``instance_ip_address``\nparameter\n**MUST** be declared as either type ``string`` or type\n``comma_delimited_list``.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Contrail Resource Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-100000",
+ "id_complete": "R-100000",
+ "id_parent": "R-100000",
+ "impacts": "",
+ "introduced": "dublin",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Resource OS::ContrailV2::InstanceIp Property instance_ip_address",
+ "sections": [
+ "Resource OS::ContrailV2::InstanceIp Property instance_ip_address",
+ "Resource OS::ContrailV2::InstanceIp",
+ "Contrail Resource Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": "static"
+ },
+ "R-100010": {
+ "description": "When the VNF's Heat Orchestration Template's Resource\n``OS::ContrailV2::InstanceIp`` is assigning an IP address\nto an ONAP external network\n(per the ONAP definition, see Requirement R-57424 and R-16968),\nand an IPv4 address is assigned\nusing the property ``instance_ip_address``\nand the parameter type is defined as a string,\nthe parameter name **MUST** follow the\nnaming convention\n\n* ``{vm-type}_{network-role}_ip_{index}``\n\nwhere\n\n* ``{vm-type}`` is the {vm-type} associated with the ``OS::Nova::Server``\n* ``{network-role}`` is the {network-role} of the ONAP external network\n* ``{index}`` is a numeric value that **MUST** start at zero in a\n VNF's Heat Orchestration Template and **MUST** increment by one",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Contrail Resource Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-100010",
+ "id_complete": "R-100010",
+ "id_parent": "R-100010",
+ "impacts": "",
+ "introduced": "dublin",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Resource OS::ContrailV2::InstanceIp Property instance_ip_address",
+ "sections": [
+ "Resource OS::ContrailV2::InstanceIp Property instance_ip_address",
+ "Resource OS::ContrailV2::InstanceIp",
+ "Contrail Resource Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": "static"
+ },
+ "R-100020": {
+ "description": "The VNF's Heat Orchestration Template's Resource\n``OS::ContrailV2::InstanceIp`` property ``instance_ip_address``\nparameter\n``{vm-type}_{network-role}_ip_{index}``\n**MUST NOT** be enumerated in the\nVNF's Heat Orchestration Template's Environment File.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Contrail Resource Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-100020",
+ "id_complete": "R-100020",
+ "id_parent": "R-100020",
+ "impacts": "",
+ "introduced": "dublin",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST NOT",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Resource OS::ContrailV2::InstanceIp Property instance_ip_address",
+ "sections": [
+ "Resource OS::ContrailV2::InstanceIp Property instance_ip_address",
+ "Resource OS::ContrailV2::InstanceIp",
+ "Contrail Resource Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": "static"
+ },
+ "R-100030": {
+ "description": "When the VNF's Heat Orchestration Template's Resource\n``OS::ContrailV2::InstanceIp`` is assigning an IP address\nto an ONAP external network (per the\nONAP definition, see Requirement R-57424 and R-16968),\nand an IPv4 address is assigned\nusing the property ``instance_ip_address``\nand the parameter type is defined as a\n``comma_delimited_list``,\nthe parameter name **MUST** follow the\nnaming convention\n\n * ``{vm-type}_{network-role}_ips``\n\n where\n\n * ``{vm-type}`` is the {vm-type} associated with the\n ``OS::Nova::Server``\n * ``{network-role}`` is the {network-role} of the ONAP external\n network",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Contrail Resource Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-100030",
+ "id_complete": "R-100030",
+ "id_parent": "R-100030",
+ "impacts": "",
+ "introduced": "dublin",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Resource OS::ContrailV2::InstanceIp Property instance_ip_address",
+ "sections": [
+ "Resource OS::ContrailV2::InstanceIp Property instance_ip_address",
+ "Resource OS::ContrailV2::InstanceIp",
+ "Contrail Resource Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": "static"
+ },
+ "R-100040": {
+ "description": "The VNF's Heat Orchestration Template's Resource\n``OS::ContrailV2::InstanceIp`` property ``instance_ip_address``\nparameter\n``{vm-type}_{network-role}_ips``\n**MUST NOT** be enumerated in the\nVNF's Heat Orchestration Template's Environment File.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Contrail Resource Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-100040",
+ "id_complete": "R-100040",
+ "id_parent": "R-100040",
+ "impacts": "",
+ "introduced": "dublin",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST NOT",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Resource OS::ContrailV2::InstanceIp Property instance_ip_address",
+ "sections": [
+ "Resource OS::ContrailV2::InstanceIp Property instance_ip_address",
+ "Resource OS::ContrailV2::InstanceIp",
+ "Contrail Resource Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": "static"
+ },
+ "R-100050": {
+ "description": "When the VNF's Heat Orchestration Template's Resource\n``OS::ContrailV2::InstanceIp`` is assigning an IP address\nto an ONAP external network\n(per the\nONAP definition, see Requirement R-57424 and R-16968),\nand an IPv6 address is assigned\nusing the property ``instance_ip_address``\nand the parameter type is defined as a string,\nthe parameter name **MUST** follow the\nnaming convention\n\n* ``{vm-type}_{network-role}_v6_ip_{index}``\n\nwhere\n\n* ``{vm-type}`` is the {vm-type} associated with the\n ``OS::Nova::Server``\n* ``{network-role}`` is the {network-role} of the ONAP external network\n* ``{index}`` is a numeric value that **MUST** start at zero in a\n VNF's Heat Orchestration Template and **MUST** increment by one",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Contrail Resource Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-100050",
+ "id_complete": "R-100050",
+ "id_parent": "R-100050",
+ "impacts": "",
+ "introduced": "dublin",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Resource OS::ContrailV2::InstanceIp Property instance_ip_address",
+ "sections": [
+ "Resource OS::ContrailV2::InstanceIp Property instance_ip_address",
+ "Resource OS::ContrailV2::InstanceIp",
+ "Contrail Resource Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": "static"
+ },
+ "R-100060": {
+ "description": "The VNF's Heat Orchestration Template's Resource\n``OS::ContrailV2::InstanceIp`` property ``instance_ip_address``\nparameter\n``{vm-type}_{network-role}_v6_ip_{index}``\n**MUST NOT** be enumerated in the\nVNF's Heat Orchestration Template's Environment File.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Contrail Resource Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-100060",
+ "id_complete": "R-100060",
+ "id_parent": "R-100060",
+ "impacts": "",
+ "introduced": "dublin",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST NOT",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Resource OS::ContrailV2::InstanceIp Property instance_ip_address",
+ "sections": [
+ "Resource OS::ContrailV2::InstanceIp Property instance_ip_address",
+ "Resource OS::ContrailV2::InstanceIp",
+ "Contrail Resource Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": "static"
+ },
+ "R-100070": {
+ "description": "When the VNF's Heat Orchestration Template's Resource\n``OS::ContrailV2::InstanceIp`` is assigning an IP address\nto an ONAP external network (per the\nONAP definition, see Requirement R-57424 and R-16968),\nand an IPv6 address is assigned\nusing the property ``instance_ip_address``\nand the parameter type is defined as a\n``comma_delimited_list``,\nthe parameter name **MUST** follow the\nnaming convention\n\n * ``{vm-type}_{network-role}_v6_ips``\n\nwhere\n\n * ``{vm-type}`` is the {vm-type} associated with the\n OS::Nova::Server\n * ``{network-role}`` is the {network-role} of the ONAP external\n network",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Contrail Resource Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-100070",
+ "id_complete": "R-100070",
+ "id_parent": "R-100070",
+ "impacts": "",
+ "introduced": "dublin",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Resource OS::ContrailV2::InstanceIp Property instance_ip_address",
+ "sections": [
+ "Resource OS::ContrailV2::InstanceIp Property instance_ip_address",
+ "Resource OS::ContrailV2::InstanceIp",
+ "Contrail Resource Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": "static"
+ },
+ "R-100080": {
+ "description": "The VNF's Heat Orchestration Template's Resource\n``OS::ContrailV2::InstanceIp`` property ``instance_ip_address``\nparameter\n``{vm-type}_{network-role}_v6_ips``\n**MUST NOT** be enumerated in the\nVNF's Heat Orchestration Template's Environment File.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Contrail Resource Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-100080",
+ "id_complete": "R-100080",
+ "id_parent": "R-100080",
+ "impacts": "",
+ "introduced": "dublin",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST NOT",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Resource OS::ContrailV2::InstanceIp Property instance_ip_address",
+ "sections": [
+ "Resource OS::ContrailV2::InstanceIp Property instance_ip_address",
+ "Resource OS::ContrailV2::InstanceIp",
+ "Contrail Resource Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": "static"
+ },
+ "R-100090": {
+ "description": "When the VNF's Heat Orchestration Template's Resource\n``OS::ContrailV2::InstanceIp`` is assigning an IP address\nto an ONAP internal network (per the\nONAP definition, see Requirements R-52425 and R-46461 and R-35666),\nand an IPv4 address is assigned\nusing the property ``instance_ip_address``\nand the parameter type is\ndefined as a ``string``,\nthe parameter name **MUST** follow the\nnaming convention\n\n* ``{vm-type}_int_{network-role}_ip_{index}``\n\nwhere\n\n* ``{vm-type}`` is the {vm-type} associated with the\n ``OS::Nova::Server``\n* ``{network-role}`` is the {network-role} of the ONAP internal network\n* ``{index}`` is a numeric value that **MUST** start at zero in a\n VNF's Heat Orchestration Template and **MUST** increment by one",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Contrail Resource Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-100090",
+ "id_complete": "R-100090",
+ "id_parent": "R-100090",
+ "impacts": "",
+ "introduced": "dublin",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Resource OS::ContrailV2::InstanceIp Property instance_ip_address",
+ "sections": [
+ "Resource OS::ContrailV2::InstanceIp Property instance_ip_address",
+ "Resource OS::ContrailV2::InstanceIp",
+ "Contrail Resource Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": "static"
+ },
+ "R-100100": {
+ "description": "The VNF's Heat Orchestration Template's Resource\n``OS::ContrailV2::InstanceIp`` property ``instance_ip_address``\nparameter\n``{vm-type}_int_{network-role}_ip_{index}``\n**MUST** be enumerated in the\nVNF's Heat Orchestration Template's Environment File.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Contrail Resource Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-100100",
+ "id_complete": "R-100100",
+ "id_parent": "R-100100",
+ "impacts": "",
+ "introduced": "dublin",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Resource OS::ContrailV2::InstanceIp Property instance_ip_address",
+ "sections": [
+ "Resource OS::ContrailV2::InstanceIp Property instance_ip_address",
+ "Resource OS::ContrailV2::InstanceIp",
+ "Contrail Resource Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": "static"
+ },
+ "R-100110": {
+ "description": "When the VNF's Heat Orchestration Template's Resource\n``OS::ContrailV2::InstanceIp`` is assigning an IP address\nto an ONAP internal network (per the\nONAP definition, see Requirements R-52425 and R-46461 and R-35666),\nand an IPv4 address is assigned\nusing the property ``instance_ip_address``\nand the parameter type is defined as a\n``comma_delimited_list``,\nthe parameter name **MUST** follow the\nnaming convention\n\n * ``{vm-type}_int_{network-role}_ips``\n\nwhere\n\n * ``{vm-type}`` is the {vm-type} associated with the\n ``OS::Nova::Server``\n * ``{network-role}`` is the {network-role} of the ONAP internal\n network",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Contrail Resource Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-100110",
+ "id_complete": "R-100110",
+ "id_parent": "R-100110",
+ "impacts": "",
+ "introduced": "dublin",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Resource OS::ContrailV2::InstanceIp Property instance_ip_address",
+ "sections": [
+ "Resource OS::ContrailV2::InstanceIp Property instance_ip_address",
+ "Resource OS::ContrailV2::InstanceIp",
+ "Contrail Resource Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": "static"
+ },
+ "R-100120": {
+ "description": "The VNF's Heat Orchestration Template's Resource\n``OS::ContrailV2::InstanceIp`` property ``instance_ip_address``\nparameter\n``{vm-type}_int_{network-role}_int_ips``\n**MUST** be enumerated in the\nVNF's Heat Orchestration Template's Environment File.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Contrail Resource Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-100120",
+ "id_complete": "R-100120",
+ "id_parent": "R-100120",
+ "impacts": "",
+ "introduced": "dublin",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Resource OS::ContrailV2::InstanceIp Property instance_ip_address",
+ "sections": [
+ "Resource OS::ContrailV2::InstanceIp Property instance_ip_address",
+ "Resource OS::ContrailV2::InstanceIp",
+ "Contrail Resource Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": "static"
+ },
+ "R-100130": {
+ "description": "When the VNF's Heat Orchestration Template's Resource\n``OS::ContrailV2::InstanceIp`` is assigning an IP address to an\nONAP internal network (per the\nONAP definition, see Requirements R-52425 and R-46461 and R-35666),\nand an IPv6 address is assigned\nusing the property ``instance_ip_address``\nand the parameter type is defined as a\n``string``,\nthe parameter name **MUST** follow the\nnaming convention\n\n* ``{vm-type}_int_{network-role}_v6_ip_{index}``\n\nwhere\n\n* ``{vm-type}`` is the {vm-type} associated with the ``OS::Nova::Server``\n* ``{network-role}`` is the {network-role} of the ONAP internal network\n* ``{index}`` is a numeric value that **MUST** start at zero in a\n VNF's Heat Orchestration Template and **MUST** increment by one",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Contrail Resource Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-100130",
+ "id_complete": "R-100130",
+ "id_parent": "R-100130",
+ "impacts": "",
+ "introduced": "dublin",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Resource OS::ContrailV2::InstanceIp Property instance_ip_address",
+ "sections": [
+ "Resource OS::ContrailV2::InstanceIp Property instance_ip_address",
+ "Resource OS::ContrailV2::InstanceIp",
+ "Contrail Resource Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": "static"
+ },
+ "R-100140": {
+ "description": "The VNF's Heat Orchestration Template's Resource\n``OS::ContrailV2::InstanceIp`` property ``instance_ip_address``\nparameter\n``{vm-type}_int_{network-role}_v6_ip_{index}``\n**MUST** be enumerated in the\nVNF's Heat Orchestration Template's Environment File.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Contrail Resource Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-100140",
+ "id_complete": "R-100140",
+ "id_parent": "R-100140",
+ "impacts": "",
+ "introduced": "dublin",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Resource OS::ContrailV2::InstanceIp Property instance_ip_address",
+ "sections": [
+ "Resource OS::ContrailV2::InstanceIp Property instance_ip_address",
+ "Resource OS::ContrailV2::InstanceIp",
+ "Contrail Resource Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": "static"
+ },
+ "R-100150": {
+ "description": "When the VNF's Heat Orchestration Template's Resource\n``OS::ContrailV2::InstanceIp`` is assigning an IP address to an\nONAP internal network (per the\nONAP definition, see Requirements R-52425 and R-46461 and R-35666),\nand an IPv6 address is assigned\nusing the property ``instance_ip_address``\nand the parameter type is defined as a\n``comma_delimited_list``,\nthe parameter name **MUST** follow the\nnaming convention\n\n * ``{vm-type}_int_{network-role}_v6_ips``\n\nwhere\n\n * ``{vm-type}`` is the {vm-type} associated with the\n ``OS::Nova::Server``\n * ``{network-role}`` is the {network-role} of the ONAP internal\n network",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Contrail Resource Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-100150",
+ "id_complete": "R-100150",
+ "id_parent": "R-100150",
+ "impacts": "",
+ "introduced": "dublin",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Resource OS::ContrailV2::InstanceIp Property instance_ip_address",
+ "sections": [
+ "Resource OS::ContrailV2::InstanceIp Property instance_ip_address",
+ "Resource OS::ContrailV2::InstanceIp",
+ "Contrail Resource Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": "static"
+ },
+ "R-100160": {
+ "description": "The VNF's Heat Orchestration Template's Resource\n``OS::ContrailV2::InstanceIp`` property ``instance_ip_address``\nmap property ``ip_address`` parameter\n``{vm-type}_int_{network-role}_v6_ips``\n**MUST** be enumerated in the\nVNF's Heat Orchestration Template's Environment File.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Contrail Resource Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-100160",
+ "id_complete": "R-100160",
+ "id_parent": "R-100160",
+ "impacts": "",
+ "introduced": "dublin",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Resource OS::ContrailV2::InstanceIp Property instance_ip_address",
+ "sections": [
+ "Resource OS::ContrailV2::InstanceIp Property instance_ip_address",
+ "Resource OS::ContrailV2::InstanceIp",
+ "Contrail Resource Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": "static"
+ },
+ "R-100170": {
+ "description": "The VNF's Heat Orchestration Template's Resource\n``OS::ContrailV2::InstanceIp``\nproperty ``instance_ip_address``\nparameter associated with an ONAP external network, i.e.,\n\n * ``{vm-type}_{network-role}_ip_{index}``\n * ``{vm-type}_{network-role}_v6_ip_{index}``\n * ``{vm-type}_{network-role}_ips``\n * ``{vm-type}_{network-role}_v6_ips``\n\n\n**MUST NOT** be enumerated in the Heat Orchestration\nTemplate's Environment File. ONAP provides the IP address\nassignments at orchestration time.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Contrail Resource Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-100170",
+ "id_complete": "R-100170",
+ "id_parent": "R-100170",
+ "impacts": "",
+ "introduced": "dublin",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST NOT",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Resource OS::ContrailV2::InstanceIp Property instance_ip_address",
+ "sections": [
+ "Resource OS::ContrailV2::InstanceIp Property instance_ip_address",
+ "Resource OS::ContrailV2::InstanceIp",
+ "Contrail Resource Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": "static"
+ },
+ "R-100180": {
+ "description": "The VNF's Heat Orchestration Template's Resource\n``OS::ContrailV2::InstanceIp``\nproperty ``instance_ip_address``\nparameter associated with an ONAP internal network, i.e.,\n\n * ``{vm-type}_int_{network-role}_ip_{index}``\n * ``{vm-type}_int_{network-role}_v6_ip_{index}``\n * ``{vm-type}_int_{network-role}_ips``\n * ``{vm-type}_int_{network-role}_v6_ips``\n\n\n**MUST** be enumerated in the Heat Orchestration\nTemplate's Environment File and IP addresses **MUST** be\nassigned.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Contrail Resource Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-100180",
+ "id_complete": "R-100180",
+ "id_parent": "R-100180",
+ "impacts": "",
+ "introduced": "dublin",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Resource OS::ContrailV2::InstanceIp Property instance_ip_address",
+ "sections": [
+ "Resource OS::ContrailV2::InstanceIp Property instance_ip_address",
+ "Resource OS::ContrailV2::InstanceIp",
+ "Contrail Resource Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": "static"
+ },
+ "R-100190": {
+ "description": "The VNF's Heat Orchestration Template's\nresource ``OS::ContrailV2::InstanceIp`` property ``subnet_uuid``\nparameter\n**MUST** be declared type ``string``.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Contrail Resource Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-100190",
+ "id_complete": "R-100190",
+ "id_parent": "R-100190",
+ "impacts": "",
+ "introduced": "dublin",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Resource OS::ContrailV2::InstanceIp Property subnet_uuid",
+ "sections": [
+ "Resource OS::ContrailV2::InstanceIp Property subnet_uuid",
+ "Resource OS::ContrailV2::InstanceIp",
+ "Contrail Resource Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": "static"
+ },
+ "R-100200": {
+ "description": "When the VNF's Heat Orchestration Template's\nresource ``OS::ContrailV2::InstanceIp`` is assigning an IP address\nto an ONAP external network (per the ONAP definition, see\nRequirement R-57424 and R-16968),\nand an IPv4 address is being cloud assigned by OpenStack's DHCP Service\nand the ONAP external network IPv4 subnet is to be specified\nusing the property ``subnet_uuid``, the parameter\n**MUST** follow the naming convention\n\n * ``{network-role}_subnet_id``\n\nwhere\n\n * ``{network-role}`` is the network role of the ONAP external network.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Contrail Resource Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-100200",
+ "id_complete": "R-100200",
+ "id_parent": "R-100200",
+ "impacts": "",
+ "introduced": "dublin",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Resource OS::ContrailV2::InstanceIp Property subnet_uuid",
+ "sections": [
+ "Resource OS::ContrailV2::InstanceIp Property subnet_uuid",
+ "Resource OS::ContrailV2::InstanceIp",
+ "Contrail Resource Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": "static"
+ },
+ "R-100210": {
+ "description": "The VNF's Heat Orchestration Template's Resource\n``OS::ContrailV2::InstanceIp`` property ``subnet_uuid``\nparameter\n``{network-role}_subnet_id``\n**MUST NOT** be enumerated in the\nVNF's Heat Orchestration Template's Environment File.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Contrail Resource Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-100210",
+ "id_complete": "R-100210",
+ "id_parent": "R-100210",
+ "impacts": "",
+ "introduced": "dublin",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST NOT",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Resource OS::ContrailV2::InstanceIp Property subnet_uuid",
+ "sections": [
+ "Resource OS::ContrailV2::InstanceIp Property subnet_uuid",
+ "Resource OS::ContrailV2::InstanceIp",
+ "Contrail Resource Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": "static"
+ },
+ "R-100220": {
+ "description": "When the VNF's Heat Orchestration Template's\nresource ``OS::ContrailV2::InstanceIp`` is assigning an IP address\nto an ONAP external network (per the ONAP definition, see\nRequirement R-57424 and R-16968),\nand an IPv6 address is being cloud assigned by OpenStack's DHCP Service\nand the ONAP external network IPv6 subnet is to be specified\nusing the property ``subnet_uuid``, the parameter\n**MUST** follow the naming convention\n\n * ``{network-role}_v6_subnet_id``\n\nwhere\n\n * ``{network-role}`` is the network role of the ONAP external network.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Contrail Resource Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-100220",
+ "id_complete": "R-100220",
+ "id_parent": "R-100220",
+ "impacts": "",
+ "introduced": "dublin",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Resource OS::ContrailV2::InstanceIp Property subnet_uuid",
+ "sections": [
+ "Resource OS::ContrailV2::InstanceIp Property subnet_uuid",
+ "Resource OS::ContrailV2::InstanceIp",
+ "Contrail Resource Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": "static"
+ },
+ "R-100230": {
+ "description": "The VNF's Heat Orchestration Template's Resource\n``OS::ContrailV2::InstanceIp`` property ``subnet_uuid``\nparameter\n``{network-role}_v6_subnet_id``\n**MUST NOT** be enumerated in the\nVNF's Heat Orchestration Template's Environment File.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Contrail Resource Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-100230",
+ "id_complete": "R-100230",
+ "id_parent": "R-100230",
+ "impacts": "",
+ "introduced": "dublin",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST NOT",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Resource OS::ContrailV2::InstanceIp Property subnet_uuid",
+ "sections": [
+ "Resource OS::ContrailV2::InstanceIp Property subnet_uuid",
+ "Resource OS::ContrailV2::InstanceIp",
+ "Contrail Resource Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": "static"
+ },
+ "R-100240": {
+ "description": "When\n\n * the VNF's Heat Orchestration Template's\n resource ``OS::ContrailV2::InstanceIp`` in an Incremental Module is\n assigning an IP address\n to an ONAP internal network (per the ONAP definition, see\n Requirements R-52425 and R-46461 and R-35666)\n that is created in the Base Module, AND\n * an IPv4 address is being cloud assigned by OpenStack's DHCP Service AND\n * the ONAP internal network IPv4 subnet is to be specified\n using the property ``subnet_uuid``,\n\nthe parameter **MUST** follow the naming convention\n\n * ``int_{network-role}_subnet_id``\n\nwhere\n\n * ``{network-role}`` is the network role of the ONAP internal network\n\nNote that the parameter **MUST** be defined as an ``output`` parameter in\nthe base module.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Contrail Resource Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-100240",
+ "id_complete": "R-100240",
+ "id_parent": "R-100240",
+ "impacts": "",
+ "introduced": "dublin",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Resource OS::ContrailV2::InstanceIp Property subnet_uuid",
+ "sections": [
+ "Resource OS::ContrailV2::InstanceIp Property subnet_uuid",
+ "Resource OS::ContrailV2::InstanceIp",
+ "Contrail Resource Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": "static"
+ },
+ "R-100250": {
+ "description": "The VNF's Heat Orchestration Template's Resource\n``OS::ContrailV2::InstanceIp`` property ``subnet_uuid``\nparameter\n``int_{network-role}_subnet_id``\n**MUST NOT** be enumerated in the\nVNF's Heat Orchestration Template's Environment File.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Contrail Resource Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-100250",
+ "id_complete": "R-100250",
+ "id_parent": "R-100250",
+ "impacts": "",
+ "introduced": "dublin",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST NOT",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Resource OS::ContrailV2::InstanceIp Property subnet_uuid",
+ "sections": [
+ "Resource OS::ContrailV2::InstanceIp Property subnet_uuid",
+ "Resource OS::ContrailV2::InstanceIp",
+ "Contrail Resource Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": "static"
+ },
+ "R-100260": {
+ "description": "When\n\n * the VNF's Heat Orchestration Template's\n resource ``OS::ContrailV2::InstanceIp`` in an Incremental Module is\n attaching\n to an ONAP internal network (per the ONAP definition,\n see Requirements R-52425 and R-46461 and R-35666)\n that is created in the Base Module, AND\n * an IPv6 address is being cloud assigned by OpenStack's DHCP Service AND\n * the ONAP internal network IPv6 subnet is to be specified\n using the property ``subnet_uuid``,\n\nthe parameter **MUST** follow the naming convention\n\n * ``int_{network-role}_v6_subnet_id``\n\nwhere ``{network-role}`` is the network role of the ONAP internal network.\n\nNote that the parameter **MUST** be defined as an ``output`` parameter in\nthe base module.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Contrail Resource Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-100260",
+ "id_complete": "R-100260",
+ "id_parent": "R-100260",
+ "impacts": "",
+ "introduced": "dublin",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Resource OS::ContrailV2::InstanceIp Property subnet_uuid",
+ "sections": [
+ "Resource OS::ContrailV2::InstanceIp Property subnet_uuid",
+ "Resource OS::ContrailV2::InstanceIp",
+ "Contrail Resource Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": "static"
+ },
+ "R-100270": {
+ "description": "The VNF's Heat Orchestration Template's Resource\n``OS::ContrailV2::InstanceIp`` property ``subnet_uuid``\nparameter\n``int_{network-role}_v6_subnet_id``\n**MUST NOT** be enumerated in the\nVNF's Heat Orchestration Template's Environment File.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Contrail Resource Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-100270",
+ "id_complete": "R-100270",
+ "id_parent": "R-100270",
+ "impacts": "",
+ "introduced": "dublin",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST NOT",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Resource OS::ContrailV2::InstanceIp Property subnet_uuid",
+ "sections": [
+ "Resource OS::ContrailV2::InstanceIp Property subnet_uuid",
+ "Resource OS::ContrailV2::InstanceIp",
+ "Contrail Resource Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": "static"
+ },
+ "R-100280": {
+ "description": "If a VNF's Heat Orchestration Template's resource\n``OS::ContrailV2::VirtualMachineInterface``\nis attaching to an ONAP external network (per the\nONAP definition, see Requirement R-57424 and R-16968), the\nmap property\n\n``virtual_machine_interface_allowed_address_pairs``,\n\n``virtual_machine_interface_allowed_address_pairs_allowed_address_pair``,\n\n``virtual_machine_interface_allowed_address_pairs_allowed_address_pair_ip``,\n\n``virtual_machine_interface_allowed_address_pairs_allowed_address_pair_ip_ip_prefix``\n\nparameter\n**MUST NOT** be enumerated in the\nVNF's Heat Orchestration Template's Environment File.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Contrail Resource Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-100280",
+ "id_complete": "R-100280",
+ "id_parent": "R-100280",
+ "impacts": "",
+ "introduced": "dublin",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST NOT",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "ONAP External Networks",
+ "sections": [
+ "ONAP External Networks",
+ "OS::ContrailV2::VirtualMachineInterface Property virtual_machine_interface_allowed_address_pairs",
+ "Contrail Resource Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": "static"
+ },
+ "R-100310": {
+ "description": "When the VNF's Heat Orchestration Template's resource\n``OS::ContrailV2::VirtualMachineInterface`` is attaching to an ONAP external\nnetwork (per the\nONAP definition, see Requirement R-57424 and R-16968),\nand an IPv4 Virtual IP (VIP)\nis required to be supported by the ONAP data model,\nthe map property\n\n``virtual_machine_interface_allowed_address_pairs``,\n\n``virtual_machine_interface_allowed_address_pairs_allowed_address_pair``,\n\n``virtual_machine_interface_allowed_address_pairs_allowed_address_pair_ip``,\n\n``virtual_machine_interface_allowed_address_pairs_allowed_address_pair_ip_ip_prefix``\n\nparameter name **MUST** follow the naming convention\n\n* ``{vm-type}_{network-role}_floating_ip``\n\nwhere\n\n* ``{vm-type}`` is the {vm-type} associated with the ``OS::Nova::Server``\n* ``{network-role}`` is the {network-role} of the ONAP external network\n\nAnd the parameter **MUST** be declared as type ``string``.\n\nThe ONAP data model can only support one IPv4 VIP address.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Contrail Resource Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-100310",
+ "id_complete": "R-100310",
+ "id_parent": "R-100310",
+ "impacts": "",
+ "introduced": "dublin",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "ONAP External Networks",
+ "sections": [
+ "ONAP External Networks",
+ "OS::ContrailV2::VirtualMachineInterface Property virtual_machine_interface_allowed_address_pairs",
+ "Contrail Resource Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": "static"
+ },
+ "R-100330": {
+ "description": "When the VNF's Heat Orchestration Template's resource\n``OS::ContrailV2::VirtualMachineInterface`` is attaching to an ONAP\nexternal\nnetwork (per the\nONAP definition, see Requirement R-57424 and R-16968),\nand an IPv6 Virtual IP (VIP)\nis required to be supported by the ONAP data model,\nthe map property\n\n``virtual_machine_interface_allowed_address_pairs``,\n\n``virtual_machine_interface_allowed_address_pairs_allowed_address_pair``,\n\n``virtual_machine_interface_allowed_address_pairs_allowed_address_pair_ip``,\n\n``virtual_machine_interface_allowed_address_pairs_allowed_address_pair_ip_ip_prefix``\n\nparameter name **MUST** follow the naming convention\n\n* ``{vm-type}_{network-role}_floating_v6_ip``\n\nwhere\n\n* ``{vm-type}`` is the {vm-type} associated with the ``OS::Nova::Server``\n* ``{network-role}`` is the {network-role} of the ONAP external network\n\nAnd the parameter **MUST** be declared as type ``string``.\n\nThe ONAP data model can only support one IPv6 VIP address.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Contrail Resource Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-100330",
+ "id_complete": "R-100330",
+ "id_parent": "R-100330",
+ "impacts": "",
+ "introduced": "dublin",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "ONAP External Networks",
+ "sections": [
+ "ONAP External Networks",
+ "OS::ContrailV2::VirtualMachineInterface Property virtual_machine_interface_allowed_address_pairs",
+ "Contrail Resource Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": "static"
+ },
+ "R-100350": {
+ "description": "When the VNF's Heat Orchestration Template's resource\n``OS::ContrailV2::VirtualMachineInterface`` is attaching to an\nONAP external network\n(per the ONAP definition, see Requirement R-57424 and R-16968),\nand the IPv4 VIP address and/or IPv6 VIP address\nis **not** supported by the ONAP data model,\nthe map property\n\n``virtual_machine_interface_allowed_address_pairs``,\n\n``virtual_machine_interface_allowed_address_pairs_allowed_address_pair``,\n\n``virtual_machine_interface_allowed_address_pairs_allowed_address_pair_ip``,\n\n``virtual_machine_interface_allowed_address_pairs_allowed_address_pair_ip_ip_prefix``\n\n* Parameter name **MAY** use any naming convention. That is, there is no\n ONAP mandatory parameter naming convention.\n* Parameter **MAY** be declared as type ``string`` or type\n ``comma_delimited_list``.\n\nAnd the ``OS::ContrailV2::VirtualMachineInterface`` resource\n**MUST** contain resource-level ``metadata`` (not property-level).\n\nAnd the ``metadata`` format **MUST** must contain the\nkey value ``aap_exempt`` with a list of all map property\n\n``virtual_machine_interface_allowed_address_pairs``,\n\n``virtual_machine_interface_allowed_address_pairs_allowed_address_pair``,\n\n``virtual_machine_interface_allowed_address_pairs_allowed_address_pair_ip``,\n\n``virtual_machine_interface_allowed_address_pairs_allowed_address_pair_ip_ip_prefix``\n\nparameters **not** supported by the ONAP data model.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Contrail Resource Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-100350",
+ "id_complete": "R-100350",
+ "id_parent": "R-100350",
+ "impacts": "",
+ "introduced": "dublin",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "ONAP External Networks",
+ "sections": [
+ "ONAP External Networks",
+ "OS::ContrailV2::VirtualMachineInterface Property virtual_machine_interface_allowed_address_pairs",
+ "Contrail Resource Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": "static"
+ },
+ "R-100360": {
+ "description": "When the VNF's Heat Orchestration Template's Resource\n``OS::ContrailV2::VirtualMachineInterface`` is attaching to an\nONAP internal network (per the\nONAP definition, see Requirements R-52425 and R-46461 and R-35666),\nand an IPv4 Virtual IP (VIP)\naddress is assigned using the map property,\n``virtual_machine_interface_allowed_address_pairs,\nvirtual_machine_interface_allowed_address_pairs_allowed_address_pair,\nvirtual_machine_interface_allowed_address_pairs_allowed_address_pair_ip,\nvirtual_machine_interface_allowed_address_pairs_allowed_address_pair_ip_ip_prefix``\n, the parameter name **MUST** follow the\nnaming convention\n\n * ``{vm-type}_int_{network-role}_floating_ip``\n\nwhere\n\n * ``{vm-type}`` is the {vm-type} associated with the\n OS::Nova::Server\n * ``{network-role}`` is the {network-role} of the ONAP internal\n network\n\nAnd the parameter **MUST** be declared as ``type: string``\nand **MUST** be enumerated in the environment file.\n\nOR\n\nthe parameter name **MUST** follow the\nnaming convention\n\n * ``{vm-type}_int_{network-role}_floating_ips``\n\nwhere\n\n * ``{vm-type}`` is the {vm-type} associated with the\n OS::Nova::Server\n * ``{network-role}`` is the {network-role} of the ONAP internal\n network\n\nAnd the parameter **MUST** be declared as ``type: comma_delimited_list``\nand **MUST** be enumerated in the environment file.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Contrail Resource Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-100360",
+ "id_complete": "R-100360",
+ "id_parent": "R-100360",
+ "impacts": "",
+ "introduced": "dublin",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "ONAP Internal Networks",
+ "sections": [
+ "ONAP Internal Networks",
+ "OS::ContrailV2::VirtualMachineInterface Property virtual_machine_interface_allowed_address_pairs",
+ "Contrail Resource Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": "static"
+ },
+ "R-100370": {
+ "description": "When the VNF's Heat Orchestration Template's Resource\n``OS::ContrailV2::VirtualMachineInterface`` is attaching to an\nONAP internal network (per the\nONAP definition, see Requirements R-52425 and R-46461 and R-35666),\nand an IPv6 Virtual IP (VIP)\naddress is assigned\nusing the map property,\n``virtual_machine_interface_allowed_address_pairs,\nvirtual_machine_interface_allowed_address_pairs_allowed_address_pair,\nvirtual_machine_interface_allowed_address_pairs_allowed_address_pair_ip,\nvirtual_machine_interface_allowed_address_pairs_allowed_address_pair_ip_ip_prefix``\n, the parameter name **MUST** follow the\nnaming convention\n\n * ``{vm-type}_int_{network-role}_floating_v6_ip``\n\nwhere\n\n * ``{vm-type}`` is the {vm-type} associated with the\n OS::Nova::Server\n * ``{network-role}`` is the {network-role} of the ONAP internal\n network\n\nAnd the parameter **MUST** be declared as ``type: string``\nand **MUST** be enumerated in the environment file\n\nOR\n\nthe parameter name **MUST** follow the\nnaming convention\n\n * ``{vm-type}_int_{network-role}_floating_v6_ips``\n\nwhere\n\n * ``{vm-type}`` is the {vm-type} associated with the\n OS::Nova::Server\n * ``{network-role}`` is the {network-role} of the ONAP internal\n network\n\nAnd the parameter **MUST** be declared as ``type: comma_delimited_list``\nand **MUST** be enumerated in the environment file.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Contrail Resource Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-100370",
+ "id_complete": "R-100370",
+ "id_parent": "R-100370",
+ "impacts": "",
+ "introduced": "dublin",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "ONAP Internal Networks",
+ "sections": [
+ "ONAP Internal Networks",
+ "OS::ContrailV2::VirtualMachineInterface Property virtual_machine_interface_allowed_address_pairs",
+ "Contrail Resource Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": "static"
+ },
+ "R-100380": {
+ "description": "If a VNF requires the use of an SSH key created by OpenStack, the VNF\nHeat Orchestration Template **SHOULD** create the ``OS::Nova::Keypair``\nin the base module, and expose the public key as an output value.\n\nThis allows re-use of the key by ONAP when triggering scale out, recovery,\nor other day 1 operations.",
+ "docname": "Chapter5/Heat/ONAP Heat Template Constructs",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-100380",
+ "id_complete": "R-100380",
+ "id_parent": "R-100380",
+ "impacts": "",
+ "introduced": "dublin",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "SHOULD",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Key Pairs",
+ "sections": [
+ "Key Pairs",
+ "ONAP Heat Heat Template Constructs"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": "none"
+ },
+ "R-100400": {
+ "description": "A VNF's Heat Orchestration Template's ``OS::Nova::Server`` resource\nproperty metadata **SHOULD** contain the key/value pair ``vf_module_name``.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Nova Metadata Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-100400",
+ "id_complete": "R-100400",
+ "id_parent": "R-100400",
+ "impacts": "",
+ "introduced": "dublin",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "SHOULD",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "vf_module_name",
+ "sections": [
+ "vf_module_name",
+ "Resource: OS::Nova::Server Metadata Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-100410": {
+ "description": "A VNF's Heat Orchestration Template's ``OS::Nova::Server``\nresource property ``metadata`` **MAY**\ncontain the key/value pair ``vf_module_index``.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Nova Metadata Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-100410",
+ "id_complete": "R-100410",
+ "id_parent": "R-100410",
+ "impacts": "",
+ "introduced": "dublin",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MAY",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "vf_module_index",
+ "sections": [
+ "vf_module_index",
+ "Resource: OS::Nova::Server Metadata Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-10087": {
+ "description": "The VNF or PNF CSAR package **MUST** include all artifacts required by\nETSI GS NFV-SOL004 including Manifest file, VNFD or PNFD (or Main\nTOSCA/YAML based Service Template) and other optional artifacts.",
+ "docname": "Chapter5/Tosca/ONAP VNF or PNF CSAR Package",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-10087",
+ "id_complete": "R-10087",
+ "id_parent": "R-10087",
+ "impacts": "",
+ "introduced": "casablanca",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF or PNF Package Contents",
+ "sections": [
+ "VNF or PNF Package Contents",
+ "VNF or PNF CSAR Package"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF CSAR PACKAGE",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-10129": {
+ "description": "The VNF or PNF **SHOULD** conform its YANG model to RFC 7223,\n\"A YANG Data Model for Interface Management\".",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-10129",
+ "id_complete": "R-10129",
+ "id_parent": "R-10129",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "SHOULD",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "NETCONF Server Requirements",
+ "sections": [
+ "NETCONF Server Requirements",
+ "VNF or PNF Configuration via NETCONF Requirements",
+ "NETCONF Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-10173": {
+ "description": "The VNF or PNF **MUST** allow another NETCONF session to be able to\ninitiate the release of the lock by killing the session owning the lock,\nusing the <kill-session> operation to guard against hung NETCONF sessions.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-10173",
+ "id_complete": "R-10173",
+ "id_parent": "R-10173",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "NETCONF Server Requirements",
+ "sections": [
+ "NETCONF Server Requirements",
+ "VNF or PNF Configuration via NETCONF Requirements",
+ "NETCONF Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-103464": {
+ "description": "A VNF or PNF producing VES events that is buffering events due to an\nunavailable VES Event Listener **MAY** leverage to ``publishEventBatch``\noperation to redeliver buffered events. Please note this can only be\nused when all buffered events belong to the same domain due to the\nrestrictions in place for the operation.",
+ "docname": "Chapter7/Monitoring-And-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-103464",
+ "id_complete": "R-103464",
+ "id_parent": "R-103464",
+ "impacts": "",
+ "introduced": "guilin",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MAY",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Buffering and Redelivery",
+ "sections": [
+ "Buffering and Redelivery",
+ "Virtual Function Event Streaming (VES) Client Requirements",
+ "Monitoring & Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-10353": {
+ "description": "The VNF or PNF **MUST** conform its YANG model to RFC 6244,\n\"An Architecture for Network Management Using NETCONF and YANG\".",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-10353",
+ "id_complete": "R-10353",
+ "id_parent": "R-10353",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "NETCONF Server Requirements",
+ "sections": [
+ "NETCONF Server Requirements",
+ "VNF or PNF Configuration via NETCONF Requirements",
+ "NETCONF Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-106240": {
+ "description": "A PNF MUST support the pnfRegistration VES event which is required to integrate with ONAP\u2019s PNF Plug and Play capabilities.",
+ "docname": "Chapter7/PNF-Plug-and-Play",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-106240",
+ "id_complete": "R-106240",
+ "id_parent": "R-106240",
+ "impacts": "",
+ "introduced": "casablanca",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "PNF Plug and Play",
+ "sections": [
+ "PNF Plug and Play",
+ "PNF Plug and Play"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "guilin",
+ "validation_mode": ""
+ },
+ "R-10716": {
+ "description": "The VNF or PNF **MUST** support parallel and simultaneous\nconfiguration of separate objects within itself.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-10716",
+ "id_complete": "R-10716",
+ "id_parent": "R-10716",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "NETCONF Server Requirements",
+ "sections": [
+ "NETCONF Server Requirements",
+ "VNF or PNF Configuration via NETCONF Requirements",
+ "NETCONF Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-10834": {
+ "description": "A VNF's Heat Orchestration Template resource attribute ``property:``\n**MUST NOT** use more than two levels of nested ``get_param`` intrinsic\nfunctions when deriving a property value. SDC does not support nested\n``get_param`` with recursive lists (i.e., a list inside list).\nThe second ``get_param`` in a nested lookup must directly derive its value\nwithout further calls to ``get_param`` functions.\n\n* Example of valid nesting:\n\n * ``name: {get_param: [ {vm-type}_names, {get_param : index } ] }``\n\n* Examples of invalid nesting. SDC will not support these examples since\n there is an array inside array.\n\n * ``name: {get_param: [ {vm-type}_names, { get_param: [ indexlist, 0 ] } ] }``\n * ``name: {get_param: [ {vm-type}_names, { get_param: [ indexlist1, { get_param: indexlist2 } ] } ] }``",
+ "docname": "Chapter5/Heat/ONAP Heat Orchestration Template Format",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-10834",
+ "id_complete": "R-10834",
+ "id_parent": "R-10834",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST NOT",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "properties",
+ "sections": [
+ "properties",
+ "resources",
+ "Heat Orchestration Template Structure",
+ "ONAP Heat Orchestration Template Format"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "el alto",
+ "validation_mode": "static"
+ },
+ "R-11041": {
+ "description": "All parameters defined in a VNFs Nested YAML file\n**MUST** be passed in as properties of the resource calling\nthe nested yaml file.",
+ "docname": "Chapter5/Heat/ONAP Heat Template Constructs",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-11041",
+ "id_complete": "R-11041",
+ "id_parent": "R-11041",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Nested Heat Template Requirements",
+ "sections": [
+ "Nested Heat Template Requirements",
+ "Nested Heat Templates",
+ "ONAP Heat Heat Template Constructs"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": "static"
+ },
+ "R-11168": {
+ "description": "A VNF's Heat Orchestration Template's Resource ID that is associated with\nan ONAP external network **MUST** include the ``{network-role}`` as part\nof the resource ID.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/{network-role}",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-11168",
+ "id_complete": "R-11168",
+ "id_parent": "R-11168",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "{network-role}",
+ "sections": [
+ "{network-role}"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": "none"
+ },
+ "R-11200": {
+ "description": "A VNF's Cinder Volume Module, when it exists, **MUST** be 1:1\nwith a Base module or Incremental module.",
+ "docname": "Chapter5/Heat/ONAP Heat Orchestration Templates Overview",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-11200",
+ "id_complete": "R-11200",
+ "id_parent": "R-11200",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "ONAP VNF Modularity Overview",
+ "sections": [
+ "ONAP VNF Modularity Overview",
+ "ONAP Heat Orchestration Templates Overview"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": "static"
+ },
+ "R-11235": {
+ "description": "The VNF or PNF **MUST** implement the protocol operation:\n``kill-session(session``- Force the termination of **session**.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-11235",
+ "id_complete": "R-11235",
+ "id_parent": "R-11235",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "NETCONF Server Requirements",
+ "sections": [
+ "NETCONF Server Requirements",
+ "VNF or PNF Configuration via NETCONF Requirements",
+ "NETCONF Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-11441": {
+ "description": "A VNF's Heat Orchestration Template's parameter type **MUST** be one of\nthe following values:\n\n* ``string``\n* ``number``\n* ``json``\n* ``comma_delimited_list``\n* ``boolean``",
+ "docname": "Chapter5/Heat/ONAP Heat Orchestration Template Format",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-11441",
+ "id_complete": "R-11441",
+ "id_parent": "R-11441",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "type",
+ "sections": [
+ "type",
+ "parameters",
+ "Heat Orchestration Template Structure",
+ "ONAP Heat Orchestration Template Format"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": "static"
+ },
+ "R-11499": {
+ "description": "The VNF or PNF **MUST** fully support the XPath 1.0 specification\nfor filtered retrieval of configuration and other database contents.\nThe 'type' attribute within the <filter> parameter for <get> and\n<get-config> operations may be set to 'xpath'. The 'select' attribute\n(which contains the XPath expression) will also be supported by the\nserver. A server may support partial XPath retrieval filtering, but\nit cannot advertise the ``:xpath`` capability unless the entire XPath\n1.0 specification is supported.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-11499",
+ "id_complete": "R-11499",
+ "id_parent": "R-11499",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "NETCONF Server Requirements",
+ "sections": [
+ "NETCONF Server Requirements",
+ "VNF or PNF Configuration via NETCONF Requirements",
+ "NETCONF Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-11690": {
+ "description": "When a VNF's Heat Orchestration Template's Resource ID contains an\n``{index}``, the ``{index}`` is a numeric value that **MUST** start at\nzero and **MUST** increment by one.\n\nAs stated in R-16447,\n*a VNF's <resource ID> MUST be unique across all Heat\nOrchestration Templates and all HEAT Orchestration Template\nNested YAML files that are used to create the VNF*. While the ``{index}``\nwill start at zero in the VNF, the ``{index}`` may not start at zero\nin a given Heat Orchestration Template or HEAT Orchestration Template\nNested YAML file.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Resource IDs",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-11690",
+ "id_complete": "R-11690",
+ "id_parent": "R-11690",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Resource IDs",
+ "sections": [
+ "Resource IDs"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": "static"
+ },
+ "R-11790": {
+ "description": "The VNF **MUST** support ONAP Controller's\n**Restart (stop/start or reboot)** command.",
+ "docname": "Chapter4/Resiliency",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-11790",
+ "id_complete": "R-11790",
+ "id_parent": "R-11790",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Virtual Function - Container Recovery Requirements",
+ "sections": [
+ "Virtual Function - Container Recovery Requirements",
+ "VNF Resiliency"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-118669": {
+ "description": "Login access (e.g., shell access) to the operating system layer, whether\ninteractive or as part of an automated process, **MUST** be through an\nencrypted protocol such as SSH or TLS.",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-118669",
+ "id_complete": "R-118669",
+ "id_parent": "R-118669",
+ "impacts": "",
+ "introduced": "casablanca",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF General Security Requirements",
+ "sections": [
+ "VNF General Security Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-120182": {
+ "description": "A VNF or PNF Provider utilizing VES **MUST** indicate specific conditions\nthat may arise, and recommend actions that may be taken at specific\nthresholds, or if specific conditions repeat within a specified time\ninterval, using the semantics and syntax described by the\n:ref:`VES Event Registration specification <ves_event_registration_3_2>`.\n\n**NOTE:** The Service Provider may override VNF or PNF provider Event\nRegistrations using the ONAP SDC Design Studio to finalizes Service\nProvider engineering rules for the processing of the VNF or PNF events.\nThese changes may modify any of the following:\n\n* Threshold levels\n* Specified actions related to conditions",
+ "docname": "Chapter7/Monitoring-And-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-120182",
+ "id_complete": "R-120182",
+ "id_parent": "R-120182",
+ "impacts": "dcae",
+ "introduced": "casablanca",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Event Definition and Registration",
+ "sections": [
+ "Event Definition and Registration",
+ "Virtual Function Event Streaming (VES) Client Requirements",
+ "Monitoring & Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF PROVIDER",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "guilin",
+ "validation_mode": "static"
+ },
+ "R-12110": {
+ "description": "The VNF **MUST NOT** use keys generated or derived from\npredictable functions or values, e.g., values considered predictable\ninclude user identity information, time of day, stored/transmitted data.",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-12110",
+ "id_complete": "R-12110",
+ "id_parent": "R-12110",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST NOT",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Data Protection Requirements",
+ "sections": [
+ "VNF Data Protection Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-12271": {
+ "description": "The VNF or PNF **SHOULD** conform its YANG model to RFC 7223,\n\"IANA Interface Type YANG Module\".",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-12271",
+ "id_complete": "R-12271",
+ "id_parent": "R-12271",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "SHOULD",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "NETCONF Server Requirements",
+ "sections": [
+ "NETCONF Server Requirements",
+ "VNF or PNF Configuration via NETCONF Requirements",
+ "NETCONF Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-123044": {
+ "description": "The VNF or PNF Provider **MAY** require that specific events, identified by\ntheir ``eventName``, require that certain fields, which are optional in the\ncommon event format, must be present when they are published.",
+ "docname": "Chapter7/Monitoring-And-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-123044",
+ "id_complete": "R-123044",
+ "id_parent": "R-123044",
+ "impacts": "dcae",
+ "introduced": "casablanca",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MAY",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Event Definition and Registration",
+ "sections": [
+ "Event Definition and Registration",
+ "Virtual Function Event Streaming (VES) Client Requirements",
+ "Monitoring & Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF PROVIDER",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": "in_service"
+ },
+ "R-12467": {
+ "description": "The VNF **MUST NOT** use compromised encryption algorithms.\nFor example, SHA, DSS, MD5, SHA-1 and Skipjack algorithms.\nAcceptable algorithms can be found in the NIST FIPS publications\n(https://csrc.nist.gov/publications/fips) and in the\nNIST Special Publications (https://csrc.nist.gov/publications/sp).",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-12467",
+ "id_complete": "R-12467",
+ "id_parent": "R-12467",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST NOT",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Data Protection Requirements",
+ "sections": [
+ "VNF Data Protection Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": ""
+ },
+ "R-12538": {
+ "description": "The VNF **SHOULD** support load balancing and discovery\nmechanisms in resource pools containing VNFC instances.",
+ "docname": "Chapter4/Resiliency",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-12538",
+ "id_complete": "R-12538",
+ "id_parent": "R-12538",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "SHOULD",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "System Resource Optimization",
+ "sections": [
+ "System Resource Optimization",
+ "VNF Resiliency"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-12678": {
+ "description": "The VNF or PNF Documentation Package **MUST** include a\ndescription of runtime lifecycle events and related actions (e.g.,\ncontrol responses, tests) which can be performed for the VNF or PNF.",
+ "docname": "Chapter7/VNF-On-boarding-and-package-management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-12678",
+ "id_complete": "R-12678",
+ "id_parent": "R-12678",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Resource Description",
+ "sections": [
+ "Resource Description",
+ "VNF and PNF On-boarding and package management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF DOCUMENTATION PACKAGE",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-12706": {
+ "description": "The VNF or PNF **MUST** support APPC/SDN-C ``QuiesceTraffic`` command.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-12706",
+ "id_complete": "R-12706",
+ "id_parent": "R-12706",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Lifecycle Management Related Commands",
+ "sections": [
+ "Lifecycle Management Related Commands",
+ "Controller Interactions With VNF or PNF",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-12709": {
+ "description": "The VNFC **SHOULD** be independently deployed, configured,\nupgraded, scaled, monitored, and administered by ONAP.",
+ "docname": "Chapter4/Design",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-12709",
+ "id_complete": "R-12709",
+ "id_parent": "R-12709",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "SHOULD",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Design",
+ "sections": [
+ "VNF Design"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-130206": {
+ "description": "If the VNF or PNF CSAR Package utilizes Option 1 for package security, then\nthe complete CSAR file **MUST** contain a Digest (a.k.a. hash) for each of\nthe components of the VNF or PNF package. The table of hashes is included\nin the package manifest file, which is signed with the VNF or PNF provider\nprivate key. In addition, the VNF or PNF provider MUST include a signing\ncertificate that includes the VNF or PNF provider public key, following a\nTOSCA pre-defined naming convention and located either at the root of the\narchive or in a predefined location specified by the TOSCA.meta file with\nthe corresponding entry named \"ETSI-Entry-Certificate\".",
+ "docname": "Chapter5/Tosca/ONAP VNF or PNF CSAR Package",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-130206",
+ "id_complete": "R-130206",
+ "id_parent": "R-130206",
+ "impacts": "",
+ "introduced": "dublin",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF or PNF Package Authenticity and Integrity",
+ "sections": [
+ "VNF or PNF Package Authenticity and Integrity",
+ "VNF or PNF CSAR Package"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF CSAR PACKAGE",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "el alto",
+ "validation_mode": ""
+ },
+ "R-130645": {
+ "description": "The VNF or PNF **MUST** respect the Time To Live provided by the DNS for\nthe VES Event Listener FQDN.",
+ "docname": "Chapter7/Monitoring-And-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-130645",
+ "id_complete": "R-130645",
+ "id_parent": "R-130645",
+ "impacts": "",
+ "introduced": "guilin",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VES Listener Endpoint and DNS Resolution",
+ "sections": [
+ "VES Listener Endpoint and DNS Resolution",
+ "Configuration Requirements",
+ "Virtual Function Event Streaming (VES) Client Requirements",
+ "Monitoring & Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-13151": {
+ "description": "The VNF **SHOULD** disable the paging of the data requiring\nencryption, if possible, where the encryption of non-transient data is\nrequired on a device for which the operating system performs paging to\nvirtual memory. If not possible to disable the paging of the data\nrequiring encryption, the virtual memory should be encrypted.",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-13151",
+ "id_complete": "R-13151",
+ "id_parent": "R-13151",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "SHOULD",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Data Protection Requirements",
+ "sections": [
+ "VNF Data Protection Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-13194": {
+ "description": "A VNF's Heat Orchestration Template's ``OS::Nova::Server`` resource\nproperty\n``metadata`` key/value pair ``environment_context`` **MUST NOT**\nbe enumerated in the Heat Orchestration Template's environment file.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Nova Metadata Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-13194",
+ "id_complete": "R-13194",
+ "id_parent": "R-13194",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST NOT",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "environment_context",
+ "sections": [
+ "environment_context",
+ "Resource: OS::Nova::Server Metadata Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": "static"
+ },
+ "R-13196": {
+ "description": "A VNF **MAY** be composed of zero to many Incremental Modules.",
+ "docname": "Chapter5/Heat/ONAP Heat Orchestration Templates Overview",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-13196",
+ "id_complete": "R-13196",
+ "id_parent": "R-13196",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MAY",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "ONAP VNF Modularity Overview",
+ "sections": [
+ "ONAP VNF Modularity Overview",
+ "ONAP Heat Orchestration Templates Overview"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-13344": {
+ "description": "The VNF **MUST** log starting and stopping of security\nlogging.",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-13344",
+ "id_complete": "R-13344",
+ "id_parent": "R-13344",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Security Analytics Requirements",
+ "sections": [
+ "VNF Security Analytics Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-13390": {
+ "description": "The VNF or PNF provider **MUST** provide cookbooks to be loaded\non the appropriate Chef Server.",
+ "docname": "Chapter7/VNF-On-boarding-and-package-management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-13390",
+ "id_complete": "R-13390",
+ "id_parent": "R-13390",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Configuration Management via Chef",
+ "sections": [
+ "Configuration Management via Chef",
+ "Resource Configuration",
+ "VNF and PNF On-boarding and package management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-13613": {
+ "description": "The VNF **MUST** provide clear measurements for licensing\npurposes if needed to allow automated scale up/down by the management system.",
+ "docname": "Chapter7/VNF-On-boarding-and-package-management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-13613",
+ "id_complete": "R-13613",
+ "id_parent": "R-13613",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Licensing Requirements",
+ "sections": [
+ "Licensing Requirements",
+ "VNF and PNF On-boarding and package management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "guilin",
+ "validation_mode": ""
+ },
+ "R-13627": {
+ "description": "The VNF **MUST** monitor API invocation patterns to detect\nanomalous access patterns that may represent fraudulent access or other\ntypes of attacks, or integrate with tools that implement anomaly and\nabuse detection.",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-13627",
+ "id_complete": "R-13627",
+ "id_parent": "R-13627",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Security Analytics Requirements",
+ "sections": [
+ "VNF Security Analytics Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-13800": {
+ "description": "The VNF or PNF **MUST** conform to the NETCONF RFC 5277,\n\"NETCONF Event Notification\".",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-13800",
+ "id_complete": "R-13800",
+ "id_parent": "R-13800",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "NETCONF Server Requirements",
+ "sections": [
+ "NETCONF Server Requirements",
+ "VNF or PNF Configuration via NETCONF Requirements",
+ "NETCONF Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-14198": {
+ "description": "A VNF's Heat Orchestration Template's Resource\n``OS::Neutron::SecurityGroup`` that\nis applicable to one {vm-type} and one ONAP internal network\n(per the ONAP definition, see Requirements R-52425 and R-46461 and\nR-35666), the\n``OS::Neutron::SecurityGroup`` Resource ID **SHOULD**\nuse the naming convention\n\n* ``{vm-type}_int_{network-role}_security_group``\n\nwhere\n\n* ``{vm-type}`` is the vm-type\n* ``{network-role}`` is the network-role of the ONAP internal network",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Resource IDs",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-14198",
+ "id_complete": "R-14198",
+ "id_parent": "R-14198",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "SHOULD",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "OS::Neutron::SecurityGroup",
+ "sections": [
+ "OS::Neutron::SecurityGroup",
+ "OpenStack Heat Resources Resource ID Naming Convention",
+ "Resource IDs"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": ""
+ },
+ "R-14447": {
+ "description": "A VNF's Heat Orchestration Template's Resource\n``OS::ContrailV2::ServiceTemplate``\nResource ID **MAY** use the naming convention\n\n* ``{vm-type}_RST_{index}``\n\nwhere\n\n* ``{vm-type}`` is the vm-type\n* ``RST`` signifies that it is the Resource Service Template\n* ``{index}`` is the index.\n The ``{index}`` starts at zero and increments by one\n (as described in R-11690).",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Resource IDs",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-14447",
+ "id_complete": "R-14447",
+ "id_parent": "R-14447",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MAY",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "OS::ContrailV2::ServiceTemplate",
+ "sections": [
+ "OS::ContrailV2::ServiceTemplate",
+ "Contrail Heat Resources Resource ID Naming Convention",
+ "Resource IDs"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-146092": {
+ "description": "If one or more non-MANO artifact(s) is included in the VNF or PNF CSAR\npackage, the Manifest file in this CSAR package **MUST** contain one or more\nof the following ONAP non-MANO artifact set identifier(s):\n\n - onap_ves_events: contains VES registration files\n\n - onap_pm_dictionary: contains the PM dictionary files\n\n - onap_yang_modules: contains Yang module files for configurations\n\n - onap_ansible_playbooks: contains any ansible_playbooks\n\n - onap_pnf_sw_information: contains the PNF software information file\n\n - onap_others: contains any other non_MANO artifacts, e.g. informational\n documents\n\n *NOTE: According to ETSI SOL004 v.2.6.1, every non-MANO artifact set shall be\n identified by a non-MANO artifact set identifier which shall be registered in\n the ETSI registry. Approved ONAP non-MANO artifact set identifiers are documented\n in the following page* https://wiki.onap.org/display/DW/ONAP+Non-MANO+Artifacts+Set+Identifiers",
+ "docname": "Chapter5/Tosca/ONAP VNF or PNF CSAR Package",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-146092",
+ "id_complete": "R-146092",
+ "id_parent": "R-146092",
+ "impacts": "",
+ "introduced": "dublin",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF or PNF Package Contents",
+ "sections": [
+ "VNF or PNF Package Contents",
+ "VNF or PNF CSAR Package"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF CSAR PACKAGE",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": ""
+ },
+ "R-14853": {
+ "description": "The VNF **MUST** respond to a \"move traffic\" [#4.5.2]_ command\nagainst a specific VNFC, moving all existing session elsewhere with\nminimal disruption if a VNF provides a load balancing function across\nmultiple instances of its VNFCs.\n\nNote: Individual VNF performance aspects (e.g., move duration or\ndisruption scope) may require further constraints.",
+ "docname": "Chapter4/Devops",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-14853",
+ "id_complete": "R-14853",
+ "id_parent": "R-14853",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Devops",
+ "sections": [
+ "VNF Devops"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-15189": {
+ "description": "A VNF's Heat Orchestration Template's Resource ``OS::Nova::ServerGroup``\nResource ID **MAY** use the naming convention\n\n* ``{vm-type}_RSG``\n\nor\n\n* ``{vm-type}_Server_Grp``\n\nor\n\n* ``{vm-type}_ServerGroup``\n\nor\n\n* ``{vm-type}_servergroup``",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Resource IDs",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-15189",
+ "id_complete": "R-15189",
+ "id_parent": "R-15189",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MAY",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "OS::Nova::ServerGroup",
+ "sections": [
+ "OS::Nova::ServerGroup",
+ "OpenStack Heat Resources Resource ID Naming Convention",
+ "Resource IDs"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": ""
+ },
+ "R-15287": {
+ "description": "When the VNF's Heat Orchestration Template's\nresource ``OS::Neutron::Port`` is attaching\nto an ONAP external network (per the ONAP definition, see\nRequirement R-57424 and R-16968),\nand an IPv6 address is being cloud assigned by OpenStack's DHCP Service\nand the ONAP external network IPv6 subnet is to be specified\nusing the property ``fixed_ips``\nmap property ``subnet``, the parameter\n**MUST** follow the naming convention\n\n * ``{network-role}_v6_subnet_id``\n\nwhere\n\n * ``{network-role}`` is the network role of the ONAP external network.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Neutron Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-15287",
+ "id_complete": "R-15287",
+ "id_parent": "R-15287",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Property: fixed_ips, Map Property: subnet",
+ "sections": [
+ "Property: fixed_ips, Map Property: subnet",
+ "Resource: OS::Neutron::Port - Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": "static"
+ },
+ "R-15325": {
+ "description": "The VNF **MUST** log the field \"success/failure\" in the\nsecurity audit logs.",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-15325",
+ "id_complete": "R-15325",
+ "id_parent": "R-15325",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Security Analytics Requirements",
+ "sections": [
+ "VNF Security Analytics Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-15480": {
+ "description": "A VNF's Heat Orchestration Template's ``OS::Nova::Server`` resource\nproperty\n``metadata`` key/value pair ``vf_module_name`` parameter ``vf_module_name``\n**MUST NOT** have parameter constraints defined.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Nova Metadata Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-15480",
+ "id_complete": "R-15480",
+ "id_parent": "R-15480",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST NOT",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "vf_module_name",
+ "sections": [
+ "vf_module_name",
+ "Resource: OS::Nova::Server Metadata Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": "static"
+ },
+ "R-15837": {
+ "description": "The following table defines the major TOSCA Types specified in\nETSI NFV-SOL001 standard draft. The VNFD provided by a VNF vendor\n**MUST** comply with the below definitions:",
+ "docname": "Chapter5/Tosca/ONAP Tosca VNF Descriptor",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-15837",
+ "id_complete": "R-15837",
+ "id_parent": "R-15837",
+ "impacts": "",
+ "introduced": "casablanca",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "General",
+ "sections": [
+ "General",
+ "TOSCA VNF Descriptor"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-15884": {
+ "description": "The VNF **MUST** include the field \"date\" in the Security alarms\n(where applicable and technically feasible).",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-15884",
+ "id_complete": "R-15884",
+ "id_parent": "R-15884",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Security Analytics Requirements",
+ "sections": [
+ "VNF Security Analytics Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-15885": {
+ "description": "The VNF or PNF **MUST** Upon completion of the chef-client run,\nPOST back on the callback URL, a JSON object as described in Table\nA2 if the chef-client run list includes a cookbook/recipe that is\ncallback capable. Failure to POST on the Callback Url should not be\nconsidered a critical error. That is, if the chef-client successfully\ncompletes the VNF or PNF action, it should reflect this status on the Chef\nServer regardless of whether the Callback succeeded or not.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-15885",
+ "id_complete": "R-15885",
+ "id_parent": "R-15885",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Chef Roles/Requirements",
+ "sections": [
+ "Chef Roles/Requirements",
+ "VNF or PNF Configuration via Chef Requirements",
+ "Chef Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-16039": {
+ "description": "The VNF **SHOULD** test for adherence to the defined\nresiliency rating recommendation at each layer, during each\ndelivery cycle so that the resiliency rating is measured and\nfeedback is provided where software resiliency requirements are\nnot met.",
+ "docname": "Chapter4/Resiliency",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-16039",
+ "id_complete": "R-16039",
+ "id_parent": "R-16039",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "SHOULD",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Deployment Optimization",
+ "sections": [
+ "Deployment Optimization",
+ "VNF Resiliency"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-16065": {
+ "description": "The VNF or PNF provider **MUST** provide configurable parameters\n(if unable to conform to YANG model) including VNF or PNF attributes/parameters\nand valid values, dynamic attributes and cross parameter dependencies\n(e.g., customer provisioning data).",
+ "docname": "Chapter7/VNF-On-boarding-and-package-management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-16065",
+ "id_complete": "R-16065",
+ "id_parent": "R-16065",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Configuration Management via Ansible",
+ "sections": [
+ "Configuration Management via Ansible",
+ "Resource Configuration",
+ "VNF and PNF On-boarding and package management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-16241": {
+ "description": "A VNF's ONAP internal network **MUST** have one subnet.\nA VNF's ONAP internal network **MAY** have more than one subnet.",
+ "docname": "Chapter5/Heat/ONAP Heat Networking",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-16241",
+ "id_complete": "R-16241",
+ "id_parent": "R-16241",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Internal Networks",
+ "sections": [
+ "Internal Networks",
+ "ONAP Heat Networking"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": "static"
+ },
+ "R-16437": {
+ "description": "A VNF's Heat Orchestration Template's Resource\n``OS::ContrailV2::ServiceTemplate``\nResource ID **MUST** contain the ``{vm-type}``.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Resource IDs",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-16437",
+ "id_complete": "R-16437",
+ "id_parent": "R-16437",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "OS::ContrailV2::ServiceTemplate",
+ "sections": [
+ "OS::ContrailV2::ServiceTemplate",
+ "Contrail Heat Resources Resource ID Naming Convention",
+ "Resource IDs"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": "static"
+ },
+ "R-16447": {
+ "description": "A VNF's <resource ID> **MUST** be unique across all Heat\nOrchestration Templates and all HEAT Orchestration Template\nNested YAML files that are used to create the VNF.",
+ "docname": "Chapter5/Heat/ONAP Heat Orchestration Template Format",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-16447",
+ "id_complete": "R-16447",
+ "id_parent": "R-16447",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "resource ID",
+ "sections": [
+ "resource ID",
+ "resources",
+ "Heat Orchestration Template Structure",
+ "ONAP Heat Orchestration Template Format"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": "static"
+ },
+ "R-16496": {
+ "description": "The VNF **MUST** enable instantiating only the functionality that\nis needed for the decomposed VNF (e.g., if transcoding is not needed it\nshould not be instantiated).",
+ "docname": "Chapter4/Design",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-16496",
+ "id_complete": "R-16496",
+ "id_parent": "R-16496",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Design",
+ "sections": [
+ "VNF Design"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-16560": {
+ "description": "The VNF **SHOULD** conduct a resiliency impact assessment for all\ninter/intra-connectivity points in the VNF to provide an overall resiliency\nrating for the VNF to be incorporated into the software design and\ndevelopment of the VNF.",
+ "docname": "Chapter4/Resiliency",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-16560",
+ "id_complete": "R-16560",
+ "id_parent": "R-16560",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "SHOULD",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Monitoring & Dashboard",
+ "sections": [
+ "Monitoring & Dashboard",
+ "VNF Resiliency"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-16777": {
+ "description": "The VNF or PNF provider **MUST** provide a JSON file for each\nsupported action for the VNF or PNF. The JSON file must contain key value\npairs with all relevant values populated with sample data that illustrates\nits usage. The fields and their description are defined in Table B1\nin the Appendix.",
+ "docname": "Chapter7/VNF-On-boarding-and-package-management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-16777",
+ "id_complete": "R-16777",
+ "id_parent": "R-16777",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Configuration Management via Ansible",
+ "sections": [
+ "Configuration Management via Ansible",
+ "Resource Configuration",
+ "VNF and PNF On-boarding and package management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-16875": {
+ "description": "The VNF or PNF Documentation Package **MUST** include documentation which must\ninclude a unique identification string for the specific VNF or PNF, a description\nof the problem that caused the error, and steps or procedures to perform\nRoot Cause Analysis and resolve the issue.",
+ "docname": "Chapter7/VNF-On-boarding-and-package-management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-16875",
+ "id_complete": "R-16875",
+ "id_parent": "R-16875",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Resource Control Loop",
+ "sections": [
+ "Resource Control Loop",
+ "VNF and PNF On-boarding and package management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF DOCUMENTATION PACKAGE",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-16968": {
+ "description": "A VNF's Heat Orchestration Templates **MUST NOT** include heat\nresources to create an ONAP external network.\n\nAn ONAP external network **MUST** be instantiated by using VID\nor by invoking SO directly.",
+ "docname": "Chapter5/Heat/ONAP Heat Networking",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-16968",
+ "id_complete": "R-16968",
+ "id_parent": "R-16968",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST NOT",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "External Networks",
+ "sections": [
+ "External Networks",
+ "ONAP Heat Networking"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": "static"
+ },
+ "R-17334": {
+ "description": "A VNF's Heat Orchestration Template's Resource\n``OS::Neutron::SecurityGroup``\nthat is applicable to one ``{vm-type}`` and one ONAP external network\n(per the ONAP definition, see Requirement R-57424 and R-16968),\nthe ``OS::Neutron::SecurityGroup`` Resource ID\n**SHOULD** use the naming convention\n\n* ``{vm-type}_{network-role}_security_group``\n\nwhere\n\n* ``{vm-type}`` is the vm-type\n* ``{network-role}`` is the network-role of the ONAP external network",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Resource IDs",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-17334",
+ "id_complete": "R-17334",
+ "id_parent": "R-17334",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "SHOULD",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "OS::Neutron::SecurityGroup",
+ "sections": [
+ "OS::Neutron::SecurityGroup",
+ "OpenStack Heat Resources Resource ID Naming Convention",
+ "Resource IDs"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": ""
+ },
+ "R-17528": {
+ "description": "A VNF's Heat Orchestration Template's first level Nested YAML file\n**MUST NOT** contain more than one ``OS::Nova::Server`` resource.\nA VNF's Heat Orchestration Template's second level Nested YAML file\n**MUST NOT** contain any heat resources.",
+ "docname": "Chapter5/Heat/ONAP Heat Template Constructs",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-17528",
+ "id_complete": "R-17528",
+ "id_parent": "R-17528",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST NOT",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Nested Heat Template Requirements",
+ "sections": [
+ "Nested Heat Template Requirements",
+ "Nested Heat Templates",
+ "ONAP Heat Heat Template Constructs"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": "static"
+ },
+ "R-17624": {
+ "description": "The PNF **MAY** support the optional parameters for Service\nConfiguration Parameters.\n\nNote: These are detailed in the Stage 5 PnP\n\nNote: These parameters are optional, and not all PNFs will support any\nor all of these parameters, it is up to the vendor and service provider\nto ascertain which ones are supported up to an including all of the ones\nthat have been defined. Note: It is expected that there will be a growing\nlist of supported configuration parameters in future releases of ONAP.",
+ "docname": "Chapter7/PNF-Plug-and-Play",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-17624",
+ "id_complete": "R-17624",
+ "id_parent": "R-17624",
+ "impacts": "",
+ "introduced": "casablanca",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MAY",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "PNF Plug and Play",
+ "sections": [
+ "PNF Plug and Play",
+ "PNF Plug and Play"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-176945": {
+ "description": "The VNF or PNF producing VES events **SHOULD NOT** send syslog events to the\nVES Event Listener during debug mode, but rather store syslog events locally\nfor access or possible file transfer.",
+ "docname": "Chapter7/Monitoring-And-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-176945",
+ "id_complete": "R-176945",
+ "id_parent": "R-176945",
+ "impacts": "",
+ "introduced": "guilin",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "SHOULD NOT",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Event Delivery Requirements",
+ "sections": [
+ "Event Delivery Requirements",
+ "Virtual Function Event Streaming (VES) Client Requirements",
+ "Monitoring & Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-177937": {
+ "description": "The PNFD provided by a PNF vendor\u00a0**MUST**\u00a0comply with the following\nCapabilities Types as specified in ETSI NFV-SOL001 standard:\n\n - tosca.capabilities.nfv.VirtualLinkable",
+ "docname": "Chapter5/Tosca/ONAP Tosca PNF Descriptor",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-177937",
+ "id_complete": "R-177937",
+ "id_parent": "R-177937",
+ "impacts": "",
+ "introduced": "guilin",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Capability Types",
+ "sections": [
+ "Capability Types",
+ "TOSCA PNF Descriptor"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-17852": {
+ "description": "The VNFD **MAY** include TOSCA/YAML definitions that are not part of\nNFV Profile. If provided, these definitions MUST comply with TOSCA\nSimple Profile in YAML v.1.2.",
+ "docname": "Chapter5/Tosca/ONAP Tosca VNF Descriptor",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-17852",
+ "id_complete": "R-17852",
+ "id_parent": "R-17852",
+ "impacts": "",
+ "introduced": "casablanca",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MAY",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "General",
+ "sections": [
+ "General",
+ "TOSCA VNF Descriptor"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-18001": {
+ "description": "If the VNF's ports connected to a unique ONAP internal network\n(per the ONAP definition, see Requirements R-52425 and R-46461 and R-35666)\nand the port's IP addresses are statically assigned IP addresses,\nthe IPv4 addresses **MAY** be from different subnets and the\nIPv6 addresses **MAY** be from different subnets.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Neutron Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-18001",
+ "id_complete": "R-18001",
+ "id_parent": "R-18001",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MAY",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Items to Note",
+ "sections": [
+ "Items to Note",
+ "Introduction",
+ "Resource: OS::Neutron::Port - Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": ""
+ },
+ "R-18008": {
+ "description": "The VNF's Heat Orchestration Template's Resource ``OS::Neutron::Port``\nproperty ``network`` parameter **MUST** be declared as type: ``string``.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Neutron Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-18008",
+ "id_complete": "R-18008",
+ "id_parent": "R-18008",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Property: network",
+ "sections": [
+ "Property: network",
+ "Resource: OS::Neutron::Port - Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": "static"
+ },
+ "R-18202": {
+ "description": "A VNF's Heat Orchestration Template's Resource\n``OS::Heat::MultipartMime``\nResource ID\n**MAY**\nuse the naming convention\n\n* ``{vm-type}_RMM``\n\nwhere\n\n* ``{vm-type}`` is the vm-type\n* ``RMM`` signifies that it is the Resource Multipart Mime",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Resource IDs",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-18202",
+ "id_complete": "R-18202",
+ "id_parent": "R-18202",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MAY",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "OS::Heat::MultipartMime",
+ "sections": [
+ "OS::Heat::MultipartMime",
+ "OpenStack Heat Resources Resource ID Naming Convention",
+ "Resource IDs"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": ""
+ },
+ "R-18525": {
+ "description": "The VNF or PNF provider **MUST** provide a JSON file for each\nsupported action for the VNF or PNF. The JSON file must contain key value\npairs with all relevant values populated with sample data that illustrates\nits usage. The fields and their description are defined in Tables A1\nand A2 in the Appendix.\n\nNote: Chef support in ONAP is not currently available and planned for 4Q 2017.",
+ "docname": "Chapter7/VNF-On-boarding-and-package-management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-18525",
+ "id_complete": "R-18525",
+ "id_parent": "R-18525",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Configuration Management via Chef",
+ "sections": [
+ "Configuration Management via Chef",
+ "Resource Configuration",
+ "VNF and PNF On-boarding and package management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-18683": {
+ "description": "If a VNF has one IPv4 OAM Management IP Address and the\nIP Address needs to be inventoried in ONAP's A&AI\ndatabase, an output parameter **MUST** be declared in only one of the\nVNF's Heat Orchestration Templates and the parameter **MUST** be named\n``oam_management_v4_address``.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/ONAP Output Parameter Names",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-18683",
+ "id_complete": "R-18683",
+ "id_parent": "R-18683",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "OAM Management IP Addresses",
+ "sections": [
+ "OAM Management IP Addresses",
+ "Predefined Output Parameters",
+ "ONAP Output Parameter Names"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": "static"
+ },
+ "R-18725": {
+ "description": "The VNF **MUST** handle the restart of a single VNFC instance\nwithout requiring all VNFC instances to be restarted.",
+ "docname": "Chapter4/Resiliency",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-18725",
+ "id_complete": "R-18725",
+ "id_parent": "R-18725",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Application Resilient Error Handling",
+ "sections": [
+ "Application Resilient Error Handling",
+ "VNF Resiliency"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-18733": {
+ "description": "The VNF or PNF **MUST** implement the protocol operation:\n``discard-changes()`` - Revert the candidate configuration\ndata store to the running configuration.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-18733",
+ "id_complete": "R-18733",
+ "id_parent": "R-18733",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "NETCONF Server Requirements",
+ "sections": [
+ "NETCONF Server Requirements",
+ "VNF or PNF Configuration via NETCONF Requirements",
+ "NETCONF Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-18864": {
+ "description": "The VNF **MUST NOT** use technologies that bypass virtualization\nlayers (such as SR-IOV) unless approved by the NCSP (e.g., if necessary\nto meet functional or performance requirements).",
+ "docname": "Chapter4/Design",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-18864",
+ "id_complete": "R-18864",
+ "id_parent": "R-18864",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST NOT",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Design",
+ "sections": [
+ "VNF Design"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-19082": {
+ "description": "The VNF **MUST** not contain undocumented functionality.",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-19082",
+ "id_complete": "R-19082",
+ "id_parent": "R-19082",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF General Security Requirements",
+ "sections": [
+ "VNF General Security Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": ""
+ },
+ "R-19366": {
+ "description": "The VNF or PNF **MUST** support APPC ``ConfigModify`` command.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-19366",
+ "id_complete": "R-19366",
+ "id_parent": "R-19366",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Configuration Commands",
+ "sections": [
+ "Configuration Commands",
+ "Controller Interactions With VNF or PNF",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-195620": {
+ "description": "The VNF or PNF Provider's Ansible playbooks **SHOULD** compare the version(s)\nof Ansible that the VNF Provider developed and tested against to the\n``ansible_version.full`` value during playbook execution, and issue a\n``WARNING`` message if the operator version is not one of the tested\nversions.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-195620",
+ "id_complete": "R-195620",
+ "id_parent": "R-195620",
+ "impacts": "",
+ "introduced": "guilin",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "SHOULD",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Ansible Playbook Requirements",
+ "sections": [
+ "Ansible Playbook Requirements",
+ "VNF or PNF Configuration via Ansible Requirements",
+ "Ansible Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF PROVIDER",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-19756": {
+ "description": "If a VNF's Heat Orchestration Template\n``OS::ContrailV2::InterfaceRouteTable`` resource\n``interface_route_table_routes`` property\n``interface_route_table_routes_route`` map property parameter\n``{vm-type}_{network-role}_route_prefixes``\n**MUST** be defined as type ``json``.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Contrail Resource Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-19756",
+ "id_complete": "R-19756",
+ "id_parent": "R-19756",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Interface Route Table Prefixes for Contrail InterfaceRoute Table",
+ "sections": [
+ "Interface Route Table Prefixes for Contrail InterfaceRoute Table",
+ "Contrail Resource Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": "static"
+ },
+ "R-19768": {
+ "description": "The VNF **SHOULD** support the separation of (1) signaling and payload traffic\n(i.e., customer facing traffic), (2) operations, administration and management\ntraffic, and (3) internal VNF traffic (i.e., east-west traffic such as storage\naccess) using technologies such as VPN and VLAN.",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-19768",
+ "id_complete": "R-19768",
+ "id_parent": "R-19768",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "SHOULD",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF General Security Requirements",
+ "sections": [
+ "VNF General Security Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": ""
+ },
+ "R-19922": {
+ "description": "The VNF or PNF **MUST** support APPC/SDN-C ``UpgradePrecheck`` command.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-19922",
+ "id_complete": "R-19922",
+ "id_parent": "R-19922",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Lifecycle Management Related Commands",
+ "sections": [
+ "Lifecycle Management Related Commands",
+ "Controller Interactions With VNF or PNF",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-20065": {
+ "description": "A VNF's Heat Orchestration Template's Resource\n``OS::ContrailV2::PortTuple``\nResource ID **MUST** contain the ``{vm-type}``.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Resource IDs",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-20065",
+ "id_complete": "R-20065",
+ "id_parent": "R-20065",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "OS::ContrailV2::PortTuple",
+ "sections": [
+ "OS::ContrailV2::PortTuple",
+ "Contrail Heat Resources Resource ID Naming Convention",
+ "Resource IDs"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": "static"
+ },
+ "R-20204": {
+ "description": "The VNF Package **MUST** include VM requirements via a Heat\ntemplate that provides the necessary data for network connections,\ninterface connections, internal and external to VNF.",
+ "docname": "Chapter7/VNF-On-boarding-and-package-management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-20204",
+ "id_complete": "R-20204",
+ "id_parent": "R-20204",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Compute, Network, and Storage Requirements",
+ "sections": [
+ "Compute, Network, and Storage Requirements",
+ "VNF and PNF On-boarding and package management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-20308": {
+ "description": "A VNF's Heat Orchestration Template's ``OS::Nova::Server`` resource\nproperty ``metadata`` key/value pair ``environment_context``\nparameter **MUST** be declared as ``environment_context`` and the\nparameter type **MUST** be defined as type: ``string``.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Nova Metadata Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-20308",
+ "id_complete": "R-20308",
+ "id_parent": "R-20308",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "environment_context",
+ "sections": [
+ "environment_context",
+ "Resource: OS::Nova::Server Metadata Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": "static"
+ },
+ "R-20319": {
+ "description": "A VNF's Heat Orchestration Template's Resource ``OS::Heat::CloudConfig``\nResource ID **MAY** use the naming convention\n\n* ``{vm-type}_RCC``\n\nwhere\n\n* ``{vm-type}`` is the vm-type\n* ``RCC`` signifies that it is the Resource Cloud Config",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Resource IDs",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-20319",
+ "id_complete": "R-20319",
+ "id_parent": "R-20319",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MAY",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "OS::Heat::CloudConfig",
+ "sections": [
+ "OS::Heat::CloudConfig",
+ "OpenStack Heat Resources Resource ID Naming Convention",
+ "Resource IDs"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": ""
+ },
+ "R-20353": {
+ "description": "The VNF or PNF **MUST** implement both ``:candidate`` and\n``:writable-running`` capabilities. When both ``:candidate`` and\n``:writable-running`` are provided then two locks should be supported.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-20353",
+ "id_complete": "R-20353",
+ "id_parent": "R-20353",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "NETCONF Server Requirements",
+ "sections": [
+ "NETCONF Server Requirements",
+ "VNF or PNF Configuration via NETCONF Requirements",
+ "NETCONF Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-20453": {
+ "description": "A VNF's Heat Orchestration Template's Resource ``OS::Neutron::Port``\nthat is attaching to an ONAP external network (per the ONAP definition,\nsee Requirement R-57424 and R-16968), the ``OS::Neutron::Port``\nResource ID\n**MUST** use the naming convention\n\n* ``{vm-type}_{vm-type_index}_{network-role}_port_{port-index}``\n\nwhere\n\n* ``{vm-type}`` is the vm-type\n* ``{vm-type_index}`` references the instance of the ``{vm-type}`` in\n the VNF. The\n ``{vm-type_index}`` is a numeric value that **MUST** start at zero\n in the VNF and\n **MUST** increment by one each time a new instance of a ``{vm-type}``\n is referenced.\n* ``{network-role}`` is the network-role of the ONAP external network\n that the port is attached to\n* ``{port_index}`` references the instance of the port on the ``{vm-type}``\n attached to ``{network-role}`` network. The\n ``{port_index}`` is a numeric value that **MUST** start at zero on an\n instance of a ``{vm-type}`` and **MUST** increment by one each time a\n new port is defined on the instance of the ``{vm-type}`` attached to\n ``{network-role}`` network.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Resource IDs",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-20453",
+ "id_complete": "R-20453",
+ "id_parent": "R-20453",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "OS::Neutron::Port",
+ "sections": [
+ "OS::Neutron::Port",
+ "OpenStack Heat Resources Resource ID Naming Convention",
+ "Resource IDs"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": "static"
+ },
+ "R-20547": {
+ "description": "When an ONAP Volume Module Output Parameter is declared as an input\nparameter in a base or an incremental module Heat Orchestration\nTemplate, parameter constraints **SHOULD NOT** be declared.",
+ "docname": "Chapter5/Heat/ONAP Heat Orchestration Templates Overview",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-20547",
+ "id_complete": "R-20547",
+ "id_parent": "R-20547",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "SHOULD NOT",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "ONAP Volume Module Output Parameters",
+ "sections": [
+ "ONAP Volume Module Output Parameters",
+ "Output Parameters",
+ "ONAP Heat Orchestration Templates Overview"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": "static"
+ },
+ "R-20741": {
+ "description": "The VNF or PNF **MUST** support APPC/SDN-C ``Configure`` command.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-20741",
+ "id_complete": "R-20741",
+ "id_parent": "R-20741",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Configuration Commands",
+ "sections": [
+ "Configuration Commands",
+ "Controller Interactions With VNF or PNF",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-20856": {
+ "description": "A VNF's Heat Orchestration Template's ``OS::Nova::Server``\nresource property\n``metadata`` key/value pair ``vnf_id`` parameter ``vnf_id`` **MUST NOT**\nbe enumerated in the Heat Orchestration Template's environment file.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Nova Metadata Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-20856",
+ "id_complete": "R-20856",
+ "id_parent": "R-20856",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST NOT",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "vnf_id",
+ "sections": [
+ "vnf_id",
+ "Resource: OS::Nova::Server Metadata Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": "static"
+ },
+ "R-20860": {
+ "description": "The VNF **MUST** be agnostic to the underlying infrastructure\n(such as hardware, host OS, Hypervisor), any requirements should be\nprovided as specification to be fulfilled by any hardware.",
+ "docname": "Chapter4/Devops",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-20860",
+ "id_complete": "R-20860",
+ "id_parent": "R-20860",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Devops",
+ "sections": [
+ "VNF Devops"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-209104": {
+ "description": "The VNF or PNF producing VES syslog events **SHOULD** restrict these\nevents to those that convey significant errors or warnings needed to support\nthe operation or troubleshooting of the VNF or PNF. It is expected the\nvolume of such events would be lower (e.g. less than 2000 per day) than\nmore detailed events produced in the course of normal operations.",
+ "docname": "Chapter7/Monitoring-And-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-209104",
+ "id_complete": "R-209104",
+ "id_parent": "R-209104",
+ "impacts": "",
+ "introduced": "guilin",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "SHOULD",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Monitoring and Fault Protocol Selection",
+ "sections": [
+ "Monitoring and Fault Protocol Selection",
+ "Monitoring & Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-20988": {
+ "description": "The VNF or PNF Provider's Ansible playbooks **MUST** not log or\ndisplay passwords and other attributes that must remain secret when\nrunning playbook in debug mode.\n\nNOTE: Use ``no_log: True``",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-20988",
+ "id_complete": "R-20988",
+ "id_parent": "R-20988",
+ "impacts": "",
+ "introduced": "frankfurt",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Ansible Playbook Requirements",
+ "sections": [
+ "Ansible Playbook Requirements",
+ "VNF or PNF Configuration via Ansible Requirements",
+ "Ansible Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF PROVIDER",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "guilin",
+ "validation_mode": ""
+ },
+ "R-21210": {
+ "description": "The VNF **MUST** implement the following input validation control\non APIs: Validate that any input file has a correct and valid\nMultipurpose Internet Mail Extensions (MIME) type. Input files\nshould be tested for spoofed MIME types.",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-21210",
+ "id_complete": "R-21210",
+ "id_parent": "R-21210",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF API Security Requirements",
+ "sections": [
+ "VNF API Security Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": ""
+ },
+ "R-21322": {
+ "description": "The VNF provider **MUST** provide their testing scripts to support\ntesting as specified in ETSI NFV-SOL004 - Testing directory in CSAR",
+ "docname": "Chapter5/Tosca/ONAP VNF or PNF CSAR Package",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-21322",
+ "id_complete": "R-21322",
+ "id_parent": "R-21322",
+ "impacts": "",
+ "introduced": "casablanca",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF or PNF Package Contents",
+ "sections": [
+ "VNF or PNF Package Contents",
+ "VNF or PNF CSAR Package"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF CSAR PACKAGE",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": ""
+ },
+ "R-21330": {
+ "description": "A VNF's Heat Orchestration Template's Resource property parameter that is\nassociated with an ONAP\nexternal network **MUST** include the ``{network-role}``\nas part of the parameter name.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/{network-role}",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-21330",
+ "id_complete": "R-21330",
+ "id_parent": "R-21330",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "{network-role}",
+ "sections": [
+ "{network-role}"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": "none"
+ },
+ "R-21511": {
+ "description": "A VNF's Heat Orchestration Template's use of ``{network-role}``\nin all Resource IDs **MUST** be the same case.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/{network-role}",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-21511",
+ "id_complete": "R-21511",
+ "id_parent": "R-21511",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "{network-role}",
+ "sections": [
+ "{network-role}"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": "none"
+ },
+ "R-21558": {
+ "description": "The VNF **SHOULD** use intelligent routing by having knowledge\nof multiple downstream/upstream endpoints that are exposed to it, to\nensure there is no dependency on external services (such as load balancers)\nto switch to alternate endpoints.",
+ "docname": "Chapter4/Resiliency",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-21558",
+ "id_complete": "R-21558",
+ "id_parent": "R-21558",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "SHOULD",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Intelligent Transaction Distribution & Management",
+ "sections": [
+ "Intelligent Transaction Distribution & Management",
+ "VNF Resiliency"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-21652": {
+ "description": "The VNF **MUST** implement the following input validation\ncontrol: Check the size (length) of all input. Do not permit an amount\nof input so great that it would cause the VNF to fail. Where the input\nmay be a file, the VNF API must enforce a size limit.",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-21652",
+ "id_complete": "R-21652",
+ "id_parent": "R-21652",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF API Security Requirements",
+ "sections": [
+ "VNF API Security Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-21819": {
+ "description": "VNFs that are subject to regulatory requirements **MUST** provide\nfunctionality that enables the Operator to comply with ETSI TC LI\nrequirements, and, optionally, other relevant national equivalents.",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-21819",
+ "id_complete": "R-21819",
+ "id_parent": "R-21819",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF General Security Requirements",
+ "sections": [
+ "VNF General Security Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "el alto",
+ "validation_mode": ""
+ },
+ "R-22059": {
+ "description": "The VNF **MUST NOT** execute long running tasks (e.g., IO,\ndatabase, network operations, service calls) in a critical section\nof code, so as to minimize blocking of other operations and increase\nconcurrent throughput.",
+ "docname": "Chapter4/Resiliency",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-22059",
+ "id_complete": "R-22059",
+ "id_parent": "R-22059",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST NOT",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "System Resource Optimization",
+ "sections": [
+ "System Resource Optimization",
+ "VNF Resiliency"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-221914": {
+ "description": "The VNF or PNF CSAR package **MUST** contain a human-readable change log text\nfile. The Change Log file keeps a history describing any changes in the VNF\nor PNF package. The Change Log file is kept up to date continuously from\nthe creation of the CSAR package.",
+ "docname": "Chapter5/Tosca/ONAP VNF or PNF CSAR Package",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-221914",
+ "id_complete": "R-221914",
+ "id_parent": "R-221914",
+ "impacts": "",
+ "introduced": "dublin",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF or PNF Package Contents",
+ "sections": [
+ "VNF or PNF Package Contents",
+ "VNF or PNF CSAR Package"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF CSAR PACKAGE",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": ""
+ },
+ "R-22288": {
+ "description": "The VNF's Heat Orchestration Template's Resource\n``OS::Neutron::Port`` property ``fixed_ips``\nmap property ``subnet`` parameter\n``int_{network-role}_v6_subnet_id``\n**MUST NOT** be enumerated in the\nVNF's Heat Orchestration Template's Environment File.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Neutron Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-22288",
+ "id_complete": "R-22288",
+ "id_parent": "R-22288",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST NOT",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Property: fixed_ips, Map Property: subnet",
+ "sections": [
+ "Property: fixed_ips, Map Property: subnet",
+ "Resource: OS::Neutron::Port - Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": "static"
+ },
+ "R-22346": {
+ "description": "The VNF or PNF Provider **MUST** provide :ref:`VES Event Registration <ves_event_registration_3_2>`\nfor all VES events provided by that VNF or PNF.",
+ "docname": "Chapter7/VNF-On-boarding-and-package-management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-22346",
+ "id_complete": "R-22346",
+ "id_parent": "R-22346",
+ "impacts": "",
+ "introduced": "casablanca",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Resource Description",
+ "sections": [
+ "Resource Description",
+ "VNF and PNF On-boarding and package management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF PROVIDER",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "guilin",
+ "validation_mode": "static"
+ },
+ "R-22367": {
+ "description": "The VNF **MUST** support detection of malformed packets due to software\nmisconfiguration or software vulnerability, and generate an error to the\nsyslog console facility.",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-22367",
+ "id_complete": "R-22367",
+ "id_parent": "R-22367",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Security Analytics Requirements",
+ "sections": [
+ "VNF Security Analytics Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": ""
+ },
+ "R-22589": {
+ "description": "A VNF's Heat Orchestration Template parameter declaration\n**MAY** contain the attribute ``immutable:``.",
+ "docname": "Chapter5/Heat/ONAP Heat Orchestration Template Format",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-22589",
+ "id_complete": "R-22589",
+ "id_parent": "R-22589",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MAY",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "immutable",
+ "sections": [
+ "immutable",
+ "parameters",
+ "Heat Orchestration Template Structure",
+ "ONAP Heat Orchestration Template Format"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-225891": {
+ "description": "A VNF's Heat Orchestration Template parameter declaration\n**MAY** contain the attribute ``tags:``.",
+ "docname": "Chapter5/Heat/ONAP Heat Orchestration Template Format",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-225891",
+ "id_complete": "R-225891",
+ "id_parent": "R-225891",
+ "impacts": "",
+ "introduced": "el alto",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MAY",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "tags",
+ "sections": [
+ "tags",
+ "parameters",
+ "Heat Orchestration Template Structure",
+ "ONAP Heat Orchestration Template Format"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-22608": {
+ "description": "When a VNF's Heat Orchestration Template's Base Module's output\nparameter is declared as an input parameter in an Incremental Module,\nthe parameter attribute ``constraints:`` **SHOULD NOT** be declared.",
+ "docname": "Chapter5/Heat/ONAP Heat Orchestration Templates Overview",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-22608",
+ "id_complete": "R-22608",
+ "id_parent": "R-22608",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "SHOULD NOT",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "ONAP Base Module Output Parameters",
+ "sections": [
+ "ONAP Base Module Output Parameters",
+ "Output Parameters",
+ "ONAP Heat Orchestration Templates Overview"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": "static"
+ },
+ "R-22680": {
+ "description": "The VNF or PNF Documentation Package **MUST** describe\nany requirements for the monitoring component of tools for Network\nCloud automation and management to provide these records to components\nof the VNF or PNF.",
+ "docname": "Chapter7/VNF-On-boarding-and-package-management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-22680",
+ "id_complete": "R-22680",
+ "id_parent": "R-22680",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Resource Control Loop",
+ "sections": [
+ "Resource Control Loop",
+ "VNF and PNF On-boarding and package management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF DOCUMENTATION PACKAGE",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-22688": {
+ "description": "When a VNF's Heat Orchestration Template creates an ONAP internal network\n(per the ONAP definition, see Requirements R-52425 and R-46461\nand R-35666) and the ONAP internal network needs to be shared between\nmodules within a VNF, the ONAP\ninternal network **MUST** be created either in the\n\n* the base module\n* a nested YAML file invoked by the base module\n\nand the base module **MUST** contain an output parameter that provides\neither the network UUID or network name.\n\n* If the network UUID value is used to reference the network, the output\n parameter name in the base module **MUST** follow the naming convention\n ``int_{network-role}_net_id``\n* If the network name in is used to reference the network, the output\n parameter name in the base template **MUST** follow the naming convention\n ``int_{network-role}_net_name``\n\nThe ``{network-role}`` **MUST** be the network-role of the ONAP\ninternal network created in the Base Module.\n\nThe Base Module Output Parameter MUST be declared in the ``parameters:``\nsection of the Incremental Module(s) where the ``OS::Neutron::Port``\nresource(s) is attaching to the ONAP internal network.",
+ "docname": "Chapter5/Heat/ONAP Heat Networking",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-22688",
+ "id_complete": "R-22688",
+ "id_parent": "R-22688",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Internal Networks",
+ "sections": [
+ "Internal Networks",
+ "ONAP Heat Networking"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": "static"
+ },
+ "R-22700": {
+ "description": "The VNF or PNF **MUST** conform its YANG model to RFC 6470,\n\"NETCONF Base Notifications\".",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-22700",
+ "id_complete": "R-22700",
+ "id_parent": "R-22700",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "NETCONF Server Requirements",
+ "sections": [
+ "NETCONF Server Requirements",
+ "VNF or PNF Configuration via NETCONF Requirements",
+ "NETCONF Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-22838": {
+ "description": "The VNF's Heat Orchestration Template's Resource ``OS::Nova::Server``\nproperty\n``name`` parameter **MUST NOT** be enumerated in the Heat Orchestration\nTemplate's Environment File.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Nova Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-22838",
+ "id_complete": "R-22838",
+ "id_parent": "R-22838",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST NOT",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Property: Name",
+ "sections": [
+ "Property: Name",
+ "Resource: OS::Nova::Server - Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": "static"
+ },
+ "R-22888": {
+ "description": "The VNF or PNF Documentation Package **MUST** provide the VNF or PNF\nPolicy Description to manage the VNF or PNF runtime lifecycle. The document\nmust include a description of how the policies (conditions and actions)\nare implemented in the VNF or PNF.",
+ "docname": "Chapter7/VNF-On-boarding-and-package-management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-22888",
+ "id_complete": "R-22888",
+ "id_parent": "R-22888",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Resource Control Loop",
+ "sections": [
+ "Resource Control Loop",
+ "VNF and PNF On-boarding and package management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF DOCUMENTATION PACKAGE",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-22946": {
+ "description": "The VNF or PNF **SHOULD** conform its YANG model to RFC 6536,\n\"NETCONF Access Control Model\".",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-22946",
+ "id_complete": "R-22946",
+ "id_parent": "R-22946",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "SHOULD",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "NETCONF Server Requirements",
+ "sections": [
+ "NETCONF Server Requirements",
+ "VNF or PNF Configuration via NETCONF Requirements",
+ "NETCONF Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-23035": {
+ "description": "The VNF **MUST** be designed to scale horizontally (more\ninstances of a VNF or VNFC) and not vertically (moving the existing\ninstances to larger VMs or increasing the resources within a VM)\nto achieve effective utilization of cloud resources.",
+ "docname": "Chapter4/Design",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-23035",
+ "id_complete": "R-23035",
+ "id_parent": "R-23035",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Design",
+ "sections": [
+ "VNF Design"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-23135": {
+ "description": "The VNF **MUST**, if not integrated with the Operator's identity and\naccess management system, authenticate all access to protected resources.",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-23135",
+ "id_complete": "R-23135",
+ "id_parent": "R-23135",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Identity and Access Management Requirements",
+ "sections": [
+ "VNF Identity and Access Management Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": ""
+ },
+ "R-231402": {
+ "description": "The VNF **MUST** provide a means to explicitly logout, thus ending that session.",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-231402",
+ "id_complete": "R-231402",
+ "id_parent": "R-231402",
+ "impacts": "",
+ "introduced": "casablanca",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Identity and Access Management Requirements",
+ "sections": [
+ "VNF Identity and Access Management Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": ""
+ },
+ "R-23311": {
+ "description": "The VNF's Heat Orchestration Template's base module or incremental module\nresource ``OS::Nova::Server`` property\n``availability_zone`` parameter **MUST** be declared as type: ``string``.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Nova Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-23311",
+ "id_complete": "R-23311",
+ "id_parent": "R-23311",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Property: availability_zone",
+ "sections": [
+ "Property: availability_zone",
+ "Resource: OS::Nova::Server - Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "el alto",
+ "validation_mode": "static"
+ },
+ "R-233922": {
+ "description": "If the VNF or PNF is using SNMP, then the VNF or PNF Provider **SHOULD**\nprovide examples of all SNMP alarms.",
+ "docname": "Chapter7/Monitoring-And-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-233922",
+ "id_complete": "R-233922",
+ "id_parent": "R-233922",
+ "impacts": "",
+ "introduced": "guilin",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "SHOULD",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "SNMP Monitoring Requirements",
+ "sections": [
+ "SNMP Monitoring Requirements",
+ "Monitoring & Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-23475": {
+ "description": "VNFCs **SHOULD** be agnostic to the details of the Network Cloud\n(such as hardware, host OS, Hypervisor or container technology) and must run\non the Network Cloud with acknowledgement to the paradigm that the Network\nCloud will continue to rapidly evolve and the underlying components of\nthe platform will change regularly.",
+ "docname": "Chapter4/Devops",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-23475",
+ "id_complete": "R-23475",
+ "id_parent": "R-23475",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "SHOULD",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Devops",
+ "sections": [
+ "VNF Devops"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-23503": {
+ "description": "When the VNF's Heat Orchestration Template's Resource\n``OS::Neutron::Port`` is attaching to an ONAP external network (per the\nONAP definition, see Requirement R-57424 and R-16968),\nand an IPv6 address is assigned\nusing the property ``fixed_ips``\nmap property ``ip_address`` and the parameter type is defined as a\n``comma_delimited_list``,\nthe parameter name **MUST** follow the\nnaming convention\n\n * ``{vm-type}_{network-role}_v6_ips``\n\nwhere\n\n * ``{vm-type}`` is the {vm-type} associated with the\n OS::Nova::Server\n * ``{network-role}`` is the {network-role} of the ONAP external\n network",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Neutron Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-23503",
+ "id_complete": "R-23503",
+ "id_parent": "R-23503",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Property: fixed_ips, Map Property: ip_address",
+ "sections": [
+ "Property: fixed_ips, Map Property: ip_address",
+ "Resource: OS::Neutron::Port - Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": "static"
+ },
+ "R-23663": {
+ "description": "A VNF's Heat Orchestration template's base module\n**MAY** (or **MAY NOT**)\ncontain the section ``resources:``.",
+ "docname": "Chapter5/Heat/ONAP Heat Orchestration Template Format",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-23663",
+ "id_complete": "R-23663",
+ "id_parent": "R-23663",
+ "impacts": "",
+ "introduced": "frankfurt",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MAY",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "resources",
+ "sections": [
+ "resources",
+ "Heat Orchestration Template Structure",
+ "ONAP Heat Orchestration Template Format"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-23664": {
+ "description": "A VNF's Heat Orchestration template's incremental\nmodule and volume module **MUST**\ncontain the section ``resources:``.",
+ "docname": "Chapter5/Heat/ONAP Heat Orchestration Template Format",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-23664",
+ "id_complete": "R-23664",
+ "id_parent": "R-23664",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "resources",
+ "sections": [
+ "resources",
+ "Heat Orchestration Template Structure",
+ "ONAP Heat Orchestration Template Format"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": "static"
+ },
+ "R-23740": {
+ "description": "The VNF **MUST** implement and enforce the principle of least privilege\non all protected interfaces.",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-23740",
+ "id_complete": "R-23740",
+ "id_parent": "R-23740",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF General Security Requirements",
+ "sections": [
+ "VNF General Security Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": ""
+ },
+ "R-23957": {
+ "description": "The VNF **MUST** include the field \"time\" in the Security alarms\n(where applicable and technically feasible).",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-23957",
+ "id_complete": "R-23957",
+ "id_parent": "R-23957",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Security Analytics Requirements",
+ "sections": [
+ "VNF Security Analytics Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-240760": {
+ "description": "The VNF **MUST NOT** contain any backdoors.",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-240760",
+ "id_complete": "R-240760",
+ "id_parent": "R-240760",
+ "impacts": "",
+ "introduced": "casablanca",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST NOT",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF General Security Requirements",
+ "sections": [
+ "VNF General Security Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-24189": {
+ "description": "The VNF or PNF Provider **MUST** deliver a new set of Ansible playbooks that\nincludes all updated and unchanged playbooks for any new revision to an\nexisting set of playbooks.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-24189",
+ "id_complete": "R-24189",
+ "id_parent": "R-24189",
+ "impacts": "",
+ "introduced": "casablanca",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Ansible Playbook Requirements",
+ "sections": [
+ "Ansible Playbook Requirements",
+ "VNF or PNF Configuration via Ansible Requirements",
+ "Ansible Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF PROVIDER",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "guilin",
+ "validation_mode": ""
+ },
+ "R-24269": {
+ "description": "The VNF or PNF **SHOULD** conform its YANG model to RFC 7407,\n\"A YANG Data Model for SNMP Configuration\", if Netconf used to\nconfigure SNMP engine.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-24269",
+ "id_complete": "R-24269",
+ "id_parent": "R-24269",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "SHOULD",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "NETCONF Server Requirements",
+ "sections": [
+ "NETCONF Server Requirements",
+ "VNF or PNF Configuration via NETCONF Requirements",
+ "NETCONF Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-24359": {
+ "description": "The VNF **MUST** provide the capability of testing the validity\nof a digital certificate by validating the date the certificate is being\nused is within the validity period for the certificate.",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-24359",
+ "id_complete": "R-24359",
+ "id_parent": "R-24359",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Cryptography Requirements",
+ "sections": [
+ "VNF Cryptography Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": ""
+ },
+ "R-24482": {
+ "description": "The VNF or PNF Provider's Ansible playbooks **MUST** be designed to run\nusing an inventory hosts file in a supported format; with site group that\nshall be used to add site specific configurations to the target VNF or PNF\nVM(s) as needed.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-24482",
+ "id_complete": "R-24482",
+ "id_parent": "R-24482",
+ "impacts": "",
+ "introduced": "casablanca",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Ansible Client Requirements",
+ "sections": [
+ "Ansible Client Requirements",
+ "VNF or PNF Configuration via Ansible Requirements",
+ "Ansible Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF PROVIDER",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "guilin",
+ "validation_mode": ""
+ },
+ "R-24632": {
+ "description": "The PNF Descriptor (PNFD) provided by PNF vendor **MUST** comply with\nTOSCA/YAML based Service template for PNF descriptor specified in ETSI\nNFV-SOL001.",
+ "docname": "Chapter5/Tosca/ONAP Tosca PNF Descriptor",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-24632",
+ "id_complete": "R-24632",
+ "id_parent": "R-24632",
+ "impacts": "",
+ "introduced": "dublin",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "General",
+ "sections": [
+ "General",
+ "TOSCA PNF Descriptor"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-246519": {
+ "description": "As alternative to Ansible, Chef or REST, a VNF or PNF **MAY** support YANG models\nallowing execution of standard controller LCM operations including HealthCheck.\nNote: To support vendor YANG models for LCM operations, the controller is responsible\nfor performing VNF/PNF specific translation of north-bound API requests into one or more\nsouth-bound NETCONF requests.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-246519",
+ "id_complete": "R-246519",
+ "id_parent": "R-246519",
+ "impacts": "",
+ "introduced": "frankfurt",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MAY",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "LCM Operations via NETCONF",
+ "sections": [
+ "LCM Operations via NETCONF",
+ "VNF or PNF Configuration via NETCONF Requirements",
+ "NETCONF Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-24893": {
+ "description": "A VNF's Heat Orchestration template's Environment File's\n**MAY** contain the ``event_sinks:`` section.",
+ "docname": "Chapter5/Heat/ONAP Heat Orchestration Template Format",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-24893",
+ "id_complete": "R-24893",
+ "id_parent": "R-24893",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MAY",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Environment File Format",
+ "sections": [
+ "Environment File Format",
+ "ONAP Heat Orchestration Template Format"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-24997": {
+ "description": "A VNF's Heat Orchestration Template's Resource ``OS::Nova::Keypair``\nthat applies to one ``{vm-type}``, the ``OS::Nova::Keypair``\nResource ID **SHOULD** use the naming convention\n\n* ``{vm-type}_keypair_{index}``\n\nwhere\n\n* ``{vm-type}`` is the vm-type of the ``OS::Nova::Server``\n* ``{index}`` is the ``{index}`` of the keypair.\n The ``{index}`` starts at zero and increments by one\n (as described in R-11690).",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Resource IDs",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-24997",
+ "id_complete": "R-24997",
+ "id_parent": "R-24997",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "SHOULD",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "OS::Nova::Keypair",
+ "sections": [
+ "OS::Nova::Keypair",
+ "OpenStack Heat Resources Resource ID Naming Convention",
+ "Resource IDs"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": ""
+ },
+ "R-251639": {
+ "description": "The VNF **MUST** provide explicit confirmation of a session termination\nsuch as a message, new page, or rerouting to a login page.",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-251639",
+ "id_complete": "R-251639",
+ "id_parent": "R-251639",
+ "impacts": "",
+ "introduced": "frankfurt",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Identity and Access Management Requirements",
+ "sections": [
+ "VNF Identity and Access Management Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-25190": {
+ "description": "A VNF's Heat Orchestration Template's Resource ``OS::Cinder::Volume``\n**SHOULD NOT** declare the property ``availability_zone``.",
+ "docname": "Chapter5/Heat/ONAP Heat Cinder Volumes",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-25190",
+ "id_complete": "R-25190",
+ "id_parent": "R-25190",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "SHOULD NOT",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Optional Property availability_zone",
+ "sections": [
+ "Optional Property availability_zone",
+ "ONAP Heat Cinder Volumes"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": ""
+ },
+ "R-25238": {
+ "description": "The VNF or PNF PACKAGE **MUST** validated YANG code using the open\nsource pyang [#7.3.1]_ program using the following commands:\n\n.. code-block:: text\n\n $ pyang --verbose --strict <YANG-file-name(s)> $ echo $!",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-25238",
+ "id_complete": "R-25238",
+ "id_parent": "R-25238",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "NETCONF Server Requirements",
+ "sections": [
+ "NETCONF Server Requirements",
+ "VNF or PNF Configuration via NETCONF Requirements",
+ "NETCONF Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-25401": {
+ "description": "The VNF **MUST** use asymmetric keys of at least 2048 bits in length.",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-25401",
+ "id_complete": "R-25401",
+ "id_parent": "R-25401",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Cryptography Requirements",
+ "sections": [
+ "VNF Cryptography Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": ""
+ },
+ "R-25547": {
+ "description": "The VNF **MUST** log the field \"protocol\" in the security audit logs.",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-25547",
+ "id_complete": "R-25547",
+ "id_parent": "R-25547",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Security Analytics Requirements",
+ "sections": [
+ "VNF Security Analytics Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-256267": {
+ "description": "If SNMP is utilized, the VNF **MUST** support at least SNMPv3 with\nmessage authentication.",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-256267",
+ "id_complete": "R-256267",
+ "id_parent": "R-256267",
+ "impacts": "",
+ "introduced": "casablanca",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF General Security Requirements",
+ "sections": [
+ "VNF General Security Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-256347": {
+ "description": "The PNF **MUST** support one of the protocols for a Service Configuration\nmessage exchange between the PNF and PNF Controller (in ONAP):\na) Netconf/YANG, b) Chef, or c) Ansible.\n\nNote: The PNF Controller may be VF-C, APP-C or SDN-C based on the\nPNF and PNF domain.",
+ "docname": "Chapter7/PNF-Plug-and-Play",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-256347",
+ "id_complete": "R-256347",
+ "id_parent": "R-256347",
+ "impacts": "",
+ "introduced": "casablanca",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "PNF Plug and Play",
+ "sections": [
+ "PNF Plug and Play",
+ "PNF Plug and Play"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-256790": {
+ "description": "A VNF's Heat Orchestration Template's Resource ``OS::Nova::Server``\nproperty ``availability_zone`` parameter name **MAY** change when\npast into a nested YAML file.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Nova Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-256790",
+ "id_complete": "R-256790",
+ "id_parent": "R-256790",
+ "impacts": "",
+ "introduced": "el alto",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MAY",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Property: availability_zone",
+ "sections": [
+ "Property: availability_zone",
+ "Resource: OS::Nova::Server - Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": "none"
+ },
+ "R-25720": {
+ "description": "A VNF's Heat Orchestration Template's Resource ``OS::Neutron::Net``\nResource ID **MUST** use the naming convention\n\n* ``int_{network-role}_network``\n\nVNF Heat Orchestration Templates can only create ONAP internal networks\n(per the ONAP definition, see Requirements R-52425 and R-46461 and R-35666).\nThere is no ``{index}`` after ``{network-role}`` because ``{network-role}``\n**MUST** be unique in the scope of the VNF's\nHeat Orchestration Template.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Resource IDs",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-25720",
+ "id_complete": "R-25720",
+ "id_parent": "R-25720",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "OS::Neutron::Net",
+ "sections": [
+ "OS::Neutron::Net",
+ "OpenStack Heat Resources Resource ID Naming Convention",
+ "Resource IDs"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": "static"
+ },
+ "R-258352": {
+ "description": "The PNF **MUST** support & accept the provisioning of an ONAP contact IP\naddress (in IPv4 or IPv6 format).\n\nNote: For example, it a possibility is that an external EMS would configure\n& provision the ONAP contact IP address to the PNF (in either IPv4 or\nIPv6 format). For the PNF Plug and Play Use Case, this IP address is the\nservice provider's \"point of entry\" to the DCAE VES Listener.\n\nNote: different service provider's network architecture may also require\nspecial setup to allow an external PNF to contact the ONAP installation.\nFor example, in the AT&T network, a maintenance tunnel is used to access\nONAP.",
+ "docname": "Chapter7/PNF-Plug-and-Play",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-258352",
+ "id_complete": "R-258352",
+ "id_parent": "R-258352",
+ "impacts": "",
+ "introduced": "casablanca",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "PNF Plug and Play",
+ "sections": [
+ "PNF Plug and Play",
+ "PNF Plug and Play"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-258686": {
+ "description": "The VNF application processes **SHOULD NOT** run as root. If a VNF\napplication process must run as root, the technical reason must\nbe documented.",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-258686",
+ "id_complete": "R-258686",
+ "id_parent": "R-258686",
+ "impacts": "",
+ "introduced": "casablanca",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "SHOULD NOT",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF General Security Requirements",
+ "sections": [
+ "VNF General Security Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "el alto",
+ "validation_mode": ""
+ },
+ "R-25877": {
+ "description": "A VNF's Heat Orchestration Template's parameter name\n(i.e., <param name>) **MUST** contain only alphanumeric\ncharacters and underscores ('_').",
+ "docname": "Chapter5/Heat/ONAP Heat Orchestration Template Format",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-25877",
+ "id_complete": "R-25877",
+ "id_parent": "R-25877",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "<param name>",
+ "sections": [
+ "<param name>",
+ "parameters",
+ "Heat Orchestration Template Structure",
+ "ONAP Heat Orchestration Template Format"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": "static"
+ },
+ "R-26115": {
+ "description": "The VNF or PNF **MUST** follow the data model update rules defined in\n[RFC6020] section 10 for YANG 1.0 modules, and [RFC7950] section 11\nfor YANG 1.1 modules. All deviations from the aforementioned update\nrules shall be handled by a built-in automatic upgrade mechanism.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-26115",
+ "id_complete": "R-26115",
+ "id_parent": "R-26115",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "NETCONF Server Requirements",
+ "sections": [
+ "NETCONF Server Requirements",
+ "VNF or PNF Configuration via NETCONF Requirements",
+ "NETCONF Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-26124": {
+ "description": "If a VNF Heat Orchestration Template parameter has a default value,\nit **MUST** be enumerated in the environment file.",
+ "docname": "Chapter5/Heat/ONAP Heat Orchestration Template Format",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-26124",
+ "id_complete": "R-26124",
+ "id_parent": "R-26124",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "default",
+ "sections": [
+ "default",
+ "parameters",
+ "Heat Orchestration Template Structure",
+ "ONAP Heat Orchestration Template Format"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": "none"
+ },
+ "R-261501": {
+ "description": "If the VNF or PNF is using SNMP, then the VNF or PNF Provider **MUST**\nprovide a Management Information Base (MIB) file that uniquely identifies\nand describes all SNMP events exposed by the network function.",
+ "docname": "Chapter7/Monitoring-And-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-261501",
+ "id_complete": "R-261501",
+ "id_parent": "R-261501",
+ "impacts": "",
+ "introduced": "guilin",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "SNMP Monitoring Requirements",
+ "sections": [
+ "SNMP Monitoring Requirements",
+ "Monitoring & Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-26351": {
+ "description": "A VNF's Heat Orchestration Template's Resource ``OS::Neutron::Port``\nthat is attaching to an ONAP internal network\n(per the ONAP definition, see Requirements R-52425 and R-46461 and R-35666),\nthe ``OS::Neutron::Port`` Resource ID **MUST**\nuse the naming convention\n\n* ``{vm-type}_{vm-type_index}_int_{network-role}_port_{port-index}``\n\nwhere\n\n* ``{vm-type}`` is the vm-type\n* ``{vm-type_index}`` references the instance of the ``{vm-type}`` in\n the VNF. The\n ``{vm-type_index}`` is a numeric value that **MUST** start at zero\n in the VNF and\n **MUST** increment by one each time a new instance of a ``{vm-type}``\n is referenced.\n* ``{network-role}`` is the network-role of the ONAP internal network\n that the port is attached to\n* ``{port_index}`` references the instance of the port on the ``{vm-type}``\n attached to ``{network-role}`` network. The\n ``{port_index}`` is a numeric value that **MUST** start at zero on an\n instance of a ``{vm-type}`` and **MUST** increment by one each time a\n new port is defined on the instance of the ``{vm-type}`` attached to\n ``{network-role}`` network.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Resource IDs",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-26351",
+ "id_complete": "R-26351",
+ "id_parent": "R-26351",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "OS::Neutron::Port",
+ "sections": [
+ "OS::Neutron::Port",
+ "OpenStack Heat Resources Resource ID Naming Convention",
+ "Resource IDs"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": "static"
+ },
+ "R-26371": {
+ "description": "The VNF **MUST** detect communication failure for inter VNFC\ninstance and intra/inter VNF and re-establish communication\nautomatically to maintain the VNF without manual intervention to\nprovide service continuity.",
+ "docname": "Chapter4/Resiliency",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-26371",
+ "id_complete": "R-26371",
+ "id_parent": "R-26371",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Application Resilient Error Handling",
+ "sections": [
+ "Application Resilient Error Handling",
+ "VNF Resiliency"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-26506": {
+ "description": "A VNF's Heat Orchestration Template's ``{network-role}`` **MUST** contain\nonly alphanumeric characters and/or underscores '_' and\n\n* **MUST NOT** contain any of the following strings: ``_int`` or ``int_``\n or ``_int_``\n* **MUST NOT** end in the string: ``_v6``\n* **MUST NOT** contain the strings ``_#_``, where ``#`` is a number\n* **MUST NOT** end in the string: ``_#``, where ``#`` is a number",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/{network-role}",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-26506",
+ "id_complete": "R-26506",
+ "id_parent": "R-26506",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST NOT",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "{network-role}",
+ "sections": [
+ "{network-role}"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": "static"
+ },
+ "R-26508": {
+ "description": "The VNF or PNF **MUST** support a NETCONF server that can be mounted on\nOpenDaylight (client) and perform the operations of: modify, update,\nchange, rollback configurations using each configuration data element,\nquery each state (non-configuration) data element, execute each YANG\nRPC, and receive data through each notification statement.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-26508",
+ "id_complete": "R-26508",
+ "id_parent": "R-26508",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "NETCONF Server Requirements",
+ "sections": [
+ "NETCONF Server Requirements",
+ "VNF or PNF Configuration via NETCONF Requirements",
+ "NETCONF Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-26567": {
+ "description": "The VNF or PNF Package **MUST** include a run list of\nroles/cookbooks/recipes, for each supported VNF or PNF action, that will\nperform the desired VNF or PNF action in its entirety as specified by ONAP\n(see Section 7.c, APPC/SDN-C APIs and Behavior, for list of VNF or PNF\nactions and requirements), when triggered by a chef-client run list\nin JSON file.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-26567",
+ "id_complete": "R-26567",
+ "id_parent": "R-26567",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Chef Roles/Requirements",
+ "sections": [
+ "Chef Roles/Requirements",
+ "VNF or PNF Configuration via Chef Requirements",
+ "Chef Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-26881": {
+ "description": "The VNF provider **MUST** provide the binaries and images\nneeded to instantiate the VNF (VNF and VNFC images).",
+ "docname": "Chapter7/VNF-On-boarding-and-package-management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-26881",
+ "id_complete": "R-26881",
+ "id_parent": "R-26881",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Compute, Network, and Storage Requirements",
+ "sections": [
+ "Compute, Network, and Storage Requirements",
+ "VNF and PNF On-boarding and package management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-270358": {
+ "description": "A VNF's Heat Orchestration Template's Cinder Volume Template **MUST**\ncontain either\n\n* An ``OS::Cinder::Volume`` resource\n* An ``OS::Heat::ResourceGroup`` resource that references a Nested YAML\n file that contains an ``OS::Cinder::Volume`` resource\n* A resource that defines the property ``type`` as a Nested YAML file\n (i.e., static nesting) and the Nested YAML contains\n an ``OS::Cinder::Volume`` resource",
+ "docname": "Chapter5/Heat/ONAP Heat Cinder Volumes",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-270358",
+ "id_complete": "R-270358",
+ "id_parent": "R-270358",
+ "impacts": "",
+ "introduced": "casablanca",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "ONAP Heat Cinder Volumes",
+ "sections": [
+ "ONAP Heat Cinder Volumes"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": "static"
+ },
+ "R-27078": {
+ "description": "A VNF's Heat Orchestration template **MUST** contain the\nsection ``heat_template_version:``.",
+ "docname": "Chapter5/Heat/ONAP Heat Orchestration Template Format",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-27078",
+ "id_complete": "R-27078",
+ "id_parent": "R-27078",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "heat_template_version",
+ "sections": [
+ "heat_template_version",
+ "Heat Orchestration Template Structure",
+ "ONAP Heat Orchestration Template Format"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": "static"
+ },
+ "R-27310": {
+ "description": "The VNF or PNF Package **MUST** include all relevant Chef artifacts\n(roles/cookbooks/recipes) required to execute VNF or PNF actions requested\nby ONAP for loading on appropriate Chef Server.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-27310",
+ "id_complete": "R-27310",
+ "id_parent": "R-27310",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Chef Roles/Requirements",
+ "sections": [
+ "Chef Roles/Requirements",
+ "VNF or PNF Configuration via Chef Requirements",
+ "Chef Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-27469": {
+ "description": "A VNF's Heat Orchestration Template's Resource ``OS::Neutron::Port``\nthat is creating a *Reserve Port* with an IPv4 address, the\n``OS::Neutron::Port`` Resource ID\n**SHOULD** use the naming convention\n\n* ``reserve_port_{vm-type}_{network-role}_floating_ip_{index}``\n\nwhere\n\n* ``{vm-type}`` is the vm-type\n* ``{network-role}`` is the network-role of the ONAP external network\n that the port is attached to\n* ``{index}`` is the instance of the IPv4 *Reserve Port*\n for the vm-type attached to the network of ``{network-role}``.\n The ``{index}`` starts at zero and increments by one\n (as described in R-11690).",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Resource IDs",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-27469",
+ "id_complete": "R-27469",
+ "id_parent": "R-27469",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "SHOULD",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "OS::Neutron::Port",
+ "sections": [
+ "OS::Neutron::Port",
+ "OpenStack Heat Resources Resource ID Naming Convention",
+ "Resource IDs"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": "none"
+ },
+ "R-27511": {
+ "description": "The VNF provider **MUST** provide the ability to scale\nup a VNF provider supplied product during growth and scale down a\nVNF provider supplied product during decline without \"real-time\"\nrestrictions based upon VNF provider permissions.",
+ "docname": "Chapter7/VNF-On-boarding-and-package-management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-27511",
+ "id_complete": "R-27511",
+ "id_parent": "R-27511",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Licensing Requirements",
+ "sections": [
+ "Licensing Requirements",
+ "VNF and PNF On-boarding and package management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-27818": {
+ "description": "When the VNF's Heat Orchestration Template's Resource\n``OS::Neutron::Port`` is attaching to an ONAP internal network (per the\nONAP definition, see Requirements R-52425 and R-46461 and R-35666),\nand an IPv6 address is assigned\nusing the property ``fixed_ips``\nmap property ``ip_address`` and the parameter type is defined as a\n``string``,\nthe parameter name **MUST** follow the\nnaming convention\n\n* ``{vm-type}_int_{network-role}_v6_ip_{index}``\n\nwhere\n\n* ``{vm-type}`` is the {vm-type} associated with the ``OS::Nova::Server``\n* ``{network-role}`` is the {network-role} of the ONAP internal network\n* ``{index}`` is a numeric value that **MUST** start at zero in a\n VNF's Heat Orchestration Template and **MUST** increment by one",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Neutron Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-27818",
+ "id_complete": "R-27818",
+ "id_parent": "R-27818",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Property: fixed_ips, Map Property: ip_address",
+ "sections": [
+ "Property: fixed_ips, Map Property: ip_address",
+ "Resource: OS::Neutron::Port - Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": "static"
+ },
+ "R-27970": {
+ "description": "When a VNF's Heat Orchestration Template's resource is associated with\nmore than one ``{vm-type}`` and/or more than one ONAP internal network\n(per the ONAP definition, see Requirements R-52425 and R-46461 and R-35666)\nand/or ONAP external network (per the ONAP definition, see Requirement\nR-57424 and R-16968), the Resource ID **MAY** contain the term\n``shared`` and/or **MAY**\ncontain text that identifies the VNF.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Resource IDs",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-27970",
+ "id_complete": "R-27970",
+ "id_parent": "R-27970",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MAY",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Resource IDs",
+ "sections": [
+ "Resource IDs"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": ""
+ },
+ "R-27995": {
+ "description": "The VNF **SHOULD** include control loop mechanisms to notify\nthe consumer of the VNF of their exceeding SLA thresholds so the consumer\nis able to control its load against the VNF.",
+ "docname": "Chapter4/Resiliency",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-27995",
+ "id_complete": "R-27995",
+ "id_parent": "R-27995",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "SHOULD",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Intelligent Transaction Distribution & Management",
+ "sections": [
+ "Intelligent Transaction Distribution & Management",
+ "VNF Resiliency"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-28168": {
+ "description": "The VNF **SHOULD** use an appropriately configured logging\nlevel that can be changed dynamically, so as to not cause performance\ndegradation of the VNF due to excessive logging.",
+ "docname": "Chapter4/Resiliency",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-28168",
+ "id_complete": "R-28168",
+ "id_parent": "R-28168",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "SHOULD",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Monitoring & Dashboard",
+ "sections": [
+ "Monitoring & Dashboard",
+ "VNF Resiliency"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-28189": {
+ "description": "A VNF's Heat Orchestration Template's Resource\n``OS::ContrailV2::InterfaceRouteTable``\nResource ID **MAY** use the naming convention\n\n* ``{network-role}_RIRT``\n\nwhere\n\n* ``{network-role}`` is the network-role\n* ``RIRT`` signifies that it is the Resource Interface Route Table",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Resource IDs",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-28189",
+ "id_complete": "R-28189",
+ "id_parent": "R-28189",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MAY",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "OS::ContrailV2::InterfaceRouteTable",
+ "sections": [
+ "OS::ContrailV2::InterfaceRouteTable",
+ "Contrail Heat Resources Resource ID Naming Convention",
+ "Resource IDs"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": ""
+ },
+ "R-28222": {
+ "description": "If a VNF's Heat Orchestration Template\n``OS::ContrailV2::InterfaceRouteTable`` resource\n``interface_route_table_routes`` property\n``interface_route_table_routes_route`` map property parameter name\n**MUST** follow the format\n\n* ``{vm-type}_{network-role}_route_prefixes``",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Contrail Resource Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-28222",
+ "id_complete": "R-28222",
+ "id_parent": "R-28222",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Interface Route Table Prefixes for Contrail InterfaceRoute Table",
+ "sections": [
+ "Interface Route Table Prefixes for Contrail InterfaceRoute Table",
+ "Contrail Resource Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": "static"
+ },
+ "R-283988": {
+ "description": "A VNF or PNF producing VES events **MUST NOT** send information through\nextensible structures if the event specification has explicitly defined\nfields for that information.",
+ "docname": "Chapter7/Monitoring-And-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-283988",
+ "id_complete": "R-283988",
+ "id_parent": "R-283988",
+ "impacts": "dcae",
+ "introduced": "casablanca",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST NOT",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Event Formatting and Usage",
+ "sections": [
+ "Event Formatting and Usage",
+ "Virtual Function Event Streaming (VES) Client Requirements",
+ "Monitoring & Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "guilin",
+ "validation_mode": "in_service"
+ },
+ "R-284934": {
+ "description": "If the PNF encounters an error authenticating, reaching the ONAP DCAE VES\nEvent listener or recieves an error response from sending the pnfRegistration\nVES Event, it **MAY** log the error, and notify the operator.\n\nNote: the design of how errors are logged, retrieved and reported\nwill be a vendor-specific architecture. Reporting faults and errors\nis also a vendor specific design. It is expected that the PNF shall\nhave a means to log an error and notify a user when a fault condition\noccurs in trying to contact ONAP, authenticate or send a pnfRegistration\nevent.",
+ "docname": "Chapter7/PNF-Plug-and-Play",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-284934",
+ "id_complete": "R-284934",
+ "id_parent": "R-284934",
+ "impacts": "",
+ "introduced": "casablanca",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MAY",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "PNF Plug and Play",
+ "sections": [
+ "PNF Plug and Play",
+ "PNF Plug and Play"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-28756": {
+ "description": "The VNF or PNF **MUST** support ``:partial-lock`` and\n``:partial-unlock`` capabilities, defined in RFC 5717. This\nallows multiple independent clients to each write to a different\npart of the <running> configuration at the same time.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-28756",
+ "id_complete": "R-28756",
+ "id_parent": "R-28756",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "NETCONF Server Requirements",
+ "sections": [
+ "NETCONF Server Requirements",
+ "VNF or PNF Configuration via NETCONF Requirements",
+ "NETCONF Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-28795": {
+ "description": "The VNF's Heat Orchestration Template's Resource\n``OS::Neutron::Port`` property ``fixed_ips``\nmap property ``ip_address`` parameter\n``{vm-type}_int_{network-role}_ip_{index}``\n**MUST** be enumerated in the\nVNF's Heat Orchestration Template's Environment File.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Neutron Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-28795",
+ "id_complete": "R-28795",
+ "id_parent": "R-28795",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Property: fixed_ips, Map Property: ip_address",
+ "sections": [
+ "Property: fixed_ips, Map Property: ip_address",
+ "Resource: OS::Neutron::Port - Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": "static"
+ },
+ "R-28980": {
+ "description": "A VNF's incremental module **MAY** be used for initial VNF deployment only.",
+ "docname": "Chapter5/Heat/ONAP Heat Orchestration Templates Overview",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-28980",
+ "id_complete": "R-28980",
+ "id_parent": "R-28980",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MAY",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "ONAP VNF Modularity Overview",
+ "sections": [
+ "ONAP VNF Modularity Overview",
+ "ONAP Heat Orchestration Templates Overview"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-29324": {
+ "description": "The VNF or PNF **SHOULD** implement the protocol operation:\n``copy-config(target, source)`` - Copy the content of the\nconfiguration data store source to the configuration data store target.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-29324",
+ "id_complete": "R-29324",
+ "id_parent": "R-29324",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "SHOULD",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "NETCONF Server Requirements",
+ "sections": [
+ "NETCONF Server Requirements",
+ "VNF or PNF Configuration via NETCONF Requirements",
+ "NETCONF Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-293901": {
+ "description": "The VNF or PNF CSAR PACKAGE with TOSCA-Metadata **MUST** include following\nadditional keywords pointing to TOSCA files:\n\n - ETSI-Entry-Manifest\n\n - ETSI-Entry-Change-Log\n\nNote: For a CSAR containing a TOSCA-Metadata directory, which includes\nthe TOSCA.meta metadata file. The TOSCA.meta metadata file includes block_0\nwith the Entry-Definitions keyword pointing to a TOSCA definitions YAML\nfile used as entry for parsing the contents of the overall CSAR archive.",
+ "docname": "Chapter5/Tosca/ONAP VNF or PNF CSAR Package",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-293901",
+ "id_complete": "R-293901",
+ "id_parent": "R-293901",
+ "impacts": "",
+ "introduced": "dublin",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF or PNF Package Contents",
+ "sections": [
+ "VNF or PNF Package Contents",
+ "VNF or PNF CSAR Package"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF CSAR PACKAGE",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-29488": {
+ "description": "The VNF or PNF **MUST** implement the protocol operation:\n``get-config(source, filter`` - Retrieve a (filtered subset of\na) configuration from the configuration data store source.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-29488",
+ "id_complete": "R-29488",
+ "id_parent": "R-29488",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "NETCONF Server Requirements",
+ "sections": [
+ "NETCONF Server Requirements",
+ "VNF or PNF Configuration via NETCONF Requirements",
+ "NETCONF Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-29495": {
+ "description": "The VNF or PNF **MUST** support locking if a common object is\nbeing manipulated by two simultaneous NETCONF configuration operations\non the same VNF or PNF within the context of the same writable running data\nstore (e.g., if an interface parameter is being configured then it\nshould be locked out for configuration by a simultaneous configuration\noperation on that same interface parameter).",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-29495",
+ "id_complete": "R-29495",
+ "id_parent": "R-29495",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "NETCONF Server Requirements",
+ "sections": [
+ "NETCONF Server Requirements",
+ "VNF or PNF Configuration via NETCONF Requirements",
+ "NETCONF Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-29705": {
+ "description": "The VNF **MUST** restrict changing the criticality level of a\nsystem security alarm to users with administrative privileges.",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-29705",
+ "id_complete": "R-29705",
+ "id_parent": "R-29705",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Security Analytics Requirements",
+ "sections": [
+ "VNF Security Analytics Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": ""
+ },
+ "R-29751": {
+ "description": "A VNF's Heat Orchestration Template's Resource ``OS::Nova::Server``\nResource ID\n**MUST** use the naming convention\n\n* ``{vm-type}_server_{index}``\n\nwhere\n\n* ``{vm-type}`` is the vm-type\n* ``{index}`` is the index.\n The ``{index}`` **MUST** starts at zero and increment by one\n as described in R-11690.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Resource IDs",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-29751",
+ "id_complete": "R-29751",
+ "id_parent": "R-29751",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "OS::Nova::Server",
+ "sections": [
+ "OS::Nova::Server",
+ "OpenStack Heat Resources Resource ID Naming Convention",
+ "Resource IDs"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": "static"
+ },
+ "R-29760": {
+ "description": "The VNFC **MUST** be installed on non-root file systems,\nunless software is specifically included with the operating system\ndistribution of the guest image.",
+ "docname": "Chapter4/Devops",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-29760",
+ "id_complete": "R-29760",
+ "id_parent": "R-29760",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Devops",
+ "sections": [
+ "VNF Devops"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-29765": {
+ "description": "When the VNF's Heat Orchestration Template's Resource\n``OS::Neutron::Port`` is attaching to an ONAP internal network (per the\nONAP definition, see Requirements R-52425 and R-46461 and R-35666),\nand an IPv6 address is assigned\nusing the property ``fixed_ips``\nmap property ``ip_address`` and the parameter type is defined as a\n``comma_delimited_list``,\nthe parameter name **MUST** follow the\nnaming convention\n\n * ``{vm-type}_int_{network-role}_v6_ips``\n\nwhere\n\n * ``{vm-type}`` is the {vm-type} associated with the\n ``OS::Nova::Server``\n * ``{network-role}`` is the {network-role} of the ONAP internal\n network",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Neutron Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-29765",
+ "id_complete": "R-29765",
+ "id_parent": "R-29765",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Property: fixed_ips, Map Property: ip_address",
+ "sections": [
+ "Property: fixed_ips, Map Property: ip_address",
+ "Resource: OS::Neutron::Port - Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": "static"
+ },
+ "R-29872": {
+ "description": "The VNF's Heat Orchestration Template's Resource ``OS::Neutron::Port``\nproperty ``network``\nparameter **MUST NOT** be enumerated in the Heat Orchestration\nTemplate's Environment File.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Neutron Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-29872",
+ "id_complete": "R-29872",
+ "id_parent": "R-29872",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST NOT",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Property: network",
+ "sections": [
+ "Property: network",
+ "Resource: OS::Neutron::Port - Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": "static"
+ },
+ "R-29977": {
+ "description": "The VNF **MUST** provide the capability of testing the validity\nof a digital certificate by validating the CA signature on the certificate.",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-29977",
+ "id_complete": "R-29977",
+ "id_parent": "R-29977",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Cryptography Requirements",
+ "sections": [
+ "VNF Cryptography Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": ""
+ },
+ "R-30005": {
+ "description": "A VNF's Heat Orchestration Template's Resource\n``OS::Neutron::SecurityGroup`` that\nis applicable to more than one ``{vm-type}`` and more than one network\n(internal and/or external), the ``OS::Neutron::SecurityGroup`` Resource ID\n**MAY**\nuse the naming convention\n\n* ``shared_security_group``\n\nor\n\n* ``{vnf-type}_security_group``\n\nwhere\n\n* ``{vnf-type}`` describes the VNF",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Resource IDs",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-30005",
+ "id_complete": "R-30005",
+ "id_parent": "R-30005",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MAY",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "OS::Neutron::SecurityGroup",
+ "sections": [
+ "OS::Neutron::SecurityGroup",
+ "OpenStack Heat Resources Resource ID Naming Convention",
+ "Resource IDs"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": ""
+ },
+ "R-30278": {
+ "description": "The VNF or PNF PROVIDER **SHOULD** provide a Resource/Device YANG model\nas a foundation for creating the YANG model for configuration.",
+ "docname": "Chapter7/VNF-On-boarding-and-package-management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-30278",
+ "id_complete": "R-30278",
+ "id_parent": "R-30278",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "SHOULD",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Configuration Management via NETCONF/YANG",
+ "sections": [
+ "Configuration Management via NETCONF/YANG",
+ "Resource Configuration",
+ "VNF and PNF On-boarding and package management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF PROVIDER",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": ""
+ },
+ "R-303569": {
+ "description": "The VNF **MUST** log the Source IP address in the security audit logs.",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-303569",
+ "id_complete": "R-303569",
+ "id_parent": "R-303569",
+ "impacts": "",
+ "introduced": "casablanca",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Security Analytics Requirements",
+ "sections": [
+ "VNF Security Analytics Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-30395": {
+ "description": "A VNF's Cinder Volume Module **MAY** utilize nested heat.",
+ "docname": "Chapter5/Heat/ONAP Heat Orchestration Templates Overview",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-30395",
+ "id_complete": "R-30395",
+ "id_parent": "R-30395",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MAY",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Nested Heat Orchestration Templates Overview",
+ "sections": [
+ "Nested Heat Orchestration Templates Overview",
+ "ONAP Heat Orchestration Templates Overview"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-304011": {
+ "description": "A VNF's Heat Orchestration Template's ``OS::Nova::Server`` resource's\n\n* Resource ID (defined in R-29751)\n* property ``image`` parameter name (defined in R-58670)\n* property ``flavor`` parameter name (defined in R-45188)\n* property ``name`` parameter name (defined in R-54171 & R-87817)\n* property ``networks`` map property ``port`` value which is a\n ``OS::Neutron::Port`` Resource ID (defined in R-20453)\n referenced using the intrinsic function ``get_attr``\n\n**MUST** contain the identical ``{vm-type}``\nand **MUST** follow the naming conventions defined\nin R-58670, R-45188, R-54171, R-87817, and R-29751. And the ``{index}`` in\nthe ``OS::Nova::Server`` Resource ID (defined in R-29751) **MUST** match\nthe ``{vm-type_index}`` defined in\nthe ``OS::Nova::Server`` property ``networks`` map property ``port``\nreferenced ``OS::Neutron::Port`` Resource ID (defined in R-20453).",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Nova Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-304011",
+ "id_complete": "R-304011",
+ "id_parent": "R-304011",
+ "impacts": "",
+ "introduced": "casablanca",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Resource: OS::Nova::Server - Parameters",
+ "sections": [
+ "Resource: OS::Nova::Server - Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "el alto",
+ "validation_mode": "static"
+ },
+ "R-305645": {
+ "description": "The VNF or PNF\u00a0**MUST**\u00a0support configuration management including\nlife cycle management (LCM) using at least one of the following\nprotocols a)NETCONF/YANG, b)Ansible and c)Chef.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-305645",
+ "id_complete": "R-305645",
+ "id_parent": "R-305645",
+ "impacts": "",
+ "introduced": "frankfurt",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Configuration Management",
+ "sections": [
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-30650": {
+ "description": "The VNF **MUST** utilize cloud provided infrastructure and\nVNFs (e.g., virtualized Local Load Balancer) as part of the VNF so\nthat the cloud can manage and provide a consistent service resiliency\nand methods across all VNF's.",
+ "docname": "Chapter4/Design",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-30650",
+ "id_complete": "R-30650",
+ "id_parent": "R-30650",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Design",
+ "sections": [
+ "VNF Design"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-30654": {
+ "description": "The VNF or PNF Package **MUST** have appropriate cookbooks that are\ndesigned to automatically 'rollback' to the original state in case of\nany errors for actions that change state of the VNF or PNF (e.g.,\nconfigure).",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-30654",
+ "id_complete": "R-30654",
+ "id_parent": "R-30654",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Chef Roles/Requirements",
+ "sections": [
+ "Chef Roles/Requirements",
+ "VNF or PNF Configuration via Chef Requirements",
+ "Chef Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-30753": {
+ "description": "A VNF's Heat Orchestration Template's Resource\n``OS::ContrailV2::NetworkIpam``\nResource ID\n**MUST**\ncontain the ``{network-role}`` of the ONAP internal network (per the ONAP\ndefinition, see Requirements R-52425 and R-46461 and R-35666) that the\nresource is associated with.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Resource IDs",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-30753",
+ "id_complete": "R-30753",
+ "id_parent": "R-30753",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "OS::ContrailV2::NetworkIpam",
+ "sections": [
+ "OS::ContrailV2::NetworkIpam",
+ "Contrail Heat Resources Resource ID Naming Convention",
+ "Resource IDs"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": "static"
+ },
+ "R-30804": {
+ "description": "A VNF's Heat Orchestration Template's Resource\n``OS::Heat::MultipartMime``\nResource ID\n**MUST**\ncontain the ``{vm-type}``.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Resource IDs",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-30804",
+ "id_complete": "R-30804",
+ "id_parent": "R-30804",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "OS::Heat::MultipartMime",
+ "sections": [
+ "OS::Heat::MultipartMime",
+ "OpenStack Heat Resources Resource ID Naming Convention",
+ "Resource IDs"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": "static"
+ },
+ "R-30932": {
+ "description": "The VNF **MUST** log successful and unsuccessful access to VNF\nresources, including data.",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-30932",
+ "id_complete": "R-30932",
+ "id_parent": "R-30932",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Security Analytics Requirements",
+ "sections": [
+ "VNF Security Analytics Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": ""
+ },
+ "R-31141": {
+ "description": "VNF Heat Orchestration Template's Cinder Volume Module's Environment File\n**MUST** be named identical to the VNF Heat Orchestration Template's\nCinder Volume Module with ``.y[a]ml`` replaced with ``.env``.",
+ "docname": "Chapter5/Heat/ONAP Heat Orchestration Templates Overview",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-31141",
+ "id_complete": "R-31141",
+ "id_parent": "R-31141",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Cinder Volume Modules",
+ "sections": [
+ "Cinder Volume Modules",
+ "ONAP Heat Orchestration Template Filenames",
+ "ONAP Heat Orchestration Templates Overview"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": "static"
+ },
+ "R-31614": {
+ "description": "The VNF **MUST** log the field \"event type\" in the security audit\nlogs.",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-31614",
+ "id_complete": "R-31614",
+ "id_parent": "R-31614",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Security Analytics Requirements",
+ "sections": [
+ "VNF Security Analytics Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-31809": {
+ "description": "The VNF or PNF **MUST** support the HealthCheck RPC. The HealthCheck\nRPC executes a VNF or PNF Provider-defined VNF or PNF HealthCheck over the\nscope of the entire VNF or PNF (e.g., if there are multiple VNFCs, then\nrun a health check, as appropriate, for all VNFCs). It returns a 200 OK if\nthe test completes. A JSON object is returned indicating state (healthy,\nunhealthy), scope identifier, time-stamp and one or more blocks containing\ninfo and fault information. If the VNF or PNF is unable to run the\nHealthCheck, return a standard http error code and message.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-31809",
+ "id_complete": "R-31809",
+ "id_parent": "R-31809",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "REST APIs",
+ "sections": [
+ "REST APIs",
+ "VNF or PNF REST APIs",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-32094": {
+ "description": "A VNF's Heat Orchestration Template parameter declaration **MAY**\ncontain the attribute ``label:``.",
+ "docname": "Chapter5/Heat/ONAP Heat Orchestration Template Format",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-32094",
+ "id_complete": "R-32094",
+ "id_parent": "R-32094",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MAY",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "label",
+ "sections": [
+ "label",
+ "parameters",
+ "Heat Orchestration Template Structure",
+ "ONAP Heat Orchestration Template Format"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": "none"
+ },
+ "R-32155": {
+ "description": "The VNFD provided by VNF vendor may use the below described TOSCA\ninterface types. An on-boarding entity (ONAP SDC) **MUST** support them.\n\n **tosca.interfaces.nfv.vnf.lifecycle.Nfv** supports LCM operations",
+ "docname": "Chapter5/Tosca/ONAP Tosca VNF Descriptor",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-32155",
+ "id_complete": "R-32155",
+ "id_parent": "R-32155",
+ "impacts": "",
+ "introduced": "casablanca",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Interface Types",
+ "sections": [
+ "Interface Types",
+ "TOSCA VNF Descriptor"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-32217": {
+ "description": "The VNF or PNF **MUST** have routable management IP addresses or FQDNs that\nare reachable via the Ansible Server for the endpoints (VMs) of a\nVNF or PNF that playbooks will target. ONAP will initiate requests to the\nAnsible Server for invocation of playbooks against these end\npoints [#7.3.3]_.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-32217",
+ "id_complete": "R-32217",
+ "id_parent": "R-32217",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Ansible Client Requirements",
+ "sections": [
+ "Ansible Client Requirements",
+ "VNF or PNF Configuration via Ansible Requirements",
+ "Ansible Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-32394": {
+ "description": "A VNF's Heat Orchestration Template's use of ``{vm-type}`` in all Resource\nproperty parameter names **MUST** be the same case.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/{vm-type}",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-32394",
+ "id_complete": "R-32394",
+ "id_parent": "R-32394",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "{vm-type}",
+ "sections": [
+ "{vm-type}"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": "static"
+ },
+ "R-32557": {
+ "description": "A VNF's Heat Orchestration Template parameter declaration **MAY**\ncontain the attribute ``hidden:``.",
+ "docname": "Chapter5/Heat/ONAP Heat Orchestration Template Format",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-32557",
+ "id_complete": "R-32557",
+ "id_parent": "R-32557",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MAY",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "hidden",
+ "sections": [
+ "hidden",
+ "parameters",
+ "Heat Orchestration Template Structure",
+ "ONAP Heat Orchestration Template Format"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": "none"
+ },
+ "R-32636": {
+ "description": "The VNF **MUST** support API-based monitoring to take care of\nthe scenarios where the control interfaces are not exposed, or are\noptimized and proprietary in nature.",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-32636",
+ "id_complete": "R-32636",
+ "id_parent": "R-32636",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Security Analytics Requirements",
+ "sections": [
+ "VNF Security Analytics Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-32641": {
+ "description": "The VNF **MUST** provide the capability to encrypt data on\nnon-volatile memory.Non-volative memory is storage that is\ncapable of retaining data without electrical power, e.g.\nComplementary metal-oxide-semiconductor (CMOS) or hard drives.",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-32641",
+ "id_complete": "R-32641",
+ "id_parent": "R-32641",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Data Protection Requirements",
+ "sections": [
+ "VNF Data Protection Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": ""
+ },
+ "R-32695": {
+ "description": "The VNF **MUST** provide the ability to modify the number of\nretries, the time between retries and the behavior/action taken after\nthe retries have been exhausted for exception handling to allow the\nNCSP to control that behavior, where the interface and/or functional\nspecification allows for altering behaviour.",
+ "docname": "Chapter4/Resiliency",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-32695",
+ "id_complete": "R-32695",
+ "id_parent": "R-32695",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Application Resilient Error Handling",
+ "sections": [
+ "Application Resilient Error Handling",
+ "VNF Resiliency"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-328086": {
+ "description": "The VNF or PNF **MUST**, if serving as a distribution point or anchor point for\nsteering point from source to destination, support the ONAP Controller's\n``DistributeTraffic`` command.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-328086",
+ "id_complete": "R-328086",
+ "id_parent": "R-328086",
+ "impacts": "",
+ "introduced": "casablanca",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Lifecycle Management Related Commands",
+ "sections": [
+ "Lifecycle Management Related Commands",
+ "Controller Interactions With VNF or PNF",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-32981": {
+ "description": "The VNF or PNF **MUST** support APPC ``ConfigBackup`` command.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-32981",
+ "id_complete": "R-32981",
+ "id_parent": "R-32981",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Configuration Commands",
+ "sections": [
+ "Configuration Commands",
+ "Controller Interactions With VNF or PNF",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-33132": {
+ "description": "A VNF's Heat Orchestration Template **MAY** be\n 1.) Base Module Heat Orchestration Template (also referred to as a\n Base Module),\n 2.) Incremental Module Heat Orchestration Template (referred to as\n an Incremental Module), or\n 3.) a Cinder Volume Module Heat Orchestration Template (referred to as\n Cinder Volume Module).",
+ "docname": "Chapter5/Heat/ONAP Heat Orchestration Templates Overview",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-33132",
+ "id_complete": "R-33132",
+ "id_parent": "R-33132",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MAY",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "ONAP VNF Modularity Overview",
+ "sections": [
+ "ONAP VNF Modularity Overview",
+ "ONAP Heat Orchestration Templates Overview"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": ""
+ },
+ "R-332680": {
+ "description": "The VNF or PNF producing VES events **SHOULD** deliver syslog messages\nthat meet the criteria in R-209104 to the VES Event Listener using the\n``syslog`` VES domain.",
+ "docname": "Chapter7/Monitoring-And-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-332680",
+ "id_complete": "R-332680",
+ "id_parent": "R-332680",
+ "impacts": "dcae",
+ "introduced": "casablanca",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "SHOULD",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Monitoring and Fault Protocol Selection",
+ "sections": [
+ "Monitoring and Fault Protocol Selection",
+ "Monitoring & Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "guilin",
+ "validation_mode": "in_service"
+ },
+ "R-33280": {
+ "description": "The VNF or PNF Provider's Ansible playbooks **MUST NOT** contain instance\nspecific values that can not be provided by a parameter to the playbook.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-33280",
+ "id_complete": "R-33280",
+ "id_parent": "R-33280",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST NOT",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Ansible Playbook Requirements",
+ "sections": [
+ "Ansible Playbook Requirements",
+ "VNF or PNF Configuration via Ansible Requirements",
+ "Ansible Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF PROVIDER",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "guilin",
+ "validation_mode": ""
+ },
+ "R-33488": {
+ "description": "The VNF **MUST** protect against all denial of service\nattacks, both volumetric and non-volumetric, or integrate with external\ndenial of service protection tools.",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-33488",
+ "id_complete": "R-33488",
+ "id_parent": "R-33488",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Security Analytics Requirements",
+ "sections": [
+ "VNF Security Analytics Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": ""
+ },
+ "R-33694": {
+ "description": "The VNF or PNF Package **MUST** include documentation to when applicable,\nprovide calculators needed to convert raw data into appropriate reporting\nartifacts.",
+ "docname": "Chapter7/VNF-On-boarding-and-package-management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-33694",
+ "id_complete": "R-33694",
+ "id_parent": "R-33694",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Resource Control Loop",
+ "sections": [
+ "Resource Control Loop",
+ "VNF and PNF On-boarding and package management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-33846": {
+ "description": "The VNF **MUST** install the NCSP required software on Guest OS\nimages when not using the NCSP provided Guest OS images. [#4.5.1]_",
+ "docname": "Chapter4/Devops",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-33846",
+ "id_complete": "R-33846",
+ "id_parent": "R-33846",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Devops",
+ "sections": [
+ "VNF Devops"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-33878": {
+ "description": "The VNF or PNF **MUST** utilize one of the authentication methods\nprescribed by the relevant VES Event Listener specification.",
+ "docname": "Chapter7/Monitoring-And-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-33878",
+ "id_complete": "R-33878",
+ "id_parent": "R-33878",
+ "impacts": "",
+ "introduced": "el alto",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Security",
+ "sections": [
+ "Security",
+ "Virtual Function Event Streaming (VES) Client Requirements",
+ "Monitoring & Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "guilin",
+ "validation_mode": ""
+ },
+ "R-33904": {
+ "description": "The VNF or PNF Package **MUST** include documentation for each KPI, provide\nlower and upper limits.",
+ "docname": "Chapter7/VNF-On-boarding-and-package-management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-33904",
+ "id_complete": "R-33904",
+ "id_parent": "R-33904",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Resource Control Loop",
+ "sections": [
+ "Resource Control Loop",
+ "VNF and PNF On-boarding and package management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-33946": {
+ "description": "The VNF or PNF **MUST** conform to the NETCONF RFC 4741,\n\"NETCONF Configuration Protocol\".",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-33946",
+ "id_complete": "R-33946",
+ "id_parent": "R-33946",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "NETCONF Server Requirements",
+ "sections": [
+ "NETCONF Server Requirements",
+ "VNF or PNF Configuration via NETCONF Requirements",
+ "NETCONF Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-33955": {
+ "description": "The VNF or PNF **SHOULD** conform its YANG model to RFC 6991,\n\"Common YANG Data Types\".",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-33955",
+ "id_complete": "R-33955",
+ "id_parent": "R-33955",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "SHOULD",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "NETCONF Server Requirements",
+ "sections": [
+ "NETCONF Server Requirements",
+ "VNF or PNF Configuration via NETCONF Requirements",
+ "NETCONF Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-34037": {
+ "description": "The VNF's Heat Orchestration Template's\nresource ``OS::Neutron::Port`` property ``fixed_ips``\nmap property ``ip_address`` parameter\n**MUST** be declared as either type ``string`` or type\n``comma_delimited_list``.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Neutron Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-34037",
+ "id_complete": "R-34037",
+ "id_parent": "R-34037",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Property: fixed_ips, Map Property: ip_address",
+ "sections": [
+ "Property: fixed_ips, Map Property: ip_address",
+ "Resource: OS::Neutron::Port - Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": "static"
+ },
+ "R-34055": {
+ "description": "A VNF's Heat Orchestration Template's ``OS::Nova::Server`` resource\nproperty ``metadata`` key/value pair ``workload_context``\nparameter ``workload_context`` **MUST NOT**\nhave parameter constraints defined.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Nova Metadata Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-34055",
+ "id_complete": "R-34055",
+ "id_parent": "R-34055",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST NOT",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "workload_context",
+ "sections": [
+ "workload_context",
+ "Resource: OS::Nova::Server Metadata Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": "static"
+ },
+ "R-34484": {
+ "description": "The VNF **SHOULD** create a single component VNF for VNFCs\nthat can be used by other VNFs.",
+ "docname": "Chapter4/Design",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-34484",
+ "id_complete": "R-34484",
+ "id_parent": "R-34484",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "SHOULD",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Design",
+ "sections": [
+ "VNF Design"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-34552": {
+ "description": "The VNF **MUST** be implemented so that it is not vulnerable to OWASP\nTop 10 web application security risks.",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-34552",
+ "id_complete": "R-34552",
+ "id_parent": "R-34552",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Security Analytics Requirements",
+ "sections": [
+ "VNF Security Analytics Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": ""
+ },
+ "R-346137": {
+ "description": "A VNF or PNF producing VES events that is buffering events per R-658596\n**MUST** store in-scope events even when the maximum capacity of the\nbuffer (defined in R-636251) has been reached. To make room for new events\nin this situation, hte oldest event in the buffer shall be removed\nas necessary. (i.e. First In First Out)",
+ "docname": "Chapter7/Monitoring-And-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-346137",
+ "id_complete": "R-346137",
+ "id_parent": "R-346137",
+ "impacts": "",
+ "introduced": "guilin",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Buffering and Redelivery",
+ "sections": [
+ "Buffering and Redelivery",
+ "Virtual Function Event Streaming (VES) Client Requirements",
+ "Monitoring & Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-348813": {
+ "description": "The VNF's Heat Orchestration Template's ZIP file **MUST NOT** include\na binary image file.",
+ "docname": "Chapter5/Heat/ONAP Heat Orchestration Templates Overview",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-348813",
+ "id_complete": "R-348813",
+ "id_parent": "R-348813",
+ "impacts": "",
+ "introduced": "dublin",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST NOT",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "ONAP VNF On-Boarding",
+ "sections": [
+ "ONAP VNF On-Boarding",
+ "ONAP Heat Orchestration Templates Overview"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF HEAT PACKAGE",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": "static"
+ },
+ "R-34957": {
+ "description": "The VNF **MUST** provide a method of metrics gathering for each\nlayer's performance to identify variances in the allocations so\nthey can be addressed.",
+ "docname": "Chapter4/Resiliency",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-34957",
+ "id_complete": "R-34957",
+ "id_parent": "R-34957",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Monitoring & Dashboard",
+ "sections": [
+ "Monitoring & Dashboard",
+ "VNF Resiliency"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-35291": {
+ "description": "The VNF **MUST** support the ability to failover a VNFC\nautomatically to other geographically redundant sites if not\ndeployed active-active to increase the overall resiliency of the VNF.",
+ "docname": "Chapter4/Resiliency",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-35291",
+ "id_complete": "R-35291",
+ "id_parent": "R-35291",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "All Layer Redundancy",
+ "sections": [
+ "All Layer Redundancy",
+ "VNF Resiliency"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-353637": {
+ "description": "Containerized components of VNFs **SHOULD** follow the recommendations for\nContainer Base Images and Build File Configuration in the latest available version\nof the CIS Docker Community Edition Benchmarks to ensure that containerized VNFs\nare secure. All non-compliances with the benchmarks MUST be documented.",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-353637",
+ "id_complete": "R-353637",
+ "id_parent": "R-353637",
+ "impacts": "",
+ "introduced": "frankfurt",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "SHOULD",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF General Security Requirements",
+ "sections": [
+ "VNF General Security Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-35401": {
+ "description": "The VNF or PNF **MUST** support SSH and allow SSH access by the\nAnsible server to the endpoint VM(s) and comply with the Network\nCloud Service Provider guidelines for authentication and access.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-35401",
+ "id_complete": "R-35401",
+ "id_parent": "R-35401",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Ansible Client Requirements",
+ "sections": [
+ "Ansible Client Requirements",
+ "VNF or PNF Configuration via Ansible Requirements",
+ "Ansible Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-35414": {
+ "description": "A VNF Heat Orchestration's template\n**MUST** contain the section ``parameters:`` with at least one\nparameter defined.",
+ "docname": "Chapter5/Heat/ONAP Heat Orchestration Template Format",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-35414",
+ "id_complete": "R-35414",
+ "id_parent": "R-35414",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "parameters",
+ "sections": [
+ "parameters",
+ "Heat Orchestration Template Structure",
+ "ONAP Heat Orchestration Template Format"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": "static"
+ },
+ "R-35532": {
+ "description": "The VNF **SHOULD** release and clear all shared assets (memory,\ndatabase operations, connections, locks, etc.) as soon as possible,\nespecially before long running sync and asynchronous operations, so as\nto not prevent use of these assets by other entities.",
+ "docname": "Chapter4/Resiliency",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-35532",
+ "id_complete": "R-35532",
+ "id_parent": "R-35532",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "SHOULD",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "System Resource Optimization",
+ "sections": [
+ "System Resource Optimization",
+ "VNF Resiliency"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-35666": {
+ "description": "If a VNF has an ONAP internal network, the VNF's Heat Orchestration\nTemplate **MUST** include the heat resources to create the\nONAP internal network.\n\nA VNF's ONAP internal network is created using Neutron Heat Resources\n(e.g., ``OS::Neutron::Net``, ``OS::Neutron::Subnet``,\n``OS::Neutron::ProviderNet``) and/or\nContrail Heat Resources (e.g., ``OS::ContrailV2::VirtualNetwork``,\n``OS::ContrailV2::NetworkIpam``).",
+ "docname": "Chapter5/Heat/ONAP Heat Networking",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-35666",
+ "id_complete": "R-35666",
+ "id_parent": "R-35666",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Internal Networks",
+ "sections": [
+ "Internal Networks",
+ "ONAP Heat Networking"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": "static"
+ },
+ "R-35735": {
+ "description": "When the VNF's Heat Orchestration Template's resource\n``OS::Neutron::Port`` is attaching to an ONAP external network\n(per the ONAP definition, see Requirement R-57424 and R-16968),\nand the IPv6 VIP is required to be supported by the ONAP data model,\nthe property ``allowed_address_pairs`` map property ``ip_address``\nparameter name **MUST** follow the naming convention\n\n* ``{vm-type}_{network-role}_floating_v6_ip``\n\nwhere\n\n* ``{vm-type}`` is the {vm-type} associated with the ``OS::Nova::Server``\n* ``{network-role}`` is the {network-role} of the ONAP external network\n\nAnd the parameter **MUST** be declared as type ``string``.\n\nAs noted in the introduction to this section, the ONAP data model\ncan only support one IPv6 VIP address.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Neutron Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-35735",
+ "id_complete": "R-35735",
+ "id_parent": "R-35735",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VIP Assignment, ONAP External Networks",
+ "sections": [
+ "VIP Assignment, ONAP External Networks",
+ "Property: allowed_address_pairs, Map Property: ip_address",
+ "Resource: OS::Neutron::Port - Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": "static"
+ },
+ "R-35851": {
+ "description": "The VNF HEAT Package\u00a0**MUST**\u00a0include VNF topology that describes basic\nnetwork and application connectivity internal and external to the VNF\nincluding Link type, KPIs, Bandwidth, latency, jitter, QoS (if applicable)\nfor each interface.",
+ "docname": "Chapter7/VNF-On-boarding-and-package-management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-35851",
+ "id_complete": "R-35851",
+ "id_parent": "R-35851",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Compute, Network, and Storage Requirements",
+ "sections": [
+ "Compute, Network, and Storage Requirements",
+ "VNF and PNF On-boarding and package management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF HEAT PACKAGE",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-35854": {
+ "description": "The VNF Descriptor (VNFD) provided by VNF vendor **MUST** comply with\nTOSCA/YAML based Service template for VNF descriptor specified in\nETSI NFV-SOL001.\n\n**Note**: As the ETSI NFV-SOL001 is work in progress the below tables\nsummarizes the TOSCA definitions agreed to be part of current version\nof NFV profile and that VNFD MUST comply with in ONAP Release 2+\nRequirements.",
+ "docname": "Chapter5/Tosca/ONAP Tosca VNF Descriptor",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-35854",
+ "id_complete": "R-35854",
+ "id_parent": "R-35854",
+ "impacts": "",
+ "introduced": "casablanca",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "General",
+ "sections": [
+ "General",
+ "TOSCA VNF Descriptor"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-358699": {
+ "description": "The VNF **MUST** support at least the following roles: system administrator,\napplication administrator, network function O&M.",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-358699",
+ "id_complete": "R-358699",
+ "id_parent": "R-358699",
+ "impacts": "",
+ "introduced": "frankfurt",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Identity and Access Management Requirements",
+ "sections": [
+ "VNF Identity and Access Management Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-35960": {
+ "description": "The VNF or PNF Package **MUST** include documentation which must include\nall events, severity level (e.g., informational, warning, error) and\ndescriptions including causes/fixes if applicable for the event.",
+ "docname": "Chapter7/VNF-On-boarding-and-package-management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-35960",
+ "id_complete": "R-35960",
+ "id_parent": "R-35960",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Resource Control Loop",
+ "sections": [
+ "Resource Control Loop",
+ "VNF and PNF On-boarding and package management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-36280": {
+ "description": "The VNF or PNF Documentation Package **MUST** describe the\nVNF or PNF Functional Capabilities that are utilized to operationalize the\nVNF or PNF and compose complex services.",
+ "docname": "Chapter7/VNF-On-boarding-and-package-management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-36280",
+ "id_complete": "R-36280",
+ "id_parent": "R-36280",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Resource Description",
+ "sections": [
+ "Resource Description",
+ "VNF and PNF On-boarding and package management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF DOCUMENTATION PACKAGE",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-36542": {
+ "description": "A VNF's Heat Orchestration Template's ``OS::Nova::Server`` resource\nproperty ``metadata`` key/value pair ``vnf_name`` parameter\n``vnf_name`` **MUST NOT**\nbe enumerated in the Heat Orchestration Template's environment file.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Nova Metadata Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-36542",
+ "id_complete": "R-36542",
+ "id_parent": "R-36542",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST NOT",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "vnf_name",
+ "sections": [
+ "vnf_name",
+ "Resource: OS::Nova::Server Metadata Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": "static"
+ },
+ "R-36582": {
+ "description": "A VNF's Base Module **MAY** utilize nested heat.",
+ "docname": "Chapter5/Heat/ONAP Heat Orchestration Templates Overview",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-36582",
+ "id_complete": "R-36582",
+ "id_parent": "R-36582",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MAY",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Nested Heat Orchestration Templates Overview",
+ "sections": [
+ "Nested Heat Orchestration Templates Overview",
+ "ONAP Heat Orchestration Templates Overview"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-36687": {
+ "description": "A VNF's Heat Orchestration Template's ``{vm-type}`` case in Resource\nproperty parameter names **SHOULD** match the case of ``{vm-type}``\nin Resource IDs and vice versa.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/{vm-type}",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-36687",
+ "id_complete": "R-36687",
+ "id_parent": "R-36687",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "SHOULD",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "{vm-type}",
+ "sections": [
+ "{vm-type}"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": ""
+ },
+ "R-36772": {
+ "description": "A VNF's Heat Orchestration Template's parameter **MUST** include the\nattribute ``type:``.",
+ "docname": "Chapter5/Heat/ONAP Heat Orchestration Template Format",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-36772",
+ "id_complete": "R-36772",
+ "id_parent": "R-36772",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "type",
+ "sections": [
+ "type",
+ "parameters",
+ "Heat Orchestration Template Structure",
+ "ONAP Heat Orchestration Template Format"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": "static"
+ },
+ "R-36792": {
+ "description": "The VNF **MUST** automatically retry/resubmit failed requests\nmade by the software to its downstream system to increase the success rate.",
+ "docname": "Chapter4/Resiliency",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-36792",
+ "id_complete": "R-36792",
+ "id_parent": "R-36792",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Application Resilient Error Handling",
+ "sections": [
+ "Application Resilient Error Handling",
+ "VNF Resiliency"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-36843": {
+ "description": "The VNF **MUST** support the ability of the VNFC to be deployable\nin multi-zoned cloud sites to allow for site support in the event of cloud\nzone failure or upgrades.",
+ "docname": "Chapter4/Resiliency",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-36843",
+ "id_complete": "R-36843",
+ "id_parent": "R-36843",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "All Layer Redundancy",
+ "sections": [
+ "All Layer Redundancy",
+ "VNF Resiliency"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-36982": {
+ "description": "A VNF's Heat Orchestration template **MAY** contain the ``outputs:``\nsection.",
+ "docname": "Chapter5/Heat/ONAP Heat Orchestration Template Format",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-36982",
+ "id_complete": "R-36982",
+ "id_parent": "R-36982",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MAY",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "outputs",
+ "sections": [
+ "outputs",
+ "Heat Orchestration Template Structure",
+ "ONAP Heat Orchestration Template Format"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-37028": {
+ "description": "A VNF **MUST** be composed of one Base Module",
+ "docname": "Chapter5/Heat/ONAP Heat Orchestration Templates Overview",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-37028",
+ "id_complete": "R-37028",
+ "id_parent": "R-37028",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "ONAP VNF Modularity Overview",
+ "sections": [
+ "ONAP VNF Modularity Overview",
+ "ONAP Heat Orchestration Templates Overview"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": "static"
+ },
+ "R-37039": {
+ "description": "A VNF's Heat Orchestration Template's ``OS::Nova::Server`` resource\nproperty\n``metadata`` key/value pair ``vf_module_index`` parameter\n``vf_module_index`` **MUST NOT**\nbe enumerated in the Heat Orchestration Template's environment file.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Nova Metadata Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-37039",
+ "id_complete": "R-37039",
+ "id_parent": "R-37039",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST NOT",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "vf_module_index",
+ "sections": [
+ "vf_module_index",
+ "Resource: OS::Nova::Server Metadata Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": "static"
+ },
+ "R-373737": {
+ "description": "The VNF **MUST**, if not integrated with the operator's IAM system, provide\na mechanism for assigning roles and/or permissions to an identity.",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-373737",
+ "id_complete": "R-373737",
+ "id_parent": "R-373737",
+ "impacts": "",
+ "introduced": "frankfurt",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Identity and Access Management Requirements",
+ "sections": [
+ "VNF Identity and Access Management Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-37437": {
+ "description": "A VNF's Heat Orchestration Template's ``OS::Nova::Server``\nresource property ``metadata`` **MUST**\ncontain the key/value pair ``vnf_id``\nand the value **MUST** be obtained via a ``get_param``.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Nova Metadata Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-37437",
+ "id_complete": "R-37437",
+ "id_parent": "R-37437",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "vnf_id",
+ "sections": [
+ "vnf_id",
+ "Resource: OS::Nova::Server Metadata Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": "static"
+ },
+ "R-37692": {
+ "description": "The VNFC **MUST** provide API versioning to allow for\nindependent upgrades of VNFC.",
+ "docname": "Chapter4/Design",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-37692",
+ "id_complete": "R-37692",
+ "id_parent": "R-37692",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Design",
+ "sections": [
+ "VNF Design"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-378131": {
+ "description": "(Error Case) - If an error is encountered by the PNF during a\nService Configuration exchange with ONAP, the PNF **MAY** log the\nerror and notify an operator.",
+ "docname": "Chapter7/PNF-Plug-and-Play",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-378131",
+ "id_complete": "R-378131",
+ "id_parent": "R-378131",
+ "impacts": "",
+ "introduced": "casablanca",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MAY",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "PNF Plug and Play",
+ "sections": [
+ "PNF Plug and Play",
+ "PNF Plug and Play"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-37929": {
+ "description": "The VNF or PNF **MUST** accept all necessary instance specific\ndata from the environment or node object attributes for the VNF or PNF\nin roles/cookbooks/recipes invoked for a VNF or PNF action.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-37929",
+ "id_complete": "R-37929",
+ "id_parent": "R-37929",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Chef Roles/Requirements",
+ "sections": [
+ "Chef Roles/Requirements",
+ "VNF or PNF Configuration via Chef Requirements",
+ "Chef Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-379523": {
+ "description": "A VNF or PNF producing VES events that is buffering events due to an\nunavailable VES Event Listener **MUST** redeliver all buffered events\naccording to the following rules when the VNF or PNF detects the VES Event\nListener has become available:\n\n* Deliver all previously buffered events before sending new events\n* Deliver buffered events in the order they were received",
+ "docname": "Chapter7/Monitoring-And-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-379523",
+ "id_complete": "R-379523",
+ "id_parent": "R-379523",
+ "impacts": "",
+ "introduced": "guilin",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Buffering and Redelivery",
+ "sections": [
+ "Buffering and Redelivery",
+ "Virtual Function Event Streaming (VES) Client Requirements",
+ "Monitoring & Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-38001": {
+ "description": "The VNF **MUST** support ONAP Controller's **Rebuild** command.",
+ "docname": "Chapter4/Resiliency",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-38001",
+ "id_complete": "R-38001",
+ "id_parent": "R-38001",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Virtual Function - Container Recovery Requirements",
+ "sections": [
+ "Virtual Function - Container Recovery Requirements",
+ "VNF Resiliency"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-381623": {
+ "description": "Containerized components of VNFs **SHOULD** execute in a Docker run-time environment\nthat follows the Container Runtime Configuration in the latest available version\nof the CIS Docker Community Edition Benchmarks to ensure that containerized VNFs\nare secure. All non-compliances with the benchmarks MUST be documented.",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-381623",
+ "id_complete": "R-381623",
+ "id_parent": "R-381623",
+ "impacts": "",
+ "introduced": "frankfurt",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "SHOULD",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF General Security Requirements",
+ "sections": [
+ "VNF General Security Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-38236": {
+ "description": "The VNF's Heat Orchestration Template's\nresource ``OS::Neutron::Port`` property ``fixed_ips``\nmap property ``subnet`` parameter\n**MUST** be declared type ``string``.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Neutron Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-38236",
+ "id_complete": "R-38236",
+ "id_parent": "R-38236",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Property: fixed_ips, Map Property: subnet",
+ "sections": [
+ "Property: fixed_ips, Map Property: subnet",
+ "Resource: OS::Neutron::Port - Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": "static"
+ },
+ "R-384337": {
+ "description": "The VNF Documentation Package **MUST** contain a list of the files within the VNF\npackage that are static during the VNF's runtime.",
+ "docname": "Chapter7/VNF-On-boarding-and-package-management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-384337",
+ "id_complete": "R-384337",
+ "id_parent": "R-384337",
+ "impacts": "",
+ "introduced": "casablanca",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Resource Description",
+ "sections": [
+ "Resource Description",
+ "VNF and PNF On-boarding and package management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF DOCUMENTATION PACKAGE",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-38474": {
+ "description": "A VNF's Base Module **MUST** have a corresponding Environment File.",
+ "docname": "Chapter5/Heat/ONAP Heat Orchestration Templates Overview",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-38474",
+ "id_complete": "R-38474",
+ "id_parent": "R-38474",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "ONAP VNF Modularity Overview",
+ "sections": [
+ "ONAP VNF Modularity Overview",
+ "ONAP Heat Orchestration Templates Overview"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": "static"
+ },
+ "R-39003": {
+ "description": "The VNF or PNF Provider's Ansible playbooks **MUST** store passwords and\nother attributes that must remain secret in JSON, YAML or INI files that\ncan be encrypted/decrypted using Ansible Vault capabilities.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-39003",
+ "id_complete": "R-39003",
+ "id_parent": "R-39003",
+ "impacts": "",
+ "introduced": "frankfurt",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Ansible Playbook Requirements",
+ "sections": [
+ "Ansible Playbook Requirements",
+ "VNF or PNF Configuration via Ansible Requirements",
+ "Ansible Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF PROVIDER",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "guilin",
+ "validation_mode": ""
+ },
+ "R-39067": {
+ "description": "A VNF's Heat Orchestration Template's ``OS::Nova::Server`` resource\nproperty\n``metadata`` key/value pair ``vf_module_name`` parameter **MUST** be\ndeclared as ``vf_module_name`` and the parameter **MUST**\nbe defined as type: ``string``.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Nova Metadata Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-39067",
+ "id_complete": "R-39067",
+ "id_parent": "R-39067",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "vf_module_name",
+ "sections": [
+ "vf_module_name",
+ "Resource: OS::Nova::Server Metadata Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": "static"
+ },
+ "R-39349": {
+ "description": "A VNF Heat Orchestration Template **MUST NOT** be designed to utilize the\nOpenStack ``heat stack-update`` command for scaling (growth/de-growth).",
+ "docname": "Chapter5/Heat/ONAP Heat Orchestration Templates Overview",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-39349",
+ "id_complete": "R-39349",
+ "id_parent": "R-39349",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST NOT",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Support of heat stack update",
+ "sections": [
+ "Support of heat stack update",
+ "ONAP Heat Orchestration Templates Overview"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": "none"
+ },
+ "R-39402": {
+ "description": "A VNF's Heat Orchestration Template **MUST** contain the\nsection ``description:``.",
+ "docname": "Chapter5/Heat/ONAP Heat Orchestration Template Format",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-39402",
+ "id_complete": "R-39402",
+ "id_parent": "R-39402",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "description",
+ "sections": [
+ "description",
+ "Heat Orchestration Template Structure",
+ "ONAP Heat Orchestration Template Format"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": "static"
+ },
+ "R-39562": {
+ "description": "The VNF **MUST** disable unnecessary or vulnerable cgi-bin programs.",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-39562",
+ "id_complete": "R-39562",
+ "id_parent": "R-39562",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Identity and Access Management Requirements",
+ "sections": [
+ "VNF Identity and Access Management Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-39604": {
+ "description": "The VNF **MUST** provide the capability of testing the\nvalidity of a digital certificate by checking the Certificate Revocation\nList (CRL) for the certificates of that type to ensure that the\ncertificate has not been revoked.",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-39604",
+ "id_complete": "R-39604",
+ "id_parent": "R-39604",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Cryptography Requirements",
+ "sections": [
+ "VNF Cryptography Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": ""
+ },
+ "R-39650": {
+ "description": "The VNF **SHOULD** provide the ability to test incremental\ngrowth of the VNF.",
+ "docname": "Chapter4/Devops",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-39650",
+ "id_complete": "R-39650",
+ "id_parent": "R-39650",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "SHOULD",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Devops",
+ "sections": [
+ "VNF Devops"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-39841": {
+ "description": "The VNF's Heat Orchestration Template's Resource\n``OS::Neutron::Port`` property ``fixed_ips``\nmap property ``ip_address`` parameter\n``{vm-type}_{network-role}_ip_{index}``\n**MUST NOT** be enumerated in the\nVNF's Heat Orchestration Template's Environment File.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Neutron Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-39841",
+ "id_complete": "R-39841",
+ "id_parent": "R-39841",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST NOT",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Property: fixed_ips, Map Property: ip_address",
+ "sections": [
+ "Property: fixed_ips, Map Property: ip_address",
+ "Resource: OS::Neutron::Port - Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": "static"
+ },
+ "R-40499": {
+ "description": "Each VNF's Heat Orchestration Template's ``{vm-type}`` **MUST**\nhave a unique parameter name for the ``OS::Nova::Server`` property\n``flavor`` even if more than one ``{vm-type}`` shares the same flavor.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Nova Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-40499",
+ "id_complete": "R-40499",
+ "id_parent": "R-40499",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Property: flavor",
+ "sections": [
+ "Property: flavor",
+ "Resource: OS::Nova::Server - Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": "static"
+ },
+ "R-40518": {
+ "description": "A VNF's Heat Orchestration Template's parameter defined\nin a non-nested YAML file as type\n``string`` **MAY** have a parameter constraint defined.",
+ "docname": "Chapter5/Heat/ONAP Heat Orchestration Template Format",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-40518",
+ "id_complete": "R-40518",
+ "id_parent": "R-40518",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MAY",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "constraints",
+ "sections": [
+ "constraints",
+ "parameters",
+ "Heat Orchestration Template Structure",
+ "ONAP Heat Orchestration Template Format"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": ""
+ },
+ "R-40551": {
+ "description": "A VNF's Heat Orchestration Template's Nested YAML files **MAY**\n(or **MAY NOT**) contain the section ``resources:``.",
+ "docname": "Chapter5/Heat/ONAP Heat Orchestration Template Format",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-40551",
+ "id_complete": "R-40551",
+ "id_parent": "R-40551",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MAY",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "resources",
+ "sections": [
+ "resources",
+ "Heat Orchestration Template Structure",
+ "ONAP Heat Orchestration Template Format"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": ""
+ },
+ "R-40820": {
+ "description": "The VNF CSAR PACKAGE **MUST** enumerate all of the open source\nlicenses their VNF(s) incorporate. CSAR License directory as per ETSI\nSOL004.\n\nfor example ROOT\\\\Licenses\\\\ **License_term.txt**",
+ "docname": "Chapter5/Tosca/ONAP VNF or PNF CSAR Package",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-40820",
+ "id_complete": "R-40820",
+ "id_parent": "R-40820",
+ "impacts": "",
+ "introduced": "casablanca",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF or PNF Package Contents",
+ "sections": [
+ "VNF or PNF Package Contents",
+ "VNF or PNF CSAR Package"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF CSAR PACKAGE",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "guilin",
+ "validation_mode": ""
+ },
+ "R-40827": {
+ "description": "The VNF or PNF provider **MUST** enumerate all of the open\nsource licenses their VNF or PNF(s) incorporate.",
+ "docname": "Chapter7/VNF-On-boarding-and-package-management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-40827",
+ "id_complete": "R-40827",
+ "id_parent": "R-40827",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Licensing Requirements",
+ "sections": [
+ "Licensing Requirements",
+ "VNF and PNF On-boarding and package management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-408813": {
+ "description": "A VNF or PNF producing VES events **MUST** pass all information it is\nable to collect even if the information field is identified as optional.\nHowever, if the data cannot be collected, then optional fields can be\nomitted.",
+ "docname": "Chapter7/Monitoring-And-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-408813",
+ "id_complete": "R-408813",
+ "id_parent": "R-408813",
+ "impacts": "dcae",
+ "introduced": "casablanca",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Event Formatting and Usage",
+ "sections": [
+ "Event Formatting and Usage",
+ "Virtual Function Event Streaming (VES) Client Requirements",
+ "Monitoring & Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "guilin",
+ "validation_mode": "none"
+ },
+ "R-408814": {
+ "description": "The VNF or a PNF producing VES stndDefined domain events to report\nstandards-organization defined events to ONAP, **MUST** set the\nevent.stndDefinedNamespace property. By default, ONAP ships with support\nfor the following:\n\n* 3GPP-Provisioning\n* 3GPP-Heartbeat\n* 3GPP-FaultSupervision\n* 3GPP-PerformanceAssurance\n\nAnother namespace, outside of the list provided, needs to registered in ONAP in coordination\nwith the operator before it can be used.",
+ "docname": "Chapter7/Monitoring-And-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-408814",
+ "id_complete": "R-408814",
+ "id_parent": "R-408814",
+ "impacts": "dcae",
+ "introduced": "guilin",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Event Formatting and Usage",
+ "sections": [
+ "Event Formatting and Usage",
+ "Virtual Function Event Streaming (VES) Client Requirements",
+ "Monitoring & Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": "none"
+ },
+ "R-408815": {
+ "description": "If the VNF or PNF producing VES stndDefined domain events provides\nthe event.stndDefinedFields.schemaReference then it **MUST** set its value\nto the publicUrl value in DCAE's VES Collector `etc/externalRepo/schema-map.json <https://github.com/onap/dcaegen2-collectors-ves/blob/guilin/etc/externalRepo/schema-map.json/>`_\nthat describes the data being sent in event.stndDefinedFields.data.",
+ "docname": "Chapter7/Monitoring-And-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-408815",
+ "id_complete": "R-408815",
+ "id_parent": "R-408815",
+ "impacts": "dcae",
+ "introduced": "guilin",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Event Formatting and Usage",
+ "sections": [
+ "Event Formatting and Usage",
+ "Virtual Function Event Streaming (VES) Client Requirements",
+ "Monitoring & Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": "none"
+ },
+ "R-408816": {
+ "description": "If the VNF or PNF producing VES stndDefined domain events provides\nthe event.stndDefinedFields.schemaReference then it **MUST** only pass events\nthat conform to schema references previously registered with DCAE otherwise\nthe event will be rejected. By default, ONAP ships with support for schemas\nfound in DCAE's VES Collector `etc/externalRepo/schema-map.json <https://github.com/onap/dcaegen2-collectors-ves/blob/guilin/etc/externalRepo/schema-map.json/>`_.",
+ "docname": "Chapter7/Monitoring-And-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-408816",
+ "id_complete": "R-408816",
+ "id_parent": "R-408816",
+ "impacts": "dcae",
+ "introduced": "guilin",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Event Formatting and Usage",
+ "sections": [
+ "Event Formatting and Usage",
+ "Virtual Function Event Streaming (VES) Client Requirements",
+ "Monitoring & Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": "none"
+ },
+ "R-408817": {
+ "description": "The VNF or PNF Provider producing stndDefined events **MUST** coordinate with\nthe operator, willing to validate stndDefined events, to configure DCAE to\naccept any new event schema prior to sending those events or the events\nwill be rejected.",
+ "docname": "Chapter7/Monitoring-And-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-408817",
+ "id_complete": "R-408817",
+ "id_parent": "R-408817",
+ "impacts": "dcae",
+ "introduced": "guilin",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Event Formatting and Usage",
+ "sections": [
+ "Event Formatting and Usage",
+ "Virtual Function Event Streaming (VES) Client Requirements",
+ "Monitoring & Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": "none"
+ },
+ "R-408818": {
+ "description": "If the VNF or PNF producing VES stndDefined domain events provides\nthe event.stndDefinedFields.schemaReference then it **MUST** set the\nevent.stndDefined.schemaReference property to an exact structure,\nfrom supported schemaReference, describing the notification within\nan openAPI specification, using JSON Pointer as URI fragment e.g.\n\u201chttps://forge.3gpp.org/.../faultMnS.yaml#/components/schemas/notifyNewAlarm\"",
+ "docname": "Chapter7/Monitoring-And-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-408818",
+ "id_complete": "R-408818",
+ "id_parent": "R-408818",
+ "impacts": "dcae",
+ "introduced": "guilin",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Event Formatting and Usage",
+ "sections": [
+ "Event Formatting and Usage",
+ "Virtual Function Event Streaming (VES) Client Requirements",
+ "Monitoring & Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": "none"
+ },
+ "R-40971": {
+ "description": "When the VNF's Heat Orchestration Template's Resource\n``OS::Neutron::Port`` is attaching to an ONAP external network (per the\nONAP definition, see Requirement R-57424 and R-16968),\nand an IPv4 address is assigned\nusing the property ``fixed_ips``\nmap property ``ip_address`` and the parameter type is defined as a string,\nthe parameter name **MUST** follow the\nnaming convention\n\n* ``{vm-type}_{network-role}_ip_{index}``\n\nwhere\n\n* ``{vm-type}`` is the {vm-type} associated with the ``OS::Nova::Server``\n* ``{network-role}`` is the {network-role} of the ONAP external network\n* ``{index}`` is a numeric value that **MUST** start at zero in a\n VNF's Heat Orchestration Template and **MUST** increment by one",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Neutron Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-40971",
+ "id_complete": "R-40971",
+ "id_parent": "R-40971",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Property: fixed_ips, Map Property: ip_address",
+ "sections": [
+ "Property: fixed_ips, Map Property: ip_address",
+ "Resource: OS::Neutron::Port - Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": "static"
+ },
+ "R-41159": {
+ "description": "The VNF **MUST** deliver any and all functionality from any\nVNFC in the pool (where pooling is the most suitable solution). The\nVNFC pool member should be transparent to the client. Upstream and\ndownstream clients should only recognize the function being performed,\nnot the member performing it.",
+ "docname": "Chapter4/Resiliency",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-41159",
+ "id_complete": "R-41159",
+ "id_parent": "R-41159",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "System Resource Optimization",
+ "sections": [
+ "System Resource Optimization",
+ "VNF Resiliency"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-41215": {
+ "description": "The VNF **MAY** have zero to many \"incremental\" modules.",
+ "docname": "Chapter4/Modularity",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-41215",
+ "id_complete": "R-41215",
+ "id_parent": "R-41215",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MAY",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "ONAP VNF Modularity Overview",
+ "sections": [
+ "ONAP VNF Modularity Overview",
+ "VNF Modularity"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-41252": {
+ "description": "The VNF **MUST** support the capability of online storage of\nsecurity audit logs.",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-41252",
+ "id_complete": "R-41252",
+ "id_parent": "R-41252",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Security Analytics Requirements",
+ "sections": [
+ "VNF Security Analytics Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-41430": {
+ "description": "The VNF or PNF **MUST** support APPC/SDN-C ``HealthCheck`` command.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-41430",
+ "id_complete": "R-41430",
+ "id_parent": "R-41430",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "HealthCheck and Failure Related Commands",
+ "sections": [
+ "HealthCheck and Failure Related Commands",
+ "Controller Interactions With VNF or PNF",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-41492": {
+ "description": "When the VNF's Heat Orchestration Template's resource\n``OS::Neutron::Port`` is attaching to an ONAP external network\n(per the ONAP definition, see Requirement R-57424 and R-16968),\nand the IPv4 VIP is required to be supported by the ONAP data model,\nthe property ``allowed_address_pairs`` map property ``ip_address``\nparameter name **MUST** follow the naming convention\n\n* ``{vm-type}_{network-role}_floating_ip``\n\nwhere\n\n* ``{vm-type}`` is the {vm-type} associated with the ``OS::Nova::Server``\n* ``{network-role}`` is the {network-role} of the ONAP external network\n\nAnd the parameter **MUST** be declared as type ``string``.\n\nAs noted in the introduction to this section, the ONAP data model\ncan only support one IPv4 VIP address.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Neutron Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-41492",
+ "id_complete": "R-41492",
+ "id_parent": "R-41492",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VIP Assignment, ONAP External Networks",
+ "sections": [
+ "VIP Assignment, ONAP External Networks",
+ "Property: allowed_address_pairs, Map Property: ip_address",
+ "Resource: OS::Neutron::Port - Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": "static"
+ },
+ "R-41493": {
+ "description": "When the VNF's Heat Orchestration Template's resource\n``OS::Neutron::Port`` is attaching to an ONAP external network\n(per the ONAP definition, see Requirement R-57424 and R-16968),\nand the IPv4 VIP address and/or IPv6 VIP address\nis **not** supported by the ONAP data model,\nthe property ``allowed_address_pairs`` map property ``ip_address``\n\n* Parameter name **MAY** use any naming convention. That is, there is no\n ONAP mandatory parameter naming convention.\n* Parameter **MAY** be declared as type ``string`` or type\n``comma_delimited_list``.\n\nAnd the ``OS::Neutron::Port`` resource **MUST** contain\nresource-level ``metadata`` (not property-level).\n\nAnd the ``metadata`` format **MUST** must contain the\nkey value ``aap_exempt`` with a list of all\n``allowed_address_pairs`` map property ``ip_address`` parameters\n**not** supported by the ONAP data model.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Neutron Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-41493",
+ "id_complete": "R-41493",
+ "id_parent": "R-41493",
+ "impacts": "",
+ "introduced": "dublin",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VIP Assignment, ONAP External Networks",
+ "sections": [
+ "VIP Assignment, ONAP External Networks",
+ "Property: allowed_address_pairs, Map Property: ip_address",
+ "Resource: OS::Neutron::Port - Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": "static"
+ },
+ "R-41825": {
+ "description": "The VNF **MUST** activate security alarms automatically when\na configurable number of consecutive unsuccessful login attempts\nis reached.",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-41825",
+ "id_complete": "R-41825",
+ "id_parent": "R-41825",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Security Analytics Requirements",
+ "sections": [
+ "VNF Security Analytics Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": ""
+ },
+ "R-41829": {
+ "description": "The VNF or PNF **MUST** be able to specify the granularity of the\nlock via a restricted or full XPath expression.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-41829",
+ "id_complete": "R-41829",
+ "id_parent": "R-41829",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "NETCONF Server Requirements",
+ "sections": [
+ "NETCONF Server Requirements",
+ "VNF or PNF Configuration via NETCONF Requirements",
+ "NETCONF Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-41888": {
+ "description": "A VNF's Heat Orchestration Template intrinsic function\n``get_file`` **MUST NOT** utilize URL-based file retrieval.",
+ "docname": "Chapter5/Heat/ONAP Heat Template Constructs",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-41888",
+ "id_complete": "R-41888",
+ "id_parent": "R-41888",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST NOT",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Heat Files Support (get_file)",
+ "sections": [
+ "Heat Files Support (get_file)",
+ "ONAP Heat Heat Template Constructs"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": "static"
+ },
+ "R-41994": {
+ "description": "The VNF **MUST** support the use of X.509 certificates issued from any\nCertificate Authority (CA) that is compliant with RFC5280, e.g., a public\nCA such as DigiCert or Let's Encrypt, or an RFC5280 compliant Operator\nCA.\n\nNote: The VNF provider cannot require the use of self-signed certificates\nin an Operator's run time environment.",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-41994",
+ "id_complete": "R-41994",
+ "id_parent": "R-41994",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Cryptography Requirements",
+ "sections": [
+ "VNF Cryptography Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": ""
+ },
+ "R-42018": {
+ "description": "The VNF or PNF Package **MUST** include documentation which must include\nall events (fault, measurement for VNF or PNF Scaling, Syslogs, State Change\nand Mobile Flow), that need to be collected at each VM, VNFC (defined in `VNF Guidelines <https://onap.readthedocs.io/en/latest/submodules/vnfrqts/guidelines.git/docs/vnf_guidelines.html>`__ ) and for the overall VNF or PNF.",
+ "docname": "Chapter7/VNF-On-boarding-and-package-management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-42018",
+ "id_complete": "R-42018",
+ "id_parent": "R-42018",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Resource Control Loop",
+ "sections": [
+ "Resource Control Loop",
+ "VNF and PNF On-boarding and package management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "el alto",
+ "validation_mode": ""
+ },
+ "R-42207": {
+ "description": "The VNF **MUST** design resiliency into a VNF such that the\nresiliency deployment model (e.g., active-active) can be chosen at\nrun-time.",
+ "docname": "Chapter4/Resiliency",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-42207",
+ "id_complete": "R-42207",
+ "id_parent": "R-42207",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "All Layer Redundancy",
+ "sections": [
+ "All Layer Redundancy",
+ "VNF Resiliency"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-42333": {
+ "description": "The VNF or PNF Provider's Ansible playbooks that target a subset of VMs (or\nservers/blades) part of a VNF (or PNF) instance **MUST** be designed to use\nthe VNF or PNF inventory host file and to use a parameter named\n``target_vm_list`` to provide the subset of VMs in the VNF instance\nspecifically targeted by the playbook.\n\nNOTE: Example of such playbooks would be playbooks used to configure VMs\nadded to a VNF instance as part of a scale-out/up or scale-in/down\noperation. Such playbook is expected to also need to perform\nconfiguration/reconfiguration tasks part of the base VNF instance build.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-42333",
+ "id_complete": "R-42333",
+ "id_parent": "R-42333",
+ "impacts": "",
+ "introduced": "frankfurt",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Ansible Playbook Requirements",
+ "sections": [
+ "Ansible Playbook Requirements",
+ "VNF or PNF Configuration via Ansible Requirements",
+ "Ansible Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF PROVIDER",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "guilin",
+ "validation_mode": ""
+ },
+ "R-42685": {
+ "description": "A VNF's Heat Orchestration template's Environment File's\n**MAY** contain the ``parameter_merge_strategies:`` section.",
+ "docname": "Chapter5/Heat/ONAP Heat Orchestration Template Format",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-42685",
+ "id_complete": "R-42685",
+ "id_parent": "R-42685",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MAY",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Environment File Format",
+ "sections": [
+ "Environment File Format",
+ "ONAP Heat Orchestration Template Format"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-42874": {
+ "description": "The VNF **MUST** allow the Operator to restrict access to protected\nresources based on the assigned permissions associated with an ID in\norder to support Least Privilege (no more privilege than required to\nperform job functions).",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-42874",
+ "id_complete": "R-42874",
+ "id_parent": "R-42874",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Identity and Access Management Requirements",
+ "sections": [
+ "VNF Identity and Access Management Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": ""
+ },
+ "R-43253": {
+ "description": "The VNF or PNF Provider's Ansible playbooks **MUST** be designed to allow\nAnsible Server to infer failure or success based on the \"PLAY_RECAP\"\ncapability.\n\n**Note**: There are cases where playbooks need to interpret results\nof a task and then determine success or failure and return result\naccordingly (failure for failed tasks).",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-43253",
+ "id_complete": "R-43253",
+ "id_parent": "R-43253",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Ansible Playbook Requirements",
+ "sections": [
+ "Ansible Playbook Requirements",
+ "VNF or PNF Configuration via Ansible Requirements",
+ "Ansible Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF PROVIDER",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "guilin",
+ "validation_mode": ""
+ },
+ "R-43332": {
+ "description": "The VNF **MUST** activate security alarms automatically when\nit detects the successful modification of a critical system or\napplication file.",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-43332",
+ "id_complete": "R-43332",
+ "id_parent": "R-43332",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Security Analytics Requirements",
+ "sections": [
+ "VNF Security Analytics Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": ""
+ },
+ "R-43353": {
+ "description": "The VNF or PNF Provider's Ansible playbooks **MUST** return control only\nafter all tasks performed by playbook are fully complete, signaling that the\nplaybook completed all tasks. When starting services, return control\nonly after all services are up. This is critical for workflows where\nthe next steps are dependent on prior tasks being fully completed.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-43353",
+ "id_complete": "R-43353",
+ "id_parent": "R-43353",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Ansible Playbook Requirements",
+ "sections": [
+ "Ansible Playbook Requirements",
+ "VNF or PNF Configuration via Ansible Requirements",
+ "Ansible Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF PROVIDER",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "guilin",
+ "validation_mode": ""
+ },
+ "R-43413": {
+ "description": "A VNF **MUST** utilize a modular Heat Orchestration Template design to\nsupport scaling (growth/de-growth).",
+ "docname": "Chapter5/Heat/ONAP Heat Orchestration Templates Overview",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-43413",
+ "id_complete": "R-43413",
+ "id_parent": "R-43413",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Support of heat stack update",
+ "sections": [
+ "Support of heat stack update",
+ "ONAP Heat Orchestration Templates Overview"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": "none"
+ },
+ "R-43740": {
+ "description": "VNF's Heat Orchestration Template's Resource **MAY** declare the\nattribute ``deletion_policy:``.",
+ "docname": "Chapter5/Heat/ONAP Heat Orchestration Template Format",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-43740",
+ "id_complete": "R-43740",
+ "id_parent": "R-43740",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MAY",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "deletion_policy",
+ "sections": [
+ "deletion_policy",
+ "resources",
+ "Heat Orchestration Template Structure",
+ "ONAP Heat Orchestration Template Format"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": ""
+ },
+ "R-43884": {
+ "description": "The VNF **SHOULD** integrate with the Operator's authentication and\nauthorization services (e.g., IDAM).",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-43884",
+ "id_complete": "R-43884",
+ "id_parent": "R-43884",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "SHOULD",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF API Security Requirements",
+ "sections": [
+ "VNF API Security Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": ""
+ },
+ "R-43958": {
+ "description": "The VNF Documentation Package **MUST** describe\nthe tests that were conducted by the VNF provider and the test results.",
+ "docname": "Chapter7/VNF-On-boarding-and-package-management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-43958",
+ "id_complete": "R-43958",
+ "id_parent": "R-43958",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Testing",
+ "sections": [
+ "Testing",
+ "VNF and PNF On-boarding and package management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF DOCUMENTATION PACKAGE",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-44001": {
+ "description": "A VNF's Heat Orchestration Template parameter declaration **MUST**\ncontain the attribute ``description``.",
+ "docname": "Chapter5/Heat/ONAP Heat Orchestration Template Format",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-44001",
+ "id_complete": "R-44001",
+ "id_parent": "R-44001",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "description",
+ "sections": [
+ "description",
+ "parameters",
+ "Heat Orchestration Template Structure",
+ "ONAP Heat Orchestration Template Format"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": "static"
+ },
+ "R-44013": {
+ "description": "The VNF or PNF **MUST** populate an attribute, defined as node\n['PushJobOutput'] with the desired output on all nodes in the push job\nthat execute chef-client run if the VNF or PNF action requires the output\nof a chef-client run be made available (e.g., get running configuration).",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-44013",
+ "id_complete": "R-44013",
+ "id_parent": "R-44013",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Chef Roles/Requirements",
+ "sections": [
+ "Chef Roles/Requirements",
+ "VNF or PNF Configuration via Chef Requirements",
+ "Chef Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-440220": {
+ "description": "The VNF or PNF **SHOULD** support File transferring protocol, such as FTPES or SFTP,\nwhen supporting the event-driven bulk transfer of monitoring data.",
+ "docname": "Chapter7/Monitoring-And-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-440220",
+ "id_complete": "R-440220",
+ "id_parent": "R-440220",
+ "impacts": "dcae, dmaap",
+ "introduced": "casablanca",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "SHOULD",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Bulk Performance Measurement",
+ "sections": [
+ "Bulk Performance Measurement",
+ "Monitoring & Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-44271": {
+ "description": "The VNF's Heat Orchestration Template's Resource ``OS::Nova::Server``\nproperty\n``name`` parameter value **SHOULD NOT** contain special characters\nsince the Contrail GUI has a limitation displaying special characters.\n\nHowever, if special characters must be used, the only special characters\nsupported are: --- \\\" ! $ ' (\\ \\ ) = ~ ^ | @ ` { } [ ] > , . _",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Nova Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-44271",
+ "id_complete": "R-44271",
+ "id_parent": "R-44271",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "SHOULD NOT",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Contrail Issue with Values for OS::Nova::Server Property Name",
+ "sections": [
+ "Contrail Issue with Values for OS::Nova::Server Property Name",
+ "Property: Name",
+ "Resource: OS::Nova::Server - Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": ""
+ },
+ "R-44281": {
+ "description": "The VNF or PNF **MUST** implement the protocol operation:\n``edit-config(target, default-operation, test-option, error-option,\nconfig)`` - Edit the target configuration data store by merging,\nreplacing, creating, or deleting new config elements.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-44281",
+ "id_complete": "R-44281",
+ "id_parent": "R-44281",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "NETCONF Server Requirements",
+ "sections": [
+ "NETCONF Server Requirements",
+ "VNF or PNF Configuration via NETCONF Requirements",
+ "NETCONF Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-44318": {
+ "description": "A VNF's Heat Orchestration Template's ``OS::Nova::Server`` resource\nproperty ``metadata`` key/value pair ``vnf_name``\nparameter ``vnf_name`` **MUST NOT**\nhave parameter constraints defined.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Nova Metadata Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-44318",
+ "id_complete": "R-44318",
+ "id_parent": "R-44318",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST NOT",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "vnf_name",
+ "sections": [
+ "vnf_name",
+ "Resource: OS::Nova::Server Metadata Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": "static"
+ },
+ "R-444446": {
+ "description": "The VNF or PNF Provider's Ansible playbooks **SHOULD** issue log messages\nin the same format as Ansible's default messages:\n``[<Log Level>]: <message>``\n\nExample:\n\n ``[WARNING]: Ansible version 2.9.3 does not match a known,\n tested version: 2.8.1, 2.8.2``",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-444446",
+ "id_complete": "R-444446",
+ "id_parent": "R-444446",
+ "impacts": "",
+ "introduced": "guilin",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "SHOULD",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Ansible Playbook Requirements",
+ "sections": [
+ "Ansible Playbook Requirements",
+ "VNF or PNF Configuration via Ansible Requirements",
+ "Ansible Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF PROVIDER",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-44569": {
+ "description": "If ONAP licensing management solution is used, then the VNF or PNF provider **MUST NOT** require additional\ninfrastructure such as a VNF or PNF provider license server for VNF or PNF provider\nfunctions and metrics.",
+ "docname": "Chapter7/VNF-On-boarding-and-package-management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-44569",
+ "id_complete": "R-44569",
+ "id_parent": "R-44569",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST NOT",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Licensing Requirements",
+ "sections": [
+ "Licensing Requirements",
+ "VNF and PNF On-boarding and package management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "guilin",
+ "validation_mode": ""
+ },
+ "R-44723": {
+ "description": "The VNF **MUST** use symmetric keys of at least 112 bits in length.",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-44723",
+ "id_complete": "R-44723",
+ "id_parent": "R-44723",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Cryptography Requirements",
+ "sections": [
+ "VNF Cryptography Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": ""
+ },
+ "R-44896": {
+ "description": "The VNF Package **MUST** include VM requirements via a Heat\ntemplate that provides the necessary data for high availability\nredundancy model.",
+ "docname": "Chapter7/VNF-On-boarding-and-package-management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-44896",
+ "id_complete": "R-44896",
+ "id_parent": "R-44896",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Compute, Network, and Storage Requirements",
+ "sections": [
+ "Compute, Network, and Storage Requirements",
+ "VNF and PNF On-boarding and package management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-45188": {
+ "description": "The VNF's Heat Orchestration Template's Resource 'OS::Nova::Server' property\n``flavor`` parameter name **MUST** follow the naming convention\n``{vm-type}_flavor_name``.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Nova Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-45188",
+ "id_complete": "R-45188",
+ "id_parent": "R-45188",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Property: flavor",
+ "sections": [
+ "Property: flavor",
+ "Resource: OS::Nova::Server - Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": "static"
+ },
+ "R-45197": {
+ "description": "The VNF or PNF **MUST** define the \"from=\" clause to provide the list of IP\naddresses of the Ansible Servers in the Cluster, separated by coma, to\nrestrict use of the SSH key pair to elements that are part of the Ansible\nCluster owner of the issued and assigned mechanized user ID.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-45197",
+ "id_complete": "R-45197",
+ "id_parent": "R-45197",
+ "impacts": "",
+ "introduced": "casablanca",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Ansible Client Requirements",
+ "sections": [
+ "Ansible Client Requirements",
+ "VNF or PNF Configuration via Ansible Requirements",
+ "Ansible Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-45602": {
+ "description": "If a VNF's Port is attached to a network (internal or external)\nand the port's IP addresses are cloud assigned by OpenStack's DHCP\nService, the ``OS::Neutron::Port`` Resource's\n\n* property ``fixed_ips`` map property ``ip_address`` **MUST NOT** be used\n* property ``fixed_ips`` map property ``subnet``\n **MAY** be used",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Neutron Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-45602",
+ "id_complete": "R-45602",
+ "id_parent": "R-45602",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST NOT",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Items to Note",
+ "sections": [
+ "Items to Note",
+ "Introduction",
+ "Resource: OS::Neutron::Port - Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": "none"
+ },
+ "R-45719": {
+ "description": "The VNF **MUST**, if not integrated with the Operator's Identity and Access\nManagement system, enforce a configurable \"terminate idle sessions\"\npolicy by terminating the session after a configurable period of inactivity.",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-45719",
+ "id_complete": "R-45719",
+ "id_parent": "R-45719",
+ "impacts": "",
+ "introduced": "casablanca",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Identity and Access Management Requirements",
+ "sections": [
+ "VNF Identity and Access Management Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": ""
+ },
+ "R-45856": {
+ "description": "The VNF or PNF **MUST** support APPC/SDN-C ``UpgradePostCheck`` command.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-45856",
+ "id_complete": "R-45856",
+ "id_parent": "R-45856",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Lifecycle Management Related Commands",
+ "sections": [
+ "Lifecycle Management Related Commands",
+ "Controller Interactions With VNF or PNF",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-460012": {
+ "description": "The VNF or PNF producing VES events **MUST** allow the configuration of\nthe attributes defined in Table 1 and utilize the provided default value\n(where applicable) when the configuration value is not provided by the\nService Provider.",
+ "docname": "Chapter7/Monitoring-And-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-460012",
+ "id_complete": "R-460012",
+ "id_parent": "R-460012",
+ "impacts": "",
+ "introduced": "guilin",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Configuration Requirements",
+ "sections": [
+ "Configuration Requirements",
+ "Virtual Function Event Streaming (VES) Client Requirements",
+ "Monitoring & Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-46096": {
+ "description": "A VNF's Heat Orchestration template's Environment File's\n**MAY** contain the ``encrypted_parameters:`` section.",
+ "docname": "Chapter5/Heat/ONAP Heat Orchestration Template Format",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-46096",
+ "id_complete": "R-46096",
+ "id_parent": "R-46096",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MAY",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Environment File Format",
+ "sections": [
+ "Environment File Format",
+ "ONAP Heat Orchestration Template Format"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-46119": {
+ "description": "A VNF's Heat Orchestration Template's Resource ``OS::Cinder::Volume``\n**MAY** be defined in a Base Module.",
+ "docname": "Chapter5/Heat/ONAP Heat Orchestration Templates Overview",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-46119",
+ "id_complete": "R-46119",
+ "id_parent": "R-46119",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MAY",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "ONAP VNF Modularity Overview",
+ "sections": [
+ "ONAP VNF Modularity Overview",
+ "ONAP Heat Orchestration Templates Overview"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-46128": {
+ "description": "A VNF's Heat Orchestration Template's Resource\n``OS::ContrailV2::InstanceIp`` Resource ID\nthat is configuring an IPv6 Address on a virtual machine interface\n(i.e., OS::ContrailV2::VirtualMachineInterface)\nattached to an ONAP external network (per the ONAP definition,\nsee Requirement R-57424 and R-16968)\n**MUST** use the naming convention\n\n* ``{vm-type}_{vm-type_index}_{network-role}_vmi_{vmi_index}_v6_IP_{index}``\n\nwhere\n\n* ``{vm-type}`` is the vm-type\n* ``{vm-type_index}`` references the instance of the ``{vm-type}`` in\n the VNF. The\n ``{vm-type_index}`` is a numeric value that **MUST** start at zero\n in the VNF and\n **MUST** increment by one each time a new instance of a ``{vm-type}``\n is referenced.\n* ``{network-role}`` is the network-role of the ONAP external network\n that the port is attached to\n* ``{vmi_index}`` references the instance of the virtual machine interface\n on the ``{vm-type}`` attached to ``{network-role}`` network. The\n ``{vmi_index}`` is a numeric value that **MUST** start at zero on an\n instance of a ``{vm-type}`` and **MUST** increment by one each time a\n new virtual machine interface is defined on the instance of the\n ``{vm-type}`` attached to ``{network-role}`` network.\n* ``v6_IP`` signifies that an IPv6 address is being configured\n* ``{index}`` references the instance of the IPv6 address configured\n on the virtual machine interface. The ``{index}`` is a numeric value\n that **MUST** start at zero on an\n instance of a virtual machine interface and **MUST** increment by one\n each time a new IPv6 address is configured on the\n virtual machine interface.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Resource IDs",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-46128",
+ "id_complete": "R-46128",
+ "id_parent": "R-46128",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "OS::ContrailV2::InstanceIp",
+ "sections": [
+ "OS::ContrailV2::InstanceIp",
+ "Contrail Heat Resources Resource ID Naming Convention",
+ "Resource IDs"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": "static"
+ },
+ "R-46461": {
+ "description": "A VNF's port connected to an ONAP internal network **MUST NOT**\nuse the port\nfor the purpose of reaching VMs in another VNF and/or an\nexternal gateway and/or\nexternal router.",
+ "docname": "Chapter5/Heat/ONAP Heat Networking",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-46461",
+ "id_complete": "R-46461",
+ "id_parent": "R-46461",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST NOT",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Internal Networks",
+ "sections": [
+ "Internal Networks",
+ "ONAP Heat Networking"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": "none"
+ },
+ "R-465236": {
+ "description": "The VNF **SHOULD** provide the capability of maintaining the integrity of\nits static files using a cryptographic method.",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-465236",
+ "id_complete": "R-465236",
+ "id_parent": "R-465236",
+ "impacts": "",
+ "introduced": "casablanca",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "SHOULD",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Security Analytics Requirements",
+ "sections": [
+ "VNF Security Analytics Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-46527": {
+ "description": "A VNFD is a deployment template which describes a VNF in terms of\ndeployment and operational behavior requirements. It contains\nvirtualized resources (nodes) requirements as well as connectivity\nand interfaces requirements and **MUST** comply with info elements\nspecified in ETSI GS NFV-IFA 011. The main parts of the VNFD are\nthe following:\n\n - VNF topology: it is modeled in a cloud agnostic way using virtualized\n containers and their connectivity. Virtual Deployment Units (VDU)\n describe the capabilities of the virtualized containers, such as\n virtual CPU, RAM, disks; their connectivity is modeled with VDU\n Connection Point Descriptors (VduCpd), Virtual Link Descriptors\n (VnfVld) and VNF External Connection Point Descriptors\n (VnfExternalCpd);\n\n - VNF deployment aspects: they are described in one or more\n deployment flavours, including configurable parameters, instantiation\n levels, placement constraints (affinity / antiaffinity), minimum and\n maximum VDU instance numbers. Horizontal scaling is modeled with\n scaling aspects and the respective scaling levels in the deployment\n flavours;\n\n**Note**: The deployment aspects (deployment flavour etc.) are postponed\nfor future ONAP releases.\n\n - VNF lifecycle management (LCM) operations: describes the LCM operations\n supported per deployment flavour, and their input parameters;\n Note, thatthe actual LCM implementation resides in a different layer,\n namely referring to additional template artifacts.",
+ "docname": "Chapter5/Tosca/ONAP Tosca VNF Descriptor",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-46527",
+ "id_complete": "R-46527",
+ "id_parent": "R-46527",
+ "impacts": "",
+ "introduced": "casablanca",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "General",
+ "sections": [
+ "General",
+ "TOSCA VNF Descriptor"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-46567": {
+ "description": "The VNF or PNF Package **MUST** include configuration scripts\nfor boot sequence and configuration.",
+ "docname": "Chapter7/VNF-On-boarding-and-package-management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-46567",
+ "id_complete": "R-46567",
+ "id_parent": "R-46567",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Configuration Management via Ansible",
+ "sections": [
+ "Configuration Management via Ansible",
+ "Resource Configuration",
+ "VNF and PNF On-boarding and package management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-46823": {
+ "description": "The VNF or PNF Provider's Ansible playbooks **MUST** store passwords and\nother attributes that must remain secret in JSON, YAML or INI with\ndifferentiated names when passwords and secrets vary from environment to\nenvironment. Example, name must include <Mechanized user ID>_...json or\n<Mechanized user ID>_...xml when labs and production use different passwords\nand/or secrets. The <Mechanized user ID> is discovered from the environment\n``/etc/ansible/ansible.cfg`` where the playbook runs.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-46823",
+ "id_complete": "R-46823",
+ "id_parent": "R-46823",
+ "impacts": "",
+ "introduced": "frankfurt",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Ansible Playbook Requirements",
+ "sections": [
+ "Ansible Playbook Requirements",
+ "VNF or PNF Configuration via Ansible Requirements",
+ "Ansible Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF PROVIDER",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-46839": {
+ "description": "A VNF's Heat Orchestration Template's use of ``{vm-type}``\nin all Resource IDs **MUST** be the same case.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/{vm-type}",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-46839",
+ "id_complete": "R-46839",
+ "id_parent": "R-46839",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "{vm-type}",
+ "sections": [
+ "{vm-type}"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": "static"
+ },
+ "R-46851": {
+ "description": "The VNF **MUST** support ONAP Controller's Evacuate command.",
+ "docname": "Chapter4/Resiliency",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-46851",
+ "id_complete": "R-46851",
+ "id_parent": "R-46851",
+ "impacts": "",
+ "introduced": "casablanca",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Virtual Function - Container Recovery Requirements",
+ "sections": [
+ "Virtual Function - Container Recovery Requirements",
+ "VNF Resiliency"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-46908": {
+ "description": "The VNF **MUST**, if not integrated with the Operator's Identity and\nAccess Management system, comply with \"password complexity\" policy. When\npasswords are used, they shall be complex and shall at least meet the\nfollowing password construction requirements: (1) be a minimum configurable\nnumber of characters in length, (2) include 3 of the 4 following types of\ncharacters: upper-case alphabetic, lower-case alphabetic, numeric, and\nspecial, (3) not be the same as the UserID with which they are associated\nor other common strings as specified by the environment, (4) not contain\nrepeating or sequential characters or numbers, (5) not to use special\ncharacters that may have command functions, and (6) new passwords must\nnot contain sequences of three or more characters from the previous\npassword.",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-46908",
+ "id_complete": "R-46908",
+ "id_parent": "R-46908",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Identity and Access Management Requirements",
+ "sections": [
+ "VNF Identity and Access Management Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": ""
+ },
+ "R-46960": {
+ "description": "NCSPs **MAY** operate a limited set of Guest OS and CPU\narchitectures and families, virtual machines, etc.",
+ "docname": "Chapter4/Devops",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-46960",
+ "id_complete": "R-46960",
+ "id_parent": "R-46960",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MAY",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Devops",
+ "sections": [
+ "VNF Devops"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-46968": {
+ "description": "VNF's Heat Orchestration Template's Resource **MAY** declare the\nattribute ``depends_on:``.",
+ "docname": "Chapter5/Heat/ONAP Heat Orchestration Template Format",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-46968",
+ "id_complete": "R-46968",
+ "id_parent": "R-46968",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MAY",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "depends_on",
+ "sections": [
+ "depends_on",
+ "resources",
+ "Heat Orchestration Template Structure",
+ "ONAP Heat Orchestration Template Format"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-46986": {
+ "description": "The VNF provider **MUST** follow GSMA vendor practices and SEI CERT Coding\nStandards when developing the VNF in order to minimize the risk of\nvulnerabilities. See GSMA NESAS Network Equipment Security Assurance Scheme \u2013\nDevelopment and Lifecycle Security Requirements Version 1.0 (https://www.gsma.com/\nsecurity/wp-content/uploads/2019/11/FS.16-NESAS-Development-and-Lifecycle-Security-\nRequirements-v1.0.pdf) and SEI CERT Coding Standards (https://wiki.sei.cmu.edu/\nconfluence/display/seccode/SEI+CERT+Coding+Standards).",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-46986",
+ "id_complete": "R-46986",
+ "id_parent": "R-46986",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF General Security Requirements",
+ "sections": [
+ "VNF General Security Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": ""
+ },
+ "R-47061": {
+ "description": "A VNF's Heat Orchestration Template's OS::Nova::Server\nResource **SHOULD** contain the metadata map value parameter\n'workload_context'.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Nova Metadata Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-47061",
+ "id_complete": "R-47061",
+ "id_parent": "R-47061",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "SHOULD",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "workload_context",
+ "sections": [
+ "workload_context",
+ "Resource: OS::Nova::Server Metadata Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": ""
+ },
+ "R-47068": {
+ "description": "The VNF or PNF **MAY** expose a single endpoint that is\nresponsible for all functionality.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-47068",
+ "id_complete": "R-47068",
+ "id_parent": "R-47068",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MAY",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Chef Client Requirements",
+ "sections": [
+ "Chef Client Requirements",
+ "VNF or PNF Configuration via Chef Requirements",
+ "Chef Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-470963": {
+ "description": "A VNF or PNF producing VES events **SHOULD** leverage camel case to\nseparate words and acronyms used as keys that will be sent through extensible\nfields. When an acronym is used as the key, then only the first letter shall\nbe capitalized.",
+ "docname": "Chapter7/Monitoring-And-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-470963",
+ "id_complete": "R-470963",
+ "id_parent": "R-470963",
+ "impacts": "dcae",
+ "introduced": "casablanca",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "SHOULD",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Event Formatting and Usage",
+ "sections": [
+ "Event Formatting and Usage",
+ "Virtual Function Event Streaming (VES) Client Requirements",
+ "Monitoring & Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "guilin",
+ "validation_mode": "in_service"
+ },
+ "R-47204": {
+ "description": "The VNF **MUST** be capable of protecting the confidentiality and integrity\nof data at rest and in transit from unauthorized access and modification.",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-47204",
+ "id_complete": "R-47204",
+ "id_parent": "R-47204",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Data Protection Requirements",
+ "sections": [
+ "VNF Data Protection Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": ""
+ },
+ "R-47849": {
+ "description": "If ONAP licensing management solution is used, then the VNF or PNF provider\n**MUST** support the metadata about licenses (and their applicable\nentitlements) as defined in the\n`ONAP License Management Information Model <https://docs.onap.org/projects/onap-modeling-modelspec/en/latest/ONAP%20Model%20Spec/im/License/LicenseModel.html>`__,\nand any license keys required to authorize use of the VNF or PNF software.\nThis metadata will be used to facilitate onboarding the VNF or PNF into the\nONAP environment and automating processes for putting the licenses into use\nand managing the full lifecycle of the licenses.",
+ "docname": "Chapter7/VNF-On-boarding-and-package-management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-47849",
+ "id_complete": "R-47849",
+ "id_parent": "R-47849",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Licensing Requirements",
+ "sections": [
+ "Licensing Requirements",
+ "VNF and PNF On-boarding and package management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "guilin",
+ "validation_mode": ""
+ },
+ "R-47874": {
+ "description": "A VNF **MAY** have\n * Only an IPv4 OAM Management IP Address\n * Only an IPv6 OAM Management IP Address\n * Both a IPv4 and IPv6 OAM Management IP Addresses",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/ONAP Output Parameter Names",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-47874",
+ "id_complete": "R-47874",
+ "id_parent": "R-47874",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MAY",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "OAM Management IP Addresses",
+ "sections": [
+ "OAM Management IP Addresses",
+ "Predefined Output Parameters",
+ "ONAP Output Parameter Names"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": ""
+ },
+ "R-479386": {
+ "description": "The VNF **MUST** provide the capability of setting a configurable message\nto be displayed after successful login. It MAY provide a list of supported\ncharacter sets.",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-479386",
+ "id_complete": "R-479386",
+ "id_parent": "R-479386",
+ "impacts": "",
+ "introduced": "casablanca",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Identity and Access Management Requirements",
+ "sections": [
+ "VNF Identity and Access Management Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": ""
+ },
+ "R-48067": {
+ "description": "A VNF's Heat Orchestration Template's ``{vm-type}`` **MUST NOT** be a\nsubstring\nof ``{network-role}``.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/{vm-type}",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-48067",
+ "id_complete": "R-48067",
+ "id_parent": "R-48067",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST NOT",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "{vm-type}",
+ "sections": [
+ "{vm-type}"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": "static"
+ },
+ "R-48080": {
+ "description": "The VNF **SHOULD** support an automated certificate management protocol\nsuch as CMPv2, Simple Certificate Enrollment Protocol (SCEP) or\nAutomated Certificate Management Environment (ACME).",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-48080",
+ "id_complete": "R-48080",
+ "id_parent": "R-48080",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "SHOULD",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Cryptography Requirements",
+ "sections": [
+ "VNF Cryptography Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": ""
+ },
+ "R-481670": {
+ "description": "The VNF's Heat Orchestration Template's Resource ``OS::Nova::Server``\nproperty ``flavor`` value **MUST** be be obtained via a ``get_param``.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Nova Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-481670",
+ "id_complete": "R-481670",
+ "id_parent": "R-481670",
+ "impacts": "",
+ "introduced": "casablanca",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Property: flavor",
+ "sections": [
+ "Property: flavor",
+ "Resource: OS::Nova::Server - Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": "static"
+ },
+ "R-48247": {
+ "description": "The VNF or PNF **MUST** support APPC ``ConfigRestore`` command.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-48247",
+ "id_complete": "R-48247",
+ "id_parent": "R-48247",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Configuration Commands",
+ "sections": [
+ "Configuration Commands",
+ "Controller Interactions With VNF or PNF",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-48356": {
+ "description": "The VNF **MUST** fully exploit exception handling to the extent\nthat resources (e.g., threads and memory) are released when no longer\nneeded regardless of programming language.",
+ "docname": "Chapter4/Resiliency",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-48356",
+ "id_complete": "R-48356",
+ "id_parent": "R-48356",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Application Resilient Error Handling",
+ "sections": [
+ "Application Resilient Error Handling",
+ "VNF Resiliency"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-48470": {
+ "description": "The VNF **MUST** support Real-time detection and\nnotification of security events.",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-48470",
+ "id_complete": "R-48470",
+ "id_parent": "R-48470",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Security Analytics Requirements",
+ "sections": [
+ "VNF Security Analytics Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-484843": {
+ "description": "The PNFD provided by a PNF vendor\u00a0**MUST**\u00a0comply with the following Data\nTypes as specified in ETSI NFV-SOL001 standard:\n\n - tosca.datatypes.nfv.CpProtocolData\n\n - tosca.datatypes.nfv.AddressData\n\n - tosca.datatypes.nfv.L2AddressData\n\n - tosca.datatypes.nfv.L3AddressData\n\n - tosca.datatypes.nfv.LocationInfo\n\n - tosca.datatypes.nfv.CivicAddressElement",
+ "docname": "Chapter5/Tosca/ONAP Tosca PNF Descriptor",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-484843",
+ "id_complete": "R-484843",
+ "id_parent": "R-484843",
+ "impacts": "",
+ "introduced": "dublin",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Data Types",
+ "sections": [
+ "Data Types",
+ "TOSCA PNF Descriptor"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-48596": {
+ "description": "The VNF or PNF Documentation Package **MUST** describe\nthe characteristics for the VNF or PNF reliability and high availability.",
+ "docname": "Chapter7/VNF-On-boarding-and-package-management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-48596",
+ "id_complete": "R-48596",
+ "id_parent": "R-48596",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Resource Control Loop",
+ "sections": [
+ "Resource Control Loop",
+ "VNF and PNF On-boarding and package management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF DOCUMENTATION PACKAGE",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-48698": {
+ "description": "The VNF or PNF Provider's Ansible playbooks **MUST** utilize information\nfrom key value pairs that will be provided by the Ansible Server as\n``extra-vars`` during invocation to execute the desired VNF or PNF action.\nThe \"extra-vars\" attribute-value pairs are passed to the Ansible Server by\nan APPC/SDN-C as part of the Rest API request. If the playbook requires\nfiles, they must also be supplied using the methodology detailed in the\nAnsible Server API, unless they are bundled with playbooks, example,\ngeneric templates. Any files containing instance specific info\n(attribute-value pairs), not obtainable\nfrom any ONAP inventory databases or other sources, referenced and used as\ninput by playbooks, shall be provisioned (and distributed) in advance of\nuse, e.g., VNF or PNF instantiation. Recommendation is to avoid these\ninstance specific, manually created in advance of instantiation, files.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-48698",
+ "id_complete": "R-48698",
+ "id_parent": "R-48698",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Ansible Playbook Requirements",
+ "sections": [
+ "Ansible Playbook Requirements",
+ "VNF or PNF Configuration via Ansible Requirements",
+ "Ansible Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF PROVIDER",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "guilin",
+ "validation_mode": ""
+ },
+ "R-48761": {
+ "description": "The VNF **MUST** support ONAP Controller's Snapshot command.",
+ "docname": "Chapter4/Resiliency",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-48761",
+ "id_complete": "R-48761",
+ "id_parent": "R-48761",
+ "impacts": "",
+ "introduced": "casablanca",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Virtual Function - Container Recovery Requirements",
+ "sections": [
+ "Virtual Function - Container Recovery Requirements",
+ "VNF Resiliency"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-48880": {
+ "description": "If a VNF's Port is attached to an ONAP external network (per the ONAP\ndefinition, see Requirement R-57424 and R-16968) and the port's\nIP addresses are assigned by ONAP's SDN-Controller,\nthe ``OS::Neutron::Port`` Resource's\n\n* property ``fixed_ips`` map property ``ip_address`` **MUST** be used\n* property ``fixed_ips`` map property ``subnet``\n **MUST NOT** be used",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Neutron Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-48880",
+ "id_complete": "R-48880",
+ "id_parent": "R-48880",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Items to Note",
+ "sections": [
+ "Items to Note",
+ "Introduction",
+ "Resource: OS::Neutron::Port - Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": "none"
+ },
+ "R-48917": {
+ "description": "The VNF **MUST** monitor for and alert on (both sender and\nreceiver) errant, running longer than expected and missing file transfers,\nso as to minimize the impact due to file transfer errors.",
+ "docname": "Chapter4/Resiliency",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-48917",
+ "id_complete": "R-48917",
+ "id_parent": "R-48917",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Monitoring & Dashboard",
+ "sections": [
+ "Monitoring & Dashboard",
+ "VNF Resiliency"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-48987": {
+ "description": "If the VNF's OAM Management IP Address is cloud assigned and\nand the OAM IP Address is required to be inventoried in ONAP A&AI,\nthen the parameter **MUST** be obtained by the\nresource ``OS::Neutron::Port``\nattribute ``ip_address``.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/ONAP Output Parameter Names",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-48987",
+ "id_complete": "R-48987",
+ "id_parent": "R-48987",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "OAM Management IP Addresses",
+ "sections": [
+ "OAM Management IP Addresses",
+ "Predefined Output Parameters",
+ "ONAP Output Parameter Names"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": "none"
+ },
+ "R-49036": {
+ "description": "The VNF or PNF **SHOULD** conform its YANG model to RFC 7277,\n\"A YANG Data Model for IP Management\".",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-49036",
+ "id_complete": "R-49036",
+ "id_parent": "R-49036",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "SHOULD",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "NETCONF Server Requirements",
+ "sections": [
+ "NETCONF Server Requirements",
+ "VNF or PNF Configuration via NETCONF Requirements",
+ "NETCONF Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-49109": {
+ "description": "The VNF or PNF **MUST** support HTTPS using TLS v1.2 or higher\nwith strong cryptographic ciphers.",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-49109",
+ "id_complete": "R-49109",
+ "id_parent": "R-49109",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Cryptography Requirements",
+ "sections": [
+ "VNF Cryptography Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "el alto",
+ "validation_mode": ""
+ },
+ "R-49145": {
+ "description": "The VNF or PNF **MUST** implement ``:confirmed-commit`` If\n``:candidate`` is supported.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-49145",
+ "id_complete": "R-49145",
+ "id_parent": "R-49145",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "NETCONF Server Requirements",
+ "sections": [
+ "NETCONF Server Requirements",
+ "VNF or PNF Configuration via NETCONF Requirements",
+ "NETCONF Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-49224": {
+ "description": "The VNF **MUST** provide unique traceability of a transaction\nthrough its life cycle to ensure quick and efficient troubleshooting.",
+ "docname": "Chapter4/Resiliency",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-49224",
+ "id_complete": "R-49224",
+ "id_parent": "R-49224",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Monitoring & Dashboard",
+ "sections": [
+ "Monitoring & Dashboard",
+ "VNF Resiliency"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-49308": {
+ "description": "The VNF **SHOULD** test for adherence to the defined resiliency\nrating recommendation at each layer, during each delivery cycle with\ndelivered results, so that the resiliency rating is measured and the\ncode is adjusted to meet software resiliency requirements.",
+ "docname": "Chapter4/Resiliency",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-49308",
+ "id_complete": "R-49308",
+ "id_parent": "R-49308",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "SHOULD",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Deployment Optimization",
+ "sections": [
+ "Deployment Optimization",
+ "VNF Resiliency"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-49396": {
+ "description": "The VNF or PNF Provider's Ansible playbooks **MUST** support each APPC/SDN-C\nVNF or PNF action by invocation of **one** playbook [#7.3.4]_. The playbook\nwill be responsible for executing all necessary tasks (as well as calling\nother playbooks) to complete the request.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-49396",
+ "id_complete": "R-49396",
+ "id_parent": "R-49396",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Ansible Playbook Requirements",
+ "sections": [
+ "Ansible Playbook Requirements",
+ "VNF or PNF Configuration via Ansible Requirements",
+ "Ansible Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF PROVIDER",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "guilin",
+ "validation_mode": ""
+ },
+ "R-49466": {
+ "description": "The VNF or PNF **MUST** support APPC/SDN-C ``UpgradeSoftware`` command.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-49466",
+ "id_complete": "R-49466",
+ "id_parent": "R-49466",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Lifecycle Management Related Commands",
+ "sections": [
+ "Lifecycle Management Related Commands",
+ "Controller Interactions With VNF or PNF",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-498679": {
+ "description": "A VNF or PNF producing VES events **MAY** discard buffered events older\nthan a maximum retention period, not less than 1 hour, even if the event\nwas never successfully delivered to the event listener. While discarding\nbased on this retention period is supported for backwards compatibility, it\nis recommended to retain events until the maximum buffer size is reached per\nR-346137 as that will maximize the number of events delivered.",
+ "docname": "Chapter7/Monitoring-And-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-498679",
+ "id_complete": "R-498679",
+ "id_parent": "R-498679",
+ "impacts": "",
+ "introduced": "guilin",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MAY",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Buffering and Redelivery",
+ "sections": [
+ "Buffering and Redelivery",
+ "Virtual Function Event Streaming (VES) Client Requirements",
+ "Monitoring & Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-49911": {
+ "description": "The VNF or PNF Provider **MUST** assign a new point release to the updated\nAnsible playbook set. The functionality of a new playbook set must be\ntested before it is deployed to the production.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-49911",
+ "id_complete": "R-49911",
+ "id_parent": "R-49911",
+ "impacts": "",
+ "introduced": "casablanca",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Ansible Playbook Requirements",
+ "sections": [
+ "Ansible Playbook Requirements",
+ "VNF or PNF Configuration via Ansible Requirements",
+ "Ansible Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF PROVIDER",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "guilin",
+ "validation_mode": ""
+ },
+ "R-50011": {
+ "description": "A VNF's Heat Orchestration Template's ``OS::Heat::ResourceGroup``\nproperty ``count`` **MUST** be enumerated in the VNF's\nHeat Orchestration Template's Environment File and **MUST** be\nassigned a value.",
+ "docname": "Chapter5/Heat/ONAP Heat Template Constructs",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-50011",
+ "id_complete": "R-50011",
+ "id_parent": "R-50011",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "OS::Heat::ResourceGroup Property count",
+ "sections": [
+ "OS::Heat::ResourceGroup Property count",
+ "Use of Heat ResourceGroup",
+ "Nested Heat Templates",
+ "ONAP Heat Heat Template Constructs"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": "static"
+ },
+ "R-50252": {
+ "description": "The VNF or PNF Provider's Ansible playbooks **MUST** write to a response\nfile in JSON format that will be retrieved and made available by the\nAnsible Server if, as part of a VNF or PNF action (e.g., audit), a playbook\nis required to return any VNF or PNF information/response. The text files\nmust be written in the main playbook home directory, in JSON format. The\nJSON file must be created for the VNF or PNF with the name '<VNF or PNF name>_results.txt'. All playbook\noutput results, for all VNF VMS or PNF Server/Blades, to be provided as a\nresponse to the request, must be written to this response file.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-50252",
+ "id_complete": "R-50252",
+ "id_parent": "R-50252",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Ansible Playbook Requirements",
+ "sections": [
+ "Ansible Playbook Requirements",
+ "VNF or PNF Configuration via Ansible Requirements",
+ "Ansible Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF PROVIDER",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "guilin",
+ "validation_mode": ""
+ },
+ "R-50436": {
+ "description": "The VNF's Heat Orchestration Template's Resource ``OS::Nova::Server``\nproperty\n``flavor`` parameter **MUST** be declared as type: ``string``.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Nova Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-50436",
+ "id_complete": "R-50436",
+ "id_parent": "R-50436",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Property: flavor",
+ "sections": [
+ "Property: flavor",
+ "Resource: OS::Nova::Server - Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": "static"
+ },
+ "R-50468": {
+ "description": "A VNF's Heat Orchestration Template's Resource\n``OS::ContrailV2::VirtualMachineInterface`` Resource ID\nthat is attaching to an ONAP internal network (per the ONAP definition, see\nRequirements R-52425 and R-46461 and R-35666)\n**MUST** use the naming convention\n\n* ``{vm-type}_{vm-type_index}_int_{network-role}_vmi_{vmi_index}``\n\nwhere\n\n* ``{vm-type}`` is the vm-type\n* ``{vm-type_index}`` references the instance of the ``{vm-type}`` in\n the VNF. The\n ``{vm-type_index}`` is a numeric value that **MUST** start at zero\n in the VNF and\n **MUST** increment by one each time a new instance of a ``{vm-type}``\n is referenced.\n* ``{network-role}`` is the network-role of the ONAP internal network\n that the port (i.e. virtual machine interface) is attached to\n* ``{vmi_index}`` references the instance of the virtual machine interface\n on the ``{vm-type}`` attached to ``{network-role}`` network. The\n ``{vmi_index}`` is a numeric value that **MUST** start at zero on an\n instance of a ``{vm-type}`` and **MUST** increment by one each time a\n new virtual machine interface is defined on the instance of the\n ``{vm-type}`` attached to ``{network-role}`` network.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Resource IDs",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-50468",
+ "id_complete": "R-50468",
+ "id_parent": "R-50468",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "OS::ContrailV2::VirtualMachineInterface",
+ "sections": [
+ "OS::ContrailV2::VirtualMachineInterface",
+ "Contrail Heat Resources Resource ID Naming Convention",
+ "Resource IDs"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": "static"
+ },
+ "R-506221": {
+ "description": "The VNF or PNF CSAR file **MUST** be a zip file with .csar extension.",
+ "docname": "Chapter5/Tosca/ONAP VNF or PNF CSAR Package",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-506221",
+ "id_complete": "R-506221",
+ "id_parent": "R-506221",
+ "impacts": "",
+ "introduced": "dublin",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF or PNF Package Structure and Format",
+ "sections": [
+ "VNF or PNF Package Structure and Format",
+ "VNF or PNF CSAR Package"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF CSAR PACKAGE",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": ""
+ },
+ "R-50816": {
+ "description": "A VNF's Heat Orchestration Template's ``OS::Nova::Server``\nresource property ``metadata``\nkey/value pair ``vf_module_index``\nvalue **MUST** be obtained via a ``get_param``.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Nova Metadata Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-50816",
+ "id_complete": "R-50816",
+ "id_parent": "R-50816",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "vf_module_index",
+ "sections": [
+ "vf_module_index",
+ "Resource: OS::Nova::Server Metadata Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": "static"
+ },
+ "R-511776": {
+ "description": "When a VNF's Heat Orchestration Template is ready\nto be on-boarded to ONAP,\nall files composing the VNF Heat Orchestration Template\n**MUST** be placed in a flat (i.e., non-hierarchical) directory and\narchived using ZIP. The resulting ZIP file is uploaded into ONAP.",
+ "docname": "Chapter5/Heat/ONAP Heat Orchestration Templates Overview",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-511776",
+ "id_complete": "R-511776",
+ "id_parent": "R-511776",
+ "impacts": "",
+ "introduced": "dublin",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "ONAP VNF On-Boarding",
+ "sections": [
+ "ONAP VNF On-Boarding",
+ "ONAP Heat Orchestration Templates Overview"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": "static"
+ },
+ "R-51347": {
+ "description": "The VNF or PNF CSAR package **MUST** be arranged as a CSAR archive as\nspecified in TOSCA Simple Profile in YAML 1.2.",
+ "docname": "Chapter5/Tosca/ONAP VNF or PNF CSAR Package",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-51347",
+ "id_complete": "R-51347",
+ "id_parent": "R-51347",
+ "impacts": "",
+ "introduced": "casablanca",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF or PNF Package Structure and Format",
+ "sections": [
+ "VNF or PNF Package Structure and Format",
+ "VNF or PNF CSAR Package"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF CSAR PACKAGE",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": ""
+ },
+ "R-51430": {
+ "description": "The VNF's Heat Orchestration Template's Resource ``OS::Nova::Server``\nproperty\n``name`` parameter **MUST** be declared as either type ``string``\nor type ``comma_delimited_list``.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Nova Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-51430",
+ "id_complete": "R-51430",
+ "id_parent": "R-51430",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Property: Name",
+ "sections": [
+ "Property: Name",
+ "Resource: OS::Nova::Server - Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": "static"
+ },
+ "R-51442": {
+ "description": "The VNF or PNF Provider's Ansible playbooks **SHOULD** be designed to\nautomatically 'rollback' to the original state in case of any errors\nfor actions that change state of the VNF or PNF (e.g., configure).\n\n**Note**: In case rollback at the playbook level is not supported or\npossible, the VNF or PNF provider shall provide alternative rollback\nmechanism (e.g., for a small VNF or PNF the rollback mechanism may rely\non workflow to terminate and re-instantiate VNF VMs and then re-run\nplaybook(s)). Backing up updated files is also recommended to support\nrollback when soft rollback is feasible.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-51442",
+ "id_complete": "R-51442",
+ "id_parent": "R-51442",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "SHOULD",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Ansible Playbook Requirements",
+ "sections": [
+ "Ansible Playbook Requirements",
+ "VNF or PNF Configuration via Ansible Requirements",
+ "Ansible Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF PROVIDER",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "guilin",
+ "validation_mode": ""
+ },
+ "R-52060": {
+ "description": "The VNF **MUST** provide the capability to configure encryption\nalgorithms or devices so that they comply with the laws of the jurisdiction\nin which there are plans to use data encryption.",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-52060",
+ "id_complete": "R-52060",
+ "id_parent": "R-52060",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Cryptography Requirements",
+ "sections": [
+ "VNF Cryptography Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": ""
+ },
+ "R-520802": {
+ "description": "If the VNF or PNF is using VES, then the VNF or PNF Provider **MUST** provide\na YAML file formatted in adherence with the\n:ref:`VES Event Registration specification <ves_event_registration_3_2>`\nthat defines the following information for each event produced by the VNF:\n\n* ``eventName``\n* Required fields\n* Optional fields\n* Any special handling to be performed for that event",
+ "docname": "Chapter7/Monitoring-And-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-520802",
+ "id_complete": "R-520802",
+ "id_parent": "R-520802",
+ "impacts": "dcae",
+ "introduced": "casablanca",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Event Definition and Registration",
+ "sections": [
+ "Event Definition and Registration",
+ "Virtual Function Event Streaming (VES) Client Requirements",
+ "Monitoring & Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF PROVIDER",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "guilin",
+ "validation_mode": "static"
+ },
+ "R-52425": {
+ "description": "A VNF's port connected to an ONAP internal network **MUST**\nuse the port for the purpose of reaching VMs in the same VNF.",
+ "docname": "Chapter5/Heat/ONAP Heat Networking",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-52425",
+ "id_complete": "R-52425",
+ "id_parent": "R-52425",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Internal Networks",
+ "sections": [
+ "Internal Networks",
+ "ONAP Heat Networking"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": "none"
+ },
+ "R-52499": {
+ "description": "The VNF **MUST** meet their own resiliency goals and not rely\non the Network Cloud.",
+ "docname": "Chapter4/Resiliency",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-52499",
+ "id_complete": "R-52499",
+ "id_parent": "R-52499",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "All Layer Redundancy",
+ "sections": [
+ "All Layer Redundancy",
+ "VNF Resiliency"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-52753": {
+ "description": "VNF's Heat Orchestration Template's Base Module's output parameter's\nname and type **MUST** match the VNF's Heat Orchestration Template's\nincremental Module's name and type.",
+ "docname": "Chapter5/Heat/ONAP Heat Orchestration Templates Overview",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-52753",
+ "id_complete": "R-52753",
+ "id_parent": "R-52753",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "ONAP Base Module Output Parameters",
+ "sections": [
+ "ONAP Base Module Output Parameters",
+ "Output Parameters",
+ "ONAP Heat Orchestration Templates Overview"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": "none"
+ },
+ "R-52870": {
+ "description": "The VNF **MUST** provide a method of metrics gathering\nand analysis to evaluate the resiliency of the software from both\na granular as well as a holistic standpoint. This includes, but is\nnot limited to thread utilization, errors, timeouts, and retries.",
+ "docname": "Chapter4/Resiliency",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-52870",
+ "id_complete": "R-52870",
+ "id_parent": "R-52870",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Monitoring & Dashboard",
+ "sections": [
+ "Monitoring & Dashboard",
+ "VNF Resiliency"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-528866": {
+ "description": "The VES events produced by the VNF or PNF **MUST** conform to the schema and\nother formatting requirements specified in the relevant VES Event Listener\nspecification.",
+ "docname": "Chapter7/Monitoring-And-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-528866",
+ "id_complete": "R-528866",
+ "id_parent": "R-528866",
+ "impacts": "dcae",
+ "introduced": "casablanca",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Event Formatting and Usage",
+ "sections": [
+ "Event Formatting and Usage",
+ "Virtual Function Event Streaming (VES) Client Requirements",
+ "Monitoring & Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "guilin",
+ "validation_mode": "in_service"
+ },
+ "R-53015": {
+ "description": "The VNF or PNF **MUST** apply locking based on the sequence of\nNETCONF operations, with the first configuration operation locking\nout all others until completed.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-53015",
+ "id_complete": "R-53015",
+ "id_parent": "R-53015",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "NETCONF Server Requirements",
+ "sections": [
+ "NETCONF Server Requirements",
+ "VNF or PNF Configuration via NETCONF Requirements",
+ "NETCONF Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-53245": {
+ "description": "The VNF or PNF Provider's Ansible playbooks **MUST NOT** require\npasswords or secrets to be passed in clear text in the command line or\nRest API request to run the playbook.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-53245",
+ "id_complete": "R-53245",
+ "id_parent": "R-53245",
+ "impacts": "",
+ "introduced": "frankfurt",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST NOT",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Ansible Playbook Requirements",
+ "sections": [
+ "Ansible Playbook Requirements",
+ "VNF or PNF Configuration via Ansible Requirements",
+ "Ansible Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF PROVIDER",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "guilin",
+ "validation_mode": ""
+ },
+ "R-53310": {
+ "description": "A VNF's Heat Orchestration Template's Resource\n``OS::ContrailV2::InstanceIp`` Resource ID\nthat is configuring an IPv4 Address on a virtual machine interface\n(i.e., OS::ContrailV2::VirtualMachineInterface)\nattached to an ONAP external network (per the ONAP definition,\nsee Requirement R-57424 and R-16968)\n**MUST** use the naming convention\n\n* ``{vm-type}_{vm-type_index}_{network-role}_vmi_{vmi_index}_IP_{index}``\n\nwhere\n\n* ``{vm-type}`` is the vm-type\n* ``{vm-type_index}`` references the instance of the ``{vm-type}`` in\n the VNF. The\n ``{vm-type_index}`` is a numeric value that **MUST** start at zero\n in the VNF and\n **MUST** increment by one each time a new instance of a ``{vm-type}``\n is referenced.\n* ``{network-role}`` is the network-role of the ONAP external\n network that the virtual machine interface is attached to\n* ``{vmi_index}`` references the instance of the virtual machine interface\n on the ``{vm-type}`` attached to ``{network-role}`` network. The\n ``{vmi_index}`` is a numeric value that **MUST** start at zero on an\n instance of a ``{vm-type}`` and **MUST** increment by one each time a\n new virtual machine interface is defined on the instance of the\n ``{vm-type}`` attached to ``{network-role}`` network.\n* ``IP`` signifies that an IPv4 address is being configured\n* ``{index}`` references the instance of the IPv4 address configured\n on the virtual machine interface. The ``{index}`` is a numeric value\n that **MUST** start at zero on an\n instance of a virtual machine interface and **MUST** increment by one\n each time a new IPv4 address is configured on the\n virtual machine interface.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Resource IDs",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-53310",
+ "id_complete": "R-53310",
+ "id_parent": "R-53310",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "OS::ContrailV2::InstanceIp",
+ "sections": [
+ "OS::ContrailV2::InstanceIp",
+ "Contrail Heat Resources Resource ID Naming Convention",
+ "Resource IDs"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": "static"
+ },
+ "R-53317": {
+ "description": "The VNF or PNF **MUST** conform its YANG model to RFC 6087,\n\"Guidelines for Authors and Reviewers of YANG Data Model specification\".",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-53317",
+ "id_complete": "R-53317",
+ "id_parent": "R-53317",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "NETCONF Server Requirements",
+ "sections": [
+ "NETCONF Server Requirements",
+ "VNF or PNF Configuration via NETCONF Requirements",
+ "NETCONF Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-53433": {
+ "description": "A VNF's Cinder Volume Module **MUST** have a corresponding environment file",
+ "docname": "Chapter5/Heat/ONAP Heat Orchestration Templates Overview",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-53433",
+ "id_complete": "R-53433",
+ "id_parent": "R-53433",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "ONAP VNF Modularity Overview",
+ "sections": [
+ "ONAP VNF Modularity Overview",
+ "ONAP Heat Orchestration Templates Overview"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": "static"
+ },
+ "R-535009": {
+ "description": "The PNFD provided by a PNF vendor\u00a0**MUST**\u00a0comply with the following Node\nTypes as specified in ETSI NFV-SOL001 standard:\n\n - tosca.nodes.nfv.PNF\n\n - tosca.nodes.nfv.PnfExtCp\n\n - tosca.nodes.nfv.Cp",
+ "docname": "Chapter5/Tosca/ONAP Tosca PNF Descriptor",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-535009",
+ "id_complete": "R-535009",
+ "id_parent": "R-535009",
+ "impacts": "",
+ "introduced": "dublin",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Node Types",
+ "sections": [
+ "Node Types",
+ "TOSCA PNF Descriptor"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-53598": {
+ "description": "The VNF or PNF Documentation Package **MUST**, when relevant,\nprovide a threshold crossing alert point for each KPI and describe the\nsignificance of the threshold crossing.",
+ "docname": "Chapter7/VNF-On-boarding-and-package-management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-53598",
+ "id_complete": "R-53598",
+ "id_parent": "R-53598",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Resource Control Loop",
+ "sections": [
+ "Resource Control Loop",
+ "VNF and PNF On-boarding and package management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF DOCUMENTATION PACKAGE",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-53952": {
+ "description": "A VNF's Heat Orchestration Template's Resource\n**MUST NOT** reference a HTTP-based resource definitions.",
+ "docname": "Chapter5/Heat/ONAP Heat Orchestration Template Format",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-53952",
+ "id_complete": "R-53952",
+ "id_parent": "R-53952",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST NOT",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "type",
+ "sections": [
+ "type",
+ "resources",
+ "Heat Orchestration Template Structure",
+ "ONAP Heat Orchestration Template Format"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": "static"
+ },
+ "R-54171": {
+ "description": "When the VNF's Heat Orchestration Template's Resource ``OS::Nova::Server``\nproperty ``name`` parameter is defined as a ``string``,\nthe parameter name **MUST** follow the naming convention\n\n* ``{vm-type}_name_{index}``\n\nwhere ``{index}`` is a numeric value that **MUST** start at\nzero in a VNF's Heat Orchestration Template and **MUST** increment by one.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Nova Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-54171",
+ "id_complete": "R-54171",
+ "id_parent": "R-54171",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Property: Name",
+ "sections": [
+ "Property: Name",
+ "Resource: OS::Nova::Server - Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": "static"
+ },
+ "R-54190": {
+ "description": "The VNF or PNF **MUST** release locks to prevent permanent lock-outs\nwhen/if a session applying the lock is terminated (e.g., SSH session\nis terminated).",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-54190",
+ "id_complete": "R-54190",
+ "id_parent": "R-54190",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "NETCONF Server Requirements",
+ "sections": [
+ "NETCONF Server Requirements",
+ "VNF or PNF Configuration via NETCONF Requirements",
+ "NETCONF Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-54340": {
+ "description": "A VNF's Heat Orchestration Template's ``OS::Nova::Server`` resource\nproperty\n``metadata`` key/value pair ``vf_module_index`` parameter **MUST**\nbe declared as ``vf_module_index`` and the parameter **MUST** be\ndefined as type: ``number``.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Nova Metadata Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-54340",
+ "id_complete": "R-54340",
+ "id_parent": "R-54340",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "vf_module_index",
+ "sections": [
+ "vf_module_index",
+ "Resource: OS::Nova::Server Metadata Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": "static"
+ },
+ "R-54356": {
+ "description": "The below table includes the data types used by NFV node and is based\non TOSCA/YAML constructs specified in draft GS NFV-SOL 001. The node\ndata definitions/attributes used in VNFD **MUST** comply with the below\ntable.",
+ "docname": "Chapter5/Tosca/ONAP Tosca VNF Descriptor",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-54356",
+ "id_complete": "R-54356",
+ "id_parent": "R-54356",
+ "impacts": "",
+ "introduced": "casablanca",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Data Types",
+ "sections": [
+ "Data Types",
+ "TOSCA VNF Descriptor"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-54373": {
+ "description": "The VNF or PNF Provider **MUST** provide Ansible playbooks that are\ncompatible with the Operator\u2019s deployed versions of Ansible and Python.\nAs the Ansible runtime itself is not deployed as part of ONAP, the ONAP\nproject cannot dictate the specific versions supported.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-54373",
+ "id_complete": "R-54373",
+ "id_parent": "R-54373",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Ansible Client Requirements",
+ "sections": [
+ "Ansible Client Requirements",
+ "VNF or PNF Configuration via Ansible Requirements",
+ "Ansible Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "guilin",
+ "validation_mode": ""
+ },
+ "R-54430": {
+ "description": "The VNF **MUST** use the NCSP's supported library and compute\nflavor that supports DPDK to optimize network efficiency if using DPDK. [#4.1.1]_",
+ "docname": "Chapter4/Design",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-54430",
+ "id_complete": "R-54430",
+ "id_parent": "R-54430",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Design",
+ "sections": [
+ "VNF Design"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-54517": {
+ "description": "When a VNF's Heat Orchestration Template's resource is associated with\na single ``{vm-type}``, the Resource ID **MUST** contain the\n``{vm-type}``.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Resource IDs",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-54517",
+ "id_complete": "R-54517",
+ "id_parent": "R-54517",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Resource IDs",
+ "sections": [
+ "Resource IDs"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": "none"
+ },
+ "R-54520": {
+ "description": "The VNF **MUST** log successful and unsuccessful authentication\nattempts, e.g., authentication associated with a transaction,\nauthentication to create a session, authentication to assume elevated\nprivilege.",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-54520",
+ "id_complete": "R-54520",
+ "id_parent": "R-54520",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Security Analytics Requirements",
+ "sections": [
+ "VNF Security Analytics Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": ""
+ },
+ "R-54816": {
+ "description": "The VNF **MUST** support the storage of security audit logs for a\nconfigurable period of time.",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-54816",
+ "id_complete": "R-54816",
+ "id_parent": "R-54816",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Security Analytics Requirements",
+ "sections": [
+ "VNF Security Analytics Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": ""
+ },
+ "R-54876": {
+ "description": "The below table describes the data types used for LCM configuration\nand is based on TOSCA constructs specified in draft GS NFV-SOL 001.\nThe LCM configuration data elements used in VNFD **MUST** comply\nwith the below table.",
+ "docname": "Chapter5/Tosca/ONAP Tosca VNF Descriptor",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-54876",
+ "id_complete": "R-54876",
+ "id_parent": "R-54876",
+ "impacts": "",
+ "introduced": "casablanca",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Data Types",
+ "sections": [
+ "Data Types",
+ "TOSCA VNF Descriptor"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-54930": {
+ "description": "The VNF **MUST** implement the following input validation controls:\nDo not permit input that contains content or characters inappropriate\nto the input expected by the design. Inappropriate input, such as\nSQL expressions, may cause the system to execute undesirable and\nunauthorized transactions against the database or allow other\ninappropriate access to the internal network (injection attacks).",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-54930",
+ "id_complete": "R-54930",
+ "id_parent": "R-54930",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF API Security Requirements",
+ "sections": [
+ "VNF API Security Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": ""
+ },
+ "R-55218": {
+ "description": "A VNF's Heat Orchestration Template's ``OS::Nova::Server``\nresource property\n``metadata`` key/value pair ``vnf_id`` parameter ``vnf_id`` **MUST NOT**\nhave parameter constraints defined.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Nova Metadata Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-55218",
+ "id_complete": "R-55218",
+ "id_parent": "R-55218",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST NOT",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "vnf_id",
+ "sections": [
+ "vnf_id",
+ "Resource: OS::Nova::Server Metadata Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": "static"
+ },
+ "R-55306": {
+ "description": "A VNF's Heat Orchestration Template's ``OS::Nova::Server`` resource\nproperty ``metadata`` key/value pair ``vf_module_index`` **MUST NOT**\nbe used in a ``OS::Cinder::Volume`` resource and **MUST NOT** be\nused in VNF's Volume template;\nit is not supported.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Nova Metadata Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-55306",
+ "id_complete": "R-55306",
+ "id_parent": "R-55306",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST NOT",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "vf_module_index",
+ "sections": [
+ "vf_module_index",
+ "Resource: OS::Nova::Server Metadata Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": "static"
+ },
+ "R-55307": {
+ "description": "A VNF's Heat Orchestration Template's parameter ``vf_module_index``\n**MUST NOT** be used for indexing an:\n\n- ``OS::Nova::Server`` property ``name`` parameter (when defined as a\n ``comma_delimited_list``).\n- ``OS::Neutron::Port`` property ``fixed_ips`` map property ``ip_address``\n parameter (when defined as a ``comma_delimited_list``) when the port is\n attaching to an ONAP external network (per the ONAP\n definition, see Requirement R-57424 and R-16968)\n- ``OS::ContrailV2::InstanceIp`` property ``instance_ip_address``\n parameter (when defined as a ``comma_delimited_list``) when the port\n (i.e, ``OS::ContrailV2::VirtualMachineInterface``) is\n attaching to an ONAP external network (per the ONAP\n definition, see Requirement R-57424 and R-16968)",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Nova Metadata Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-55307",
+ "id_complete": "R-55307",
+ "id_parent": "R-55307",
+ "impacts": "",
+ "introduced": "frankfurt",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST NOT",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "vf_module_index",
+ "sections": [
+ "vf_module_index",
+ "Resource: OS::Nova::Server Metadata Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": "static"
+ },
+ "R-55345": {
+ "description": "The VNF **SHOULD** use techniques such as \"lazy loading\" when\ninitialization includes loading catalogues and/or lists which can grow\nover time, so that the VNF startup time does not grow at a rate\nproportional to that of the list.",
+ "docname": "Chapter4/Resiliency",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-55345",
+ "id_complete": "R-55345",
+ "id_parent": "R-55345",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "SHOULD",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "System Resource Optimization",
+ "sections": [
+ "System Resource Optimization",
+ "VNF Resiliency"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-55478": {
+ "description": "The VNF **MUST** log logoffs.",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-55478",
+ "id_complete": "R-55478",
+ "id_parent": "R-55478",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Security Analytics Requirements",
+ "sections": [
+ "VNF Security Analytics Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-554966": {
+ "description": "The VNF or PNF **MUST** report performance metrics using\n:ref:`Virtual Function Event Streaming (VES) <ves_monitoring_requirements>`\nor :ref:`bulk_performance_measurement`.",
+ "docname": "Chapter7/Monitoring-And-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-554966",
+ "id_complete": "R-554966",
+ "id_parent": "R-554966",
+ "impacts": "",
+ "introduced": "guilin",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Monitoring and Fault Protocol Selection",
+ "sections": [
+ "Monitoring and Fault Protocol Selection",
+ "Monitoring & Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-55802": {
+ "description": "The VNF Package **MUST** include VM requirements via a Heat\ntemplate that provides the necessary data for scaling/growth VM\nspecifications.\n\nNote: Must comply with the *Heat requirements in 5.b*.",
+ "docname": "Chapter7/VNF-On-boarding-and-package-management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-55802",
+ "id_complete": "R-55802",
+ "id_parent": "R-55802",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Compute, Network, and Storage Requirements",
+ "sections": [
+ "Compute, Network, and Storage Requirements",
+ "VNF and PNF On-boarding and package management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-56183": {
+ "description": "A VNF's Heat Orchestration Template's ``OS::Nova::Server`` resource\nproperty ``metadata``key/value pair ``environment_context``\nparameter ``environment_context`` **MUST NOT**\nhave parameter constraints defined.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Nova Metadata Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-56183",
+ "id_complete": "R-56183",
+ "id_parent": "R-56183",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST NOT",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "environment_context",
+ "sections": [
+ "environment_context",
+ "Resource: OS::Nova::Server Metadata Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": "static"
+ },
+ "R-56218": {
+ "description": "The VNF **MUST** support ONAP Controller's Migrate command that\nmoves container (VM) from a live Physical Server / Compute Node to\nanother live Physical Server / Compute Node.\n\n Note: Container migrations MUST be transparent to the VNF and no more intrusive than a stop,\n followed by some down time for the migration to be performed from one Compute Node / Physical\n Server to another, followed by a start of the same VM with same configuration on the new\n Compute Node / Physical Server.",
+ "docname": "Chapter4/Resiliency",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-56218",
+ "id_complete": "R-56218",
+ "id_parent": "R-56218",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Virtual Function - Container Recovery Requirements",
+ "sections": [
+ "Virtual Function - Container Recovery Requirements",
+ "VNF Resiliency"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-56287": {
+ "description": "If the VNF's OAM Management IP Address is assigned by ONAP SDN-C and\nassigned in the VNF's Heat Orchestration Template's via a heat resource\n``OS::Neutron::Port`` property ``fixed_ips`` map property\n``ip_adress`` parameter (e.g., ``{vm-type}_{network-role}_ip_{index}``,\n``{vm-type}_{network-role}_v6_ip_{index}``)\nand the OAM IP Address is required to be inventoried in ONAP A&AI,\nthen the parameter **MUST** be echoed in an output statement.\n\n.. code-block:: yaml\n\n outputs:\n oam_management_v4_address:\n value: {get_param: {vm-type}_{network-role}_ip_{index} }\n oam_management_v6_address:\n value: {get_param: {vm-type}_{network-role}_v6_ip_{index} }",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/ONAP Output Parameter Names",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-56287",
+ "id_complete": "R-56287",
+ "id_parent": "R-56287",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "OAM Management IP Addresses",
+ "sections": [
+ "OAM Management IP Addresses",
+ "Predefined Output Parameters",
+ "ONAP Output Parameter Names"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": "none"
+ },
+ "R-56385": {
+ "description": "The VNF or PNF **MUST** support APPC ``Audit`` command.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-56385",
+ "id_complete": "R-56385",
+ "id_parent": "R-56385",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Configuration Commands",
+ "sections": [
+ "Configuration Commands",
+ "Controller Interactions With VNF or PNF",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-56438": {
+ "description": "A VNF's Heat Orchestration Template's Nested YAML file extension **MUST**\nbe in the lower case format ``.yaml`` or ``.yml``.",
+ "docname": "Chapter5/Heat/ONAP Heat Orchestration Templates Overview",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-56438",
+ "id_complete": "R-56438",
+ "id_parent": "R-56438",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "ONAP Heat Orchestration Template Filenames",
+ "sections": [
+ "ONAP Heat Orchestration Template Filenames",
+ "ONAP Heat Orchestration Templates Overview"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": "static"
+ },
+ "R-56718": {
+ "description": "The PNF Vendor **MAY** provide software version(s) to be supported by PNF\nfor SDC Design Studio PNF Model. This is set in the PNF Model property\nsoftware_versions.",
+ "docname": "Chapter7/PNF-Plug-and-Play",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-56718",
+ "id_complete": "R-56718",
+ "id_parent": "R-56718",
+ "impacts": "",
+ "introduced": "casablanca",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MAY",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "PNF Plug and Play",
+ "sections": [
+ "PNF Plug and Play",
+ "PNF Plug and Play"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-56721": {
+ "description": "A VNF's Incremental Module **MAY** utilize nested heat.",
+ "docname": "Chapter5/Heat/ONAP Heat Orchestration Templates Overview",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-56721",
+ "id_complete": "R-56721",
+ "id_parent": "R-56721",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MAY",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Nested Heat Orchestration Templates Overview",
+ "sections": [
+ "Nested Heat Orchestration Templates Overview",
+ "ONAP Heat Orchestration Templates Overview"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-56793": {
+ "description": "The VNF **MUST** test for adherence to the defined performance\nbudgets at each layer, during each delivery cycle with delivered\nresults, so that the performance budget is measured and the code\nis adjusted to meet performance budget.",
+ "docname": "Chapter4/Resiliency",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-56793",
+ "id_complete": "R-56793",
+ "id_parent": "R-56793",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Deployment Optimization",
+ "sections": [
+ "Deployment Optimization",
+ "VNF Resiliency"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-56815": {
+ "description": "The VNF or PNF Documentation Package **MUST** describe\nsupported VNF or PNF scaling capabilities and capacity limits (e.g., number\nof users, bandwidth, throughput, concurrent calls).",
+ "docname": "Chapter7/VNF-On-boarding-and-package-management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-56815",
+ "id_complete": "R-56815",
+ "id_parent": "R-56815",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Resource Control Loop",
+ "sections": [
+ "Resource Control Loop",
+ "VNF and PNF On-boarding and package management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF DOCUMENTATION PACKAGE",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-56904": {
+ "description": "The VNF **MUST** interoperate with the ONAP (SDN) Controller so that\nit can dynamically modify the firewall rules, ACL rules, QoS rules, virtual\nrouting and forwarding rules. This does not preclude the VNF providing other\ninterfaces for modifying rules.",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-56904",
+ "id_complete": "R-56904",
+ "id_parent": "R-56904",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF General Security Requirements",
+ "sections": [
+ "VNF General Security Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": ""
+ },
+ "R-56920": {
+ "description": "The VNF **MUST** protect all security audit logs (including\nAPI, OS and application-generated logs), security audit software, data,\nand associated documentation from modification, or unauthorized viewing,\nby standard OS access control mechanisms, by sending to a remote system,\nor by encryption.",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-56920",
+ "id_complete": "R-56920",
+ "id_parent": "R-56920",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Security Analytics Requirements",
+ "sections": [
+ "VNF Security Analytics Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-56988": {
+ "description": "The VNF or PNF Provider's Ansible playbooks **MUST** load any configuration\ndata that requires encryption (passwords, secrets, etc.) in a JSON (.json),\nYAML (.yaml|.yml) or INI (.ini) file, from the\n``<VNF type>/<Version>/ansible/vars`` directory.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-56988",
+ "id_complete": "R-56988",
+ "id_parent": "R-56988",
+ "impacts": "",
+ "introduced": "frankfurt",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Ansible Playbook Requirements",
+ "sections": [
+ "Ansible Playbook Requirements",
+ "VNF or PNF Configuration via Ansible Requirements",
+ "Ansible Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF PROVIDER",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-570134": {
+ "description": "The VES events produced by the VNF or PNF **MUST** be compliant with the\ncommon event formats defined in one of the following specifications:\n\n* :ref:`VES Event Listener 5.4.1<ves_event_listener_5_4_1>`\n* :ref:`VES Event Listener 7.1.1<ves_event_listener_7_1>`\n* :ref:`VES Event Listener 7.2<ves_event_listener_7_2>`\n\nThe latest version (7.2) should be preferred. Earlier versions are\nprovided for backwards compatibility.",
+ "docname": "Chapter7/Monitoring-And-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-570134",
+ "id_complete": "R-570134",
+ "id_parent": "R-570134",
+ "impacts": "dcae",
+ "introduced": "casablanca",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Event Formatting and Usage",
+ "sections": [
+ "Event Formatting and Usage",
+ "Virtual Function Event Streaming (VES) Client Requirements",
+ "Monitoring & Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "guilin",
+ "validation_mode": "in_service"
+ },
+ "R-57019": {
+ "description": "The PNF CSAR PACKAGE Manifest file **MUST** start with the PNF\npackage metadata in the form of a name-value pairs. Each pair shall appear\non a different line. The name is specified as following:\n\n - pnfd_provider\n\n - pnfd_name\n\n - pnfd_release_date_time\n\n - pnfd_archive_version",
+ "docname": "Chapter5/Tosca/ONAP VNF or PNF CSAR Package",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-57019",
+ "id_complete": "R-57019",
+ "id_parent": "R-57019",
+ "impacts": "",
+ "introduced": "dublin",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF or PNF Package Contents",
+ "sections": [
+ "VNF or PNF Package Contents",
+ "VNF or PNF CSAR Package"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "PNF CSAR PACKAGE",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": ""
+ },
+ "R-57282": {
+ "description": "Each VNF's Heat Orchestration Template's ``{vm-type}`` **MUST**\nhave a unique parameter name for the ``OS::Nova::Server`` property\n``image`` even if more than one ``{vm-type}`` shares the same image.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Nova Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-57282",
+ "id_complete": "R-57282",
+ "id_parent": "R-57282",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Property: image",
+ "sections": [
+ "Property: image",
+ "Resource: OS::Nova::Server - Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": "static"
+ },
+ "R-57424": {
+ "description": "A VNF's port connected to an ONAP external network **MAY**\nuse the port for the purpose of\n\n- Connecting a VM in the VNF to VMs in another VNF and/or\n- Connecting a VM in the VNF to an external gateway or external router\n and/or\n- Connecting a VM in the VNF to other VMs in the same VNF",
+ "docname": "Chapter5/Heat/ONAP Heat Networking",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-57424",
+ "id_complete": "R-57424",
+ "id_parent": "R-57424",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MAY",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "External Networks",
+ "sections": [
+ "External Networks",
+ "ONAP Heat Networking"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": "none"
+ },
+ "R-57617": {
+ "description": "The VNF **MUST** include the field \"success/failure\" in the\nSecurity alarms (where applicable and technically feasible).",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-57617",
+ "id_complete": "R-57617",
+ "id_parent": "R-57617",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Security Analytics Requirements",
+ "sections": [
+ "VNF Security Analytics Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-57855": {
+ "description": "The VNF **MUST** support hitless staggered/rolling deployments\nbetween its redundant instances to allow \"soak-time/burn in/slow roll\"\nwhich can enable the support of low traffic loads to validate the\ndeployment prior to supporting full traffic loads.",
+ "docname": "Chapter4/Resiliency",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-57855",
+ "id_complete": "R-57855",
+ "id_parent": "R-57855",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Deployment Optimization",
+ "sections": [
+ "Deployment Optimization",
+ "VNF Resiliency"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-581188": {
+ "description": "The VNF **MUST NOT** identify the reason for a failed authentication,\nonly that the authentication failed.",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-581188",
+ "id_complete": "R-581188",
+ "id_parent": "R-581188",
+ "impacts": "",
+ "introduced": "casablanca",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST NOT",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Identity and Access Management Requirements",
+ "sections": [
+ "VNF Identity and Access Management Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": ""
+ },
+ "R-58301": {
+ "description": "The VNF or PNF Provider's Ansible playbooks **SHOULD NOT** make requests to\nCloud resources e.g. Openstack (nova, neutron, glance, heat, etc.);\ntherefore, there is no use for Cloud specific variables like Openstack\nUUIDs in Ansible Playbook related artifacts.\n\n**Rationale**: Flows that require interactions with Cloud services e.g.\nOpenstack shall rely on workflows run by an Orchestrator\n(Change Management) or other capability (such as a control loop or\nOperations GUI) outside Ansible Server which can be executed by a\nAPPC/SDN-C. There are policies, as part of Control Loop\nmodels, that send remediation action requests to an APPC/SDN-C; these\nare triggered as a response to an event or correlated events published\nto Event Bus.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-58301",
+ "id_complete": "R-58301",
+ "id_parent": "R-58301",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "SHOULD NOT",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Ansible Playbook Requirements",
+ "sections": [
+ "Ansible Playbook Requirements",
+ "VNF or PNF Configuration via Ansible Requirements",
+ "Ansible Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF PROVIDER",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-58358": {
+ "description": "The VNF or PNF **MUST** implement the ``:with-defaults`` capability\n[RFC6243].",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-58358",
+ "id_complete": "R-58358",
+ "id_parent": "R-58358",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "NETCONF Server Requirements",
+ "sections": [
+ "NETCONF Server Requirements",
+ "VNF or PNF Configuration via NETCONF Requirements",
+ "NETCONF Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-58370": {
+ "description": "The VNF **SHOULD** operate with anti-virus software which produces alarms\nevery time a virus is detected.",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-58370",
+ "id_complete": "R-58370",
+ "id_parent": "R-58370",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "SHOULD",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Security Analytics Requirements",
+ "sections": [
+ "VNF Security Analytics Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": ""
+ },
+ "R-58421": {
+ "description": "The VNF **SHOULD** be decomposed into granular re-usable VNFCs.",
+ "docname": "Chapter4/Design",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-58421",
+ "id_complete": "R-58421",
+ "id_parent": "R-58421",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "SHOULD",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Design",
+ "sections": [
+ "VNF Design"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-58424": {
+ "description": "A VNF's Heat Orchestration Template's use of ``{network-role}``\nin all Resource property parameter names **MUST** be the same case.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/{network-role}",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-58424",
+ "id_complete": "R-58424",
+ "id_parent": "R-58424",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "{network-role}",
+ "sections": [
+ "{network-role}"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": "none"
+ },
+ "R-58670": {
+ "description": "The VNF's Heat Orchestration Template's Resource ``OS::Nova::Server``\nproperty\n``image`` parameter name **MUST** follow the naming convention\n``{vm-type}_image_name``.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Nova Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-58670",
+ "id_complete": "R-58670",
+ "id_parent": "R-58670",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Property: image",
+ "sections": [
+ "Property: image",
+ "Resource: OS::Nova::Server - Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": "static"
+ },
+ "R-58775": {
+ "description": "The VNF provider **MUST** provide software components that\ncan be packaged with/near the VNF, if needed, to simulate any functions\nor systems that connect to the VNF system under test. This component is\nnecessary only if the existing testing environment does not have the\nnecessary simulators.",
+ "docname": "Chapter7/VNF-On-boarding-and-package-management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-58775",
+ "id_complete": "R-58775",
+ "id_parent": "R-58775",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Testing",
+ "sections": [
+ "Testing",
+ "VNF and PNF On-boarding and package management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-589037": {
+ "description": "A VNF Heat Orchestration Template's Cinder Volume Module ``resources:``\nsection\n**MUST** only be defined using one of the following:\n\n* one of more ``OS::Cinder::Volume`` resources\n* one or more ``OS::Heat::ResourceGroup`` resources that call a nested YAML\n file that contains only ``OS::Cinder::Volume`` resources\n* a resource that calls a nested YAML file (static nesting) that contains\n only ``OS::Cinder::Volume`` resources",
+ "docname": "Chapter5/Heat/ONAP Heat Orchestration Templates Overview",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-589037",
+ "id_complete": "R-589037",
+ "id_parent": "R-589037",
+ "impacts": "",
+ "introduced": "dublin",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Cinder Volume Modules",
+ "sections": [
+ "Cinder Volume Modules",
+ "ONAP Heat Orchestration Template Filenames",
+ "ONAP Heat Orchestration Templates Overview"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "el alto",
+ "validation_mode": "static"
+ },
+ "R-58964": {
+ "description": "The VNF **MUST** provide the capability to restrict read\nand write access to data handled by the VNF.",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-58964",
+ "id_complete": "R-58964",
+ "id_parent": "R-58964",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Data Protection Requirements",
+ "sections": [
+ "VNF Data Protection Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": ""
+ },
+ "R-59391": {
+ "description": "The VNF **MUST NOT** allow the assumption of the permissions of another\naccount to mask individual accountability. For example, use SUDO when a\nuser requires elevated permissions such as root or admin.",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-59391",
+ "id_complete": "R-59391",
+ "id_parent": "R-59391",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST NOT",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Identity and Access Management Requirements",
+ "sections": [
+ "VNF Identity and Access Management Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": ""
+ },
+ "R-59434": {
+ "description": "A VNF's Heat Orchestration Template's Resource ``OS::Neutron::Subnet``\nResource ID **SHOULD** use the naming convention\n\n* ``int_{network-role}_subnet_{index}``\n\nwhere\n\n* ``{network-role}`` is the network-role of the ONAP internal network\n (per the ONAP definition, see Requirements R-52425 and R-46461 and\n R-35666).\n* ``{index}`` is the ``{index}`` of the subnet of the ONAP internal network.\n The ``{index}`` starts at zero and increments by one\n (as described in R-11690).",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Resource IDs",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-59434",
+ "id_complete": "R-59434",
+ "id_parent": "R-59434",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "SHOULD",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "OS::Neutron::Subnet",
+ "sections": [
+ "OS::Neutron::Subnet",
+ "OpenStack Heat Resources Resource ID Naming Convention",
+ "Resource IDs"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": ""
+ },
+ "R-59482": {
+ "description": "A VNF's Heat Orchestration Template **MUST NOT** be VNF instance\nspecific or cloud site specific.",
+ "docname": "Chapter5/Heat/ONAP Heat Orchestration Templates Overview",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-59482",
+ "id_complete": "R-59482",
+ "id_parent": "R-59482",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST NOT",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Scope of a Heat Orchestration Template",
+ "sections": [
+ "Scope of a Heat Orchestration Template",
+ "ONAP Heat Orchestration Templates Overview"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": "none"
+ },
+ "R-59568": {
+ "description": "The VNF's Heat Orchestration Template's Resource ``OS::Nova::Server``\nproperty\n``availability_zone`` parameter **MUST NOT** be enumerated in the Heat\nOrchestration\nTemplate's Environment File.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Nova Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-59568",
+ "id_complete": "R-59568",
+ "id_parent": "R-59568",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST NOT",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Property: availability_zone",
+ "sections": [
+ "Property: availability_zone",
+ "Resource: OS::Nova::Server - Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": "static"
+ },
+ "R-596064": {
+ "description": "The PNFD provided by a PNF vendor **MUST** comply with the following Policy\nTypes as specified in ETSI NFV-SOL001 standard:\n\n - tosca.policies.nfv.SecurityGroupRule",
+ "docname": "Chapter5/Tosca/ONAP Tosca PNF Descriptor",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-596064",
+ "id_complete": "R-596064",
+ "id_parent": "R-596064",
+ "impacts": "",
+ "introduced": "guilin",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Policy Types",
+ "sections": [
+ "Policy Types",
+ "TOSCA PNF Descriptor"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-59610": {
+ "description": "The VNF or PNF **MUST** implement the data model discovery and\ndownload as defined in [RFC6022].",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-59610",
+ "id_complete": "R-59610",
+ "id_parent": "R-59610",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "NETCONF Server Requirements",
+ "sections": [
+ "NETCONF Server Requirements",
+ "VNF or PNF Configuration via NETCONF Requirements",
+ "NETCONF Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-59930": {
+ "description": "A VNF's Heat Orchestration template's Environment File's\n**MAY** contain the ``parameter_defaults:`` section.",
+ "docname": "Chapter5/Heat/ONAP Heat Orchestration Template Format",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-59930",
+ "id_complete": "R-59930",
+ "id_parent": "R-59930",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MAY",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Environment File Format",
+ "sections": [
+ "Environment File Format",
+ "ONAP Heat Orchestration Template Format"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-599443": {
+ "description": "A parameter enumerated in a\nVNF's Heat Orchestration Template's environment file **MUST** be declared\nin the\ncorresponding VNF's Heat Orchestration Template's YAML file's\n``parameters:`` section.",
+ "docname": "Chapter5/Heat/ONAP Heat Support of Environment Files",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-599443",
+ "id_complete": "R-599443",
+ "id_parent": "R-599443",
+ "impacts": "",
+ "introduced": "dublin",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "ONAP Heat Support of Environment Files",
+ "sections": [
+ "ONAP Heat Support of Environment Files"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": "static"
+ },
+ "R-60011": {
+ "description": "A VNF's Heat Orchestration Template **MUST** have no more than two\nlevels of nesting.",
+ "docname": "Chapter5/Heat/ONAP Heat Template Constructs",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-60011",
+ "id_complete": "R-60011",
+ "id_parent": "R-60011",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Nested Heat Template Requirements",
+ "sections": [
+ "Nested Heat Template Requirements",
+ "Nested Heat Templates",
+ "ONAP Heat Heat Template Constructs"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": "static"
+ },
+ "R-60106": {
+ "description": "The VNF or PNF **MUST** implement the protocol operation:\n``get(filter)`` - Retrieve (a filtered subset of) the running\nconfiguration and device state information. This should include\nthe list of VNF or PNF supported schemas.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-60106",
+ "id_complete": "R-60106",
+ "id_parent": "R-60106",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "NETCONF Server Requirements",
+ "sections": [
+ "NETCONF Server Requirements",
+ "VNF or PNF Configuration via NETCONF Requirements",
+ "NETCONF Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-60656": {
+ "description": "The VNF or PNF **MUST** support sub tree filtering.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-60656",
+ "id_complete": "R-60656",
+ "id_parent": "R-60656",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "NETCONF Server Requirements",
+ "sections": [
+ "NETCONF Server Requirements",
+ "VNF or PNF Configuration via NETCONF Requirements",
+ "NETCONF Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-61001": {
+ "description": "A shared Heat Orchestration Template resource is a resource that **MUST**\nbe defined in the base module and will be referenced by one or\nmore resources in one or more incremental modules.\n\nThe UUID of the shared resource (created in the base module) **MUST** be\nexposed by declaring a parameter in the\n``outputs`` section of the base module.\n\nFor ONAP to provided the UUID value of the shared resource to the\nincremental module, the parameter name defined in the ``outputs``\nsection of the base module **MUST** be defined as a parameter\nin the ``parameters`` section of the incremental module.\n\nONAP will capture the output parameter name and value in the base module\nand provide the value to the corresponding parameter(s) in the\nincremental module(s).",
+ "docname": "Chapter5/Heat/ONAP Heat VNF Modularity",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-61001",
+ "id_complete": "R-61001",
+ "id_parent": "R-61001",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "ONAP Heat VNF Modularity",
+ "sections": [
+ "ONAP Heat VNF Modularity"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": "none"
+ },
+ "R-610010": {
+ "description": "A VNF's Heat Orchestration Template's Base Module **MAY** declare zero, one,\nor more than one ``OS::Nova::Server`` resource. A ``OS::Nova::Server``\n**MAY** be created in the base module or a nested yaml file invoked by the\nbase module.",
+ "docname": "Chapter5/Heat/ONAP Heat VNF Modularity",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-610010",
+ "id_complete": "R-610010",
+ "id_parent": "R-610010",
+ "impacts": "",
+ "introduced": "el alto",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MAY",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "ONAP Heat VNF Modularity",
+ "sections": [
+ "ONAP Heat VNF Modularity"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": "none"
+ },
+ "R-610020": {
+ "description": "If a VNF's Heat Orchestration Template's Base Module contains two or more\n``OS::Nova::Server`` resources (created in the base module itself and/or\nin a nested yaml file invoked by the base module), the ``OS::Nova::Server``\nresources **MAY**\ndefine the same ``{vm-type}`` (as defined in R-01455) or **MAY**\ndefine different ``{vm-type}``.\n\nNote that\n\n- there is no constraint on the number of unique ``{vm-type}`` defined in\n the base module.\n- there is no constraint on the number of ``OS::Nova::Server`` resources\n that define the same ``{vm-type}`` in the base module.\n- if an ``OS::Nova::Server`` is created in a nested yaml file invoked by\n the base module, the nested yaml file **MUST NOT** contain more than one\n ``OS::Nova::Server`` resource (as defined in R-17528).",
+ "docname": "Chapter5/Heat/ONAP Heat VNF Modularity",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-610020",
+ "id_complete": "R-610020",
+ "id_parent": "R-610020",
+ "impacts": "",
+ "introduced": "el alto",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MAY",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "ONAP Heat VNF Modularity",
+ "sections": [
+ "ONAP Heat VNF Modularity"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": "none"
+ },
+ "R-610030": {
+ "description": "A VNF's Heat Orchestration Template's Incremental Module **MUST**\ndeclare\n\n- one or more ``OS::Nova::Server`` resources OR\n- one or more ``OS::Cinder::Volume`` resources.\n\nAn ``OS::Nova::Server``\n**MAY** be created in the incremental module or a nested yaml file invoked\nby the incremental module.\n\nAn ``OS::Cinder::Volume``\n**MAY** be created in the incremental module or a nested yaml file invoked\nby the incremental module.",
+ "docname": "Chapter5/Heat/ONAP Heat VNF Modularity",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-610030",
+ "id_complete": "R-610030",
+ "id_parent": "R-610030",
+ "impacts": "",
+ "introduced": "guilin",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "ONAP Heat VNF Modularity",
+ "sections": [
+ "ONAP Heat VNF Modularity"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": "static"
+ },
+ "R-610040": {
+ "description": "If a VNF's Heat Orchestration Template's Incremental Module contains two or\nmore ``OS::Nova::Server`` resources, the ``OS::Nova::Server`` resources\n**MAY** define the same ``{vm-type}`` (as defined in R-01455) or **MAY**\ndefine different ``{vm-type}``.\n\nNote that\n\n- there is no constraint on the number of unique ``{vm-type}`` defined in\n the incremental module.\n- there is no constraint on the number of ``OS::Nova::Server`` resources\n that define the same ``{vm-type}`` in the incremental module.\n- if an ``OS::Nova::Server`` is created in a nested yaml file invoked by\n the incremental module, the nested yaml file **MUST NOT** contain more\n than one ``OS::Nova::Server`` resource (as defined in R-17528).",
+ "docname": "Chapter5/Heat/ONAP Heat VNF Modularity",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-610040",
+ "id_complete": "R-610040",
+ "id_parent": "R-610040",
+ "impacts": "",
+ "introduced": "el alto",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MAY",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "ONAP Heat VNF Modularity",
+ "sections": [
+ "ONAP Heat VNF Modularity"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": "none"
+ },
+ "R-610050": {
+ "description": "The same ``{vm-type}`` for a VNF's Heat Orchestration Template's\n``OS::Nova::Server`` resource (as defined in R-01455) **MAY** exist in\nthe VNF's Heat Orchestration Template's Base Module (or invoked nested yaml\nfile) and/or one or more of the VNF's Heat Orchestration Template's\nIncremental Modules (or invoked nested yaml file).",
+ "docname": "Chapter5/Heat/ONAP Heat VNF Modularity",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-610050",
+ "id_complete": "R-610050",
+ "id_parent": "R-610050",
+ "impacts": "",
+ "introduced": "el alto",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MAY",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "ONAP Heat VNF Modularity",
+ "sections": [
+ "ONAP Heat VNF Modularity"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": "none"
+ },
+ "R-61354": {
+ "description": "The VNF **MUST** provide a mechanism (e.g., access control list) to\npermit and/or restrict access to services on the VNF by source,\ndestination, protocol, and/or port.",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-61354",
+ "id_complete": "R-61354",
+ "id_parent": "R-61354",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF General Security Requirements",
+ "sections": [
+ "VNF General Security Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": ""
+ },
+ "R-62170": {
+ "description": "The VNF or PNF **MUST** over-ride any default values for\nconfigurable parameters that can be set by ONAP in the roles,\ncookbooks and recipes.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-62170",
+ "id_complete": "R-62170",
+ "id_parent": "R-62170",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Chef Roles/Requirements",
+ "sections": [
+ "Chef Roles/Requirements",
+ "VNF or PNF Configuration via Chef Requirements",
+ "Chef Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-62187": {
+ "description": "A VNF's Heat Orchestration Template's Resource\n``OS::ContrailV2::InstanceIp`` Resource ID\nthat is configuring an IPv4 Address on a virtual machine interface\n(i.e., OS::ContrailV2::VirtualMachineInterface)\nattached to an ONAP internal network (per the ONAP definition, see\nRequirements R-52425 and R-46461 and R-35666)\n**MUST** use the naming convention\n\n* ``{vm-type}_{vm-type_index}_int_{network-role}_vmi_{vmi_index}_IP_{index}``\n\nwhere\n\n* ``{vm-type}`` is the vm-type\n* ``{vm-type_index}`` references the instance of the ``{vm-type}`` in\n the VNF. The\n ``{vm-type_index}`` is a numeric value that **MUST** start at zero\n in the VNF and\n **MUST** increment by one each time a new instance of a ``{vm-type}``\n is referenced.\n* ``{network-role}`` is the network-role of the ONAP internal network\n that the port is attached to\n* ``{vmi_index}`` references the instance of the virtual machine interface\n on the ``{vm-type}`` attached to ``{network-role}`` network. The\n ``{vmi_index}`` is a numeric value that **MUST** start at zero on an\n instance of a ``{vm-type}`` and **MUST** increment by one each time a\n new virtual machine interface is defined on the instance of the\n ``{vm-type}`` attached to ``{network-role}`` network.\n* ``IP`` signifies that an IPv4 address is being configured\n* ``{index}`` references the instance of the IPv4 address configured\n on the virtual machine interface. The ``{index}`` is a numeric value\n that **MUST** start at zero on an\n instance of a virtual machine interface and **MUST** increment by one\n each time a new IPv4 address is configured on the\n virtual machine interface.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Resource IDs",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-62187",
+ "id_complete": "R-62187",
+ "id_parent": "R-62187",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "OS::ContrailV2::InstanceIp",
+ "sections": [
+ "OS::ContrailV2::InstanceIp",
+ "Contrail Heat Resources Resource ID Naming Convention",
+ "Resource IDs"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": "static"
+ },
+ "R-62428": {
+ "description": "A VNF's Heat Orchestration Template's ``OS::Nova::Server`` resource\nproperty ``metadata`` key/value pair ``vnf_name`` parameter **MUST**\nbe declared as ``vnf_name`` and the parameter **MUST** be defined as\ntype: ``string``.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Nova Metadata Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-62428",
+ "id_complete": "R-62428",
+ "id_parent": "R-62428",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "vnf_name",
+ "sections": [
+ "vnf_name",
+ "Resource: OS::Nova::Server Metadata Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": "static"
+ },
+ "R-62468": {
+ "description": "The VNF or PNF **MUST** allow all configuration data to be\nedited through a NETCONF <edit-config> operation. Proprietary\nNETCONF RPCs that make configuration changes are not sufficient.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-62468",
+ "id_complete": "R-62468",
+ "id_parent": "R-62468",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "NETCONF Server Requirements",
+ "sections": [
+ "NETCONF Server Requirements",
+ "VNF or PNF Configuration via NETCONF Requirements",
+ "NETCONF Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-62498": {
+ "description": "The VNF **MUST** support only encrypted access protocols, e.g., TLS,\nSSH, SFTP.",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-62498",
+ "id_complete": "R-62498",
+ "id_parent": "R-62498",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF General Security Requirements",
+ "sections": [
+ "VNF General Security Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": ""
+ },
+ "R-62590": {
+ "description": "The VNF's Heat Orchestration Template's Resource ``OS::Neutron::Port``\nproperty ``fixed_ips``\nmap property ``ip_address``\nparameter associated with an ONAP external network, i.e.,\n\n * ``{vm-type}_{network-role}_ip_{index}``\n * ``{vm-type}_{network-role}_v6_ip_{index}``\n * ``{vm-type}_{network-role}_ips``\n * ``{vm-type}_{network-role}_v6_ips``\n\n\n**MUST NOT** be enumerated in the Heat Orchestration\nTemplate's Environment File. ONAP provides the IP address\nassignments at orchestration time.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Neutron Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-62590",
+ "id_complete": "R-62590",
+ "id_parent": "R-62590",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST NOT",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Property: fixed_ips, Map Property: ip_address",
+ "sections": [
+ "Property: fixed_ips, Map Property: ip_address",
+ "Resource: OS::Neutron::Port - Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": "static"
+ },
+ "R-62802": {
+ "description": "When the VNF's Heat Orchestration Template's\nresource ``OS::Neutron::Port`` is attaching\nto an ONAP external network (per the ONAP definition, see\nRequirement R-57424 and R-16968),\nand an IPv4 address is being cloud assigned by OpenStack's DHCP Service\nand the ONAP external network IPv4 subnet is to be specified\nusing the property ``fixed_ips``\nmap property ``subnet``, the parameter\n**MUST** follow the naming convention\n\n * ``{network-role}_subnet_id``\n\nwhere\n\n * ``{network-role}`` is the network role of the ONAP external network.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Neutron Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-62802",
+ "id_complete": "R-62802",
+ "id_parent": "R-62802",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Property: fixed_ips, Map Property: subnet",
+ "sections": [
+ "Property: fixed_ips, Map Property: subnet",
+ "Resource: OS::Neutron::Port - Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": "static"
+ },
+ "R-629534": {
+ "description": "The VNF **MUST** be capable of automatically synchronizing the system clock\ndaily with the Operator's trusted time source, to assure accurate time\nreporting in log files. It is recommended that Coordinated Universal Time\n(UTC) be used where possible, so as to eliminate ambiguity owing to daylight\nsavings time.",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-629534",
+ "id_complete": "R-629534",
+ "id_parent": "R-629534",
+ "impacts": "",
+ "introduced": "casablanca",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Security Analytics Requirements",
+ "sections": [
+ "VNF Security Analytics Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-62983": {
+ "description": "When the VNF's Heat Orchestration Template's Resource\n``OS::Neutron::Port`` is attaching to an ONAP external network (per the\nONAP definition, see Requirement R-57424 and R-16968), the\n``network`` parameter name **MUST**\n\n * follow the naming convention ``{network-role}_net_id`` if the Neutron\n network UUID value is used to reference the network\n * follow the naming convention ``{network-role}_net_name`` if the\n OpenStack network name is used to reference the network.\n\nwhere ``{network-role}`` is the network-role of the ONAP external network\nand a ``get_param`` **MUST** be used as the intrinsic function.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Neutron Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-62983",
+ "id_complete": "R-62983",
+ "id_parent": "R-62983",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Property: network",
+ "sections": [
+ "Property: network",
+ "Resource: OS::Neutron::Port - Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": "static"
+ },
+ "R-63105": {
+ "description": "The VNF or PNF **MAY** produce telemetry data using the\n:doc:`RESTConf Collector <dcae:sections/services/restconf/index>`, but this\nrequires additional coordination with the operator to appropriately\nmap the data internally to a VES-like structure used within ONAP. If this\noption is needed, then the VNF or PNF Provider must coordinate with with the\nOperator for the data to be successfully collected and processed by DCAE.",
+ "docname": "Chapter7/Monitoring-And-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-63105",
+ "id_complete": "R-63105",
+ "id_parent": "R-63105",
+ "impacts": "dcae",
+ "introduced": "guilin",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MAY",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Monitoring and Fault Protocol Selection",
+ "sections": [
+ "Monitoring and Fault Protocol Selection",
+ "Monitoring & Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-63137": {
+ "description": "VNF's Heat Orchestration Template's Resource **MAY** declare the\nattribute ``update_policy:``.",
+ "docname": "Chapter5/Heat/ONAP Heat Orchestration Template Format",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-63137",
+ "id_complete": "R-63137",
+ "id_parent": "R-63137",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MAY",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "update_policy",
+ "sections": [
+ "update_policy",
+ "resources",
+ "Heat Orchestration Template Structure",
+ "ONAP Heat Orchestration Template Format"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-63330": {
+ "description": "The VNF **MUST** detect when its security audit log storage\nmedium is approaching capacity (configurable) and issue an alarm.",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-63330",
+ "id_complete": "R-63330",
+ "id_parent": "R-63330",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Security Analytics Requirements",
+ "sections": [
+ "VNF Security Analytics Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": ""
+ },
+ "R-63473": {
+ "description": "The VNF **MUST** automatically advertise newly scaled\ncomponents so there is no manual intervention required.",
+ "docname": "Chapter4/Resiliency",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-63473",
+ "id_complete": "R-63473",
+ "id_parent": "R-63473",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "System Resource Optimization",
+ "sections": [
+ "System Resource Optimization",
+ "VNF Resiliency"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-636251": {
+ "description": "A VNF or PNF producing VES events **MUST** size the event buffer\nreferenced in R-658596 such that it can buffer a minimum of 1 hours of\nevents under nominal load.",
+ "docname": "Chapter7/Monitoring-And-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-636251",
+ "id_complete": "R-636251",
+ "id_parent": "R-636251",
+ "impacts": "",
+ "introduced": "guilin",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Buffering and Redelivery",
+ "sections": [
+ "Buffering and Redelivery",
+ "Virtual Function Event Streaming (VES) Client Requirements",
+ "Monitoring & Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-638216": {
+ "description": "(Error Case) - The PNF **MUST** support a configurable timer to stop the\nperiodicity sending of the pnfRegistration VES event. If this timer expires\nduring a Service Configuration exchange between the PNF and ONAP, it\nMAY log a time-out error and notify an operator.\n\nNote: It is expected that each vendor will enforce and define a PNF\nservice configuration timeout period. This is because the PNF cannot\nwait indefinitely as there may also be a technician on-site trying to\ncomplete installation & commissioning. The management of the VES event\nexchange is also a requirement on the PNF to be developed by the PNF\nvendor.",
+ "docname": "Chapter7/PNF-Plug-and-Play",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-638216",
+ "id_complete": "R-638216",
+ "id_parent": "R-638216",
+ "impacts": "",
+ "introduced": "casablanca",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "PNF Plug and Play",
+ "sections": [
+ "PNF Plug and Play",
+ "PNF Plug and Play"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-638682": {
+ "description": "The VNF **MUST** log any security event required by the VNF Requirements to\nSyslog using LOG_AUTHPRIV for any event that would contain sensitive\ninformation and LOG_AUTH for all other relevant events.",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-638682",
+ "id_complete": "R-638682",
+ "id_parent": "R-638682",
+ "impacts": "",
+ "introduced": "casablanca",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF General Security Requirements",
+ "sections": [
+ "VNF General Security Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": "in_service"
+ },
+ "R-63935": {
+ "description": "The VNF or PNF **MUST** release locks to prevent permanent lock-outs\nwhen a user configured timer has expired forcing the NETCONF SSH Session\ntermination (i.e., product must expose a configuration knob for a user\nsetting of a lock expiration timer).",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-63935",
+ "id_complete": "R-63935",
+ "id_parent": "R-63935",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "NETCONF Server Requirements",
+ "sections": [
+ "NETCONF Server Requirements",
+ "VNF or PNF Configuration via NETCONF Requirements",
+ "NETCONF Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-63953": {
+ "description": "The VNF or PNF **MUST** have the echo command return a zero value\notherwise the validation has failed.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-63953",
+ "id_complete": "R-63953",
+ "id_parent": "R-63953",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "NETCONF Server Requirements",
+ "sections": [
+ "NETCONF Server Requirements",
+ "VNF or PNF Configuration via NETCONF Requirements",
+ "NETCONF Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-63956": {
+ "description": "If the VNF's ports connected to a unique ONAP external network\n(per the ONAP definition, see Requirement R-57424 and R-16968)\nand the port's IP addresses are ONAP SDN-C assigned IP addresses,\nthe IPv4 addresses **MAY** be from different subnets and the IPv6\naddresses **MAY** be from different subnets.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Neutron Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-63956",
+ "id_complete": "R-63956",
+ "id_parent": "R-63956",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MAY",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Items to Note",
+ "sections": [
+ "Items to Note",
+ "Introduction",
+ "Resource: OS::Neutron::Port - Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": ""
+ },
+ "R-64064": {
+ "description": "The PNFD provided by a PNF vendor **MUST** comply with the following\nRelationship Types as specified in ETSI NFV-SOL001 standard:\n\n - tosca.relations.nfv.VirtualLinksTo",
+ "docname": "Chapter5/Tosca/ONAP Tosca PNF Descriptor",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-64064",
+ "id_complete": "R-64064",
+ "id_parent": "R-64064",
+ "impacts": "",
+ "introduced": "guilin",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Relationship Types",
+ "sections": [
+ "Relationship Types",
+ "TOSCA PNF Descriptor"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-64445": {
+ "description": "The VNF **MUST** support the ability of a requestor of the\nservice to determine the version (and therefore capabilities) of the\nservice so that Network Cloud Service Provider can understand the\ncapabilities of the service.",
+ "docname": "Chapter4/Resiliency",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-64445",
+ "id_complete": "R-64445",
+ "id_parent": "R-64445",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Deployment Optimization",
+ "sections": [
+ "Deployment Optimization",
+ "VNF Resiliency"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-64713": {
+ "description": "The VNF **SHOULD** support a software promotion methodology\nfrom dev/test -> pre-prod -> production in software, development &\ntesting and operations.",
+ "docname": "Chapter4/Devops",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-64713",
+ "id_complete": "R-64713",
+ "id_parent": "R-64713",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "SHOULD",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Devops",
+ "sections": [
+ "VNF Devops"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-64768": {
+ "description": "The VNF **MUST** limit the size of application data packets\nto no larger than 9000 bytes for SDN network-based tunneling when\nguest data packets are transported between tunnel endpoints that\nsupport guest logical networks.",
+ "docname": "Chapter4/Design",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-64768",
+ "id_complete": "R-64768",
+ "id_parent": "R-64768",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Design",
+ "sections": [
+ "VNF Design"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-65134": {
+ "description": "The VNF **SHOULD** maintain state in a geographically\nredundant datastore that may, in fact, be its own VNFC.",
+ "docname": "Chapter4/Design",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-65134",
+ "id_complete": "R-65134",
+ "id_parent": "R-65134",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "SHOULD",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Design",
+ "sections": [
+ "VNF Design"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-65486": {
+ "description": "The VNFD **MUST** comply with ETSI GS NFV-SOL001 specification endorsing\nthe above mentioned NFV Profile and maintaining the gaps with the\nrequirements specified in ETSI GS NFV-IFA011 standard.",
+ "docname": "Chapter5/Tosca/ONAP Tosca VNF Descriptor",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-65486",
+ "id_complete": "R-65486",
+ "id_parent": "R-65486",
+ "impacts": "",
+ "introduced": "casablanca",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "General",
+ "sections": [
+ "General",
+ "TOSCA VNF Descriptor"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-65515": {
+ "description": "The VNF **MUST** provide a mechanism and tool to start VNF\ncontainers (VMs) without impacting service or service quality assuming\nanother VNF in same or other geographical location is processing service\nrequests.",
+ "docname": "Chapter4/Resiliency",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-65515",
+ "id_complete": "R-65515",
+ "id_parent": "R-65515",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Application Resilient Error Handling",
+ "sections": [
+ "Application Resilient Error Handling",
+ "VNF Resiliency"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-65516": {
+ "description": "A VNF's Heat Orchestration Template's Resource ``OS::Nova::Keypair``\nthat applies to all Virtual Machines in the VNF, the\n``OS::Nova::Keypair`` Resource ID **SHOULD** use the naming\nconvention\n\n* ``{vnf-type}_keypair``\n\nwhere\n\n* ``{vnf-type}`` describes the VNF",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Resource IDs",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-65516",
+ "id_complete": "R-65516",
+ "id_parent": "R-65516",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "SHOULD",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "OS::Nova::Keypair",
+ "sections": [
+ "OS::Nova::Keypair",
+ "OpenStack Heat Resources Resource ID Naming Convention",
+ "Resource IDs"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": ""
+ },
+ "R-655209": {
+ "description": "The VNF or PNF producing VES events **MUST** respect the configured\nVES Timeout Value when delivering VES events, and abort any call where\nthe VES Event Listener does not successfully acknowledge the delivery of\nevent(s) within the Timeout Value. These failed transactions should be\nbuffered and retried in accordance with the\n:ref:`ves_buffering_requirements` Requirements.",
+ "docname": "Chapter7/Monitoring-And-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-655209",
+ "id_complete": "R-655209",
+ "id_parent": "R-655209",
+ "impacts": "",
+ "introduced": "guilin",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Event Delivery Requirements",
+ "sections": [
+ "Event Delivery Requirements",
+ "Virtual Function Event Streaming (VES) Client Requirements",
+ "Monitoring & Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-65618": {
+ "description": "A VNF's Heat Orchestration Template's Resource\n``OS::ContrailV2::ServiceHealthCheck`` Resource ID **MAY** use the naming convention\n\n* ``{vm-type}_RSHC_{LEFT|RIGHT}``\n\nwhere\n\n* ``{vm-type}`` is the vm-type\n* ``RSHC`` signifies that it is the Resource Service Health Check\n* ``LEFT`` is used if the Service Health Check is on the left interface\n* ``RIGHT`` is used if the Service Health Check is on the right interface",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Resource IDs",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-65618",
+ "id_complete": "R-65618",
+ "id_parent": "R-65618",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MAY",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "OS::ContrailV2::ServiceHealthCheck",
+ "sections": [
+ "OS::ContrailV2::ServiceHealthCheck",
+ "Contrail Heat Resources Resource ID Naming Convention",
+ "Resource IDs"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": ""
+ },
+ "R-65641": {
+ "description": "The VNF or PNF **MUST** support APPC/SDN-C ``UpgradeBackOut`` command.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-65641",
+ "id_complete": "R-65641",
+ "id_parent": "R-65641",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Lifecycle Management Related Commands",
+ "sections": [
+ "Lifecycle Management Related Commands",
+ "Controller Interactions With VNF or PNF",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-65755": {
+ "description": "The VNF or PNF **SHOULD** support callback URLs to return information\nto ONAP upon completion of the chef-client run for any chef-client run\nassociated with a VNF or PNF action.\n\n- As part of the push job, ONAP will provide two parameters in the\n environment of the push job JSON object:\n\n - \"RequestId\" a unique Id to be used to identify the request,\n - \"CallbackUrl\", the URL to post response back.\n\n- If the CallbackUrl field is empty or missing in the push job, then\n the chef-client run need not post the results back via callback.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-65755",
+ "id_complete": "R-65755",
+ "id_parent": "R-65755",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "SHOULD",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Chef Roles/Requirements",
+ "sections": [
+ "Chef Roles/Requirements",
+ "VNF or PNF Configuration via Chef Requirements",
+ "Chef Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-658596": {
+ "description": "A VNF or PNF producing VES events **MUST** buffer events that meet the\nfollowing criteria if the VES Event Listener is unreachable or the request\nencounters a timeout.\n\n* Faults with eventSeverity of ``MINOR``, ``MAJOR``, ``NORMAL``, or\n ``CRITICAL``\n* Syslog with syslogSev of ``Emergency``, ``Alert``, ``Critical``,\n ``Error``, or ``Warning``\n* All measurement events",
+ "docname": "Chapter7/Monitoring-And-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-658596",
+ "id_complete": "R-658596",
+ "id_parent": "R-658596",
+ "impacts": "",
+ "introduced": "guilin",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Buffering and Redelivery",
+ "sections": [
+ "Buffering and Redelivery",
+ "Virtual Function Event Streaming (VES) Client Requirements",
+ "Monitoring & Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-66070": {
+ "description": "For HEAT package, the VNF Package **MUST** include VNF Identification Data to\nuniquely identify the resource for a given VNF provider. The identification\ndata must include: an identifier for the VNF, the name of the VNF as was\ngiven by the VNF provider, VNF description, VNF provider, and version.",
+ "docname": "Chapter7/VNF-On-boarding-and-package-management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-66070",
+ "id_complete": "R-66070",
+ "id_parent": "R-66070",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Resource Description",
+ "sections": [
+ "Resource Description",
+ "VNF and PNF On-boarding and package management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF HEAT PACKAGE",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-663631": {
+ "description": "The VNF's Heat Orchestration Template's Resource ``OS::Nova::Server``\nproperty ``name`` value **MUST** be be obtained via a ``get_param``.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Nova Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-663631",
+ "id_complete": "R-663631",
+ "id_parent": "R-663631",
+ "impacts": "",
+ "introduced": "casablanca",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Property: Name",
+ "sections": [
+ "Property: Name",
+ "Resource: OS::Nova::Server - Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": "static"
+ },
+ "R-66793": {
+ "description": "The VNF or PNF **MUST** guarantee the VNF or PNF configuration integrity\nfor all simultaneous configuration operations (e.g., if a change is\nattempted to the BUM filter rate from multiple interfaces on the same\nEVC, then they need to be sequenced in the VNF or PNF without locking either\nconfiguration method out).",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-66793",
+ "id_complete": "R-66793",
+ "id_parent": "R-66793",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "NETCONF Server Requirements",
+ "sections": [
+ "NETCONF Server Requirements",
+ "VNF or PNF Configuration via NETCONF Requirements",
+ "NETCONF Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-67114": {
+ "description": "The VNF or PNF **MUST** be installed with Chef-Client >= 12.0 and Chef\npush jobs client >= 2.0.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-67114",
+ "id_complete": "R-67114",
+ "id_parent": "R-67114",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Chef Client Requirements",
+ "sections": [
+ "Chef Client Requirements",
+ "VNF or PNF Configuration via Chef Requirements",
+ "Chef Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-67124": {
+ "description": "The VNF or PNF Provider's Ansible playbooks **MUST** be designed to run\nusing an inventory hosts file in a supported format; with group names\nmatching VNFC 3-character string adding \"vip\" for groups with virtual IP\naddresses shared by multiple VMs as seen in examples provided in Appendix.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-67124",
+ "id_complete": "R-67124",
+ "id_parent": "R-67124",
+ "impacts": "",
+ "introduced": "casablanca",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Ansible Client Requirements",
+ "sections": [
+ "Ansible Client Requirements",
+ "VNF or PNF Configuration via Ansible Requirements",
+ "Ansible Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF PROVIDER",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "guilin",
+ "validation_mode": ""
+ },
+ "R-67231": {
+ "description": "A VNF's Heat Orchestration template's Environment File's\n**MUST NOT** contain the ``resource_registry:`` section.",
+ "docname": "Chapter5/Heat/ONAP Heat Orchestration Template Format",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-67231",
+ "id_complete": "R-67231",
+ "id_parent": "R-67231",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST NOT",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Environment File Format",
+ "sections": [
+ "Environment File Format",
+ "ONAP Heat Orchestration Template Format"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": "static"
+ },
+ "R-67386": {
+ "description": "A VNF's Heat Orchestration Template's Resource **MAY** declare the\nattribute ``metadata``.",
+ "docname": "Chapter5/Heat/ONAP Heat Orchestration Template Format",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-67386",
+ "id_complete": "R-67386",
+ "id_parent": "R-67386",
+ "impacts": "",
+ "introduced": "casablanca",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MAY",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "metadata",
+ "sections": [
+ "metadata",
+ "resources",
+ "Heat Orchestration Template Structure",
+ "ONAP Heat Orchestration Template Format"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": "static"
+ },
+ "R-67597": {
+ "description": "A VNF's Heat Orchestration Template's ``OS::Nova::Server`` resource\nproperty ``metadata`` key/value pair ``vm_role`` parameter ``vm_role``\n**MUST NOT** have parameter constraints defined.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Nova Metadata Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-67597",
+ "id_complete": "R-67597",
+ "id_parent": "R-67597",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST NOT",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "vm_role",
+ "sections": [
+ "vm_role",
+ "Resource: OS::Nova::Server Metadata Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": "static"
+ },
+ "R-67709": {
+ "description": "The VNF **MUST** be designed, built and packaged to enable\ndeployment across multiple fault zones (e.g., VNFCs deployed in\ndifferent servers, racks, OpenStack regions, geographies) so that\nin the event of a planned/unplanned downtime of a fault zone, the\noverall operation/throughput of the VNF is maintained.",
+ "docname": "Chapter4/Resiliency",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-67709",
+ "id_complete": "R-67709",
+ "id_parent": "R-67709",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "All Layer Redundancy",
+ "sections": [
+ "All Layer Redundancy",
+ "VNF Resiliency"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-67793": {
+ "description": "When a VNF's Heat Orchestration Template's resource is associated\nwith more than one ``{vm-type}`` and/or more than one ONAP internal network\n(per the ONAP definition, see Requirements R-52425 and R-46461 and R-35666)\nand/or\nONAP external network (per the ONAP definition, see Requirement R-57424\nand R-16968), the Resource ID **MUST NOT** contain the\n``{vm-type}`` and/or ``{network-role}``/``int_{network-role}``.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Resource IDs",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-67793",
+ "id_complete": "R-67793",
+ "id_parent": "R-67793",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST NOT",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Resource IDs",
+ "sections": [
+ "Resource IDs"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": "none"
+ },
+ "R-67895": {
+ "description": "The VNFD provided by VNF vendor may use the below described TOSCA\ncapabilities. An on-boarding entity (ONAP SDC) **MUST** support them.\n\n **tosca.capabilities.nfv.VirtualBindable**\n\n A node type that includes the VirtualBindable capability indicates\n that it can be pointed by **tosca.relationships.nfv.VirtualBindsTo**\n relationship type.\n\n **tosca.capabilities.nfv.VirtualLinkable**\n\n A node type that includes the VirtualLinkable capability indicates\n that it can be pointed by **tosca.relationships.nfv.VirtualLinksTo**\n relationship.\n\n **tosca.capabilities.nfv.ExtVirtualLinkable**\n\n A node type that includes the ExtVirtualLinkable capability\n indicates that it can be pointed by\n **tosca.relationships.nfv.VirtualLinksTo** relationship.\n\n **Note**: This capability type is used in Casablanca how it does\n not exist in the last SOL001 draft\n\n **tosca.capabilities.nfv.VirtualCompute** and\n **tosca.capabilities.nfv.VirtualStorage** includes flavours of VDU",
+ "docname": "Chapter5/Tosca/ONAP Tosca VNF Descriptor",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-67895",
+ "id_complete": "R-67895",
+ "id_parent": "R-67895",
+ "impacts": "",
+ "introduced": "casablanca",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Capability Types",
+ "sections": [
+ "Capability Types",
+ "TOSCA VNF Descriptor"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-67918": {
+ "description": "The VNF **MUST** handle replication race conditions both locally\nand geo-located in the event of a data base instance failure to maintain\nservice continuity.",
+ "docname": "Chapter4/Resiliency",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-67918",
+ "id_complete": "R-67918",
+ "id_parent": "R-67918",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Application Resilient Error Handling",
+ "sections": [
+ "Application Resilient Error Handling",
+ "VNF Resiliency"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-68023": {
+ "description": "A VNF's Heat Orchestration Template's ``OS::Nova::Server`` resource\nproperty ``metadata`` key/value pair ``vf_module_name``\nvalue **MUST**\nbe obtained via a ``get_param``.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Nova Metadata Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-68023",
+ "id_complete": "R-68023",
+ "id_parent": "R-68023",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "vf_module_name",
+ "sections": [
+ "vf_module_name",
+ "Resource: OS::Nova::Server Metadata Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": "static"
+ },
+ "R-68122": {
+ "description": "A VNF's incremental module **MAY** be deployed more than once,\neither during initial VNF deployment and/or scale out.",
+ "docname": "Chapter5/Heat/ONAP Heat Orchestration Templates Overview",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-68122",
+ "id_complete": "R-68122",
+ "id_parent": "R-68122",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MAY",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "ONAP VNF Modularity Overview",
+ "sections": [
+ "ONAP VNF Modularity Overview",
+ "ONAP Heat Orchestration Templates Overview"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-68165": {
+ "description": "The VNF or PNF **MUST** encrypt any content containing Sensitive Personal\nInformation (SPI) or certain proprietary data, in addition to applying the\nregular procedures for securing access and delivery.",
+ "docname": "Chapter7/Monitoring-And-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-68165",
+ "id_complete": "R-68165",
+ "id_parent": "R-68165",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Security",
+ "sections": [
+ "Security",
+ "Virtual Function Event Streaming (VES) Client Requirements",
+ "Monitoring & Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-681859": {
+ "description": "A VNF's Heat Orchestration Template's ``OS::Neutron::Port`` resource's\n\n* Resource ID (defined in R-20453)\n* property ``network`` parameter name (defined in R-62983 and\n R-86182)\n* property ``fixed_ips``, map property ``ip_address`` parameter name\n (defined in R-40971, R-04697, R-71577, R-23503, R-78380, R-85235,\n R-27818, and R-29765)\n* property ``fixed_ips``, map property ``subnet`` parameter name\n (defined in R-62802, R-15287, R-84123, R-76160)\n* property ``allowed_address_pairs`` parameter name (defined in\n R-41492 and R-83418)\n\n**MUST** contain the identical ``{network-role}``.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Neutron Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-681859",
+ "id_complete": "R-681859",
+ "id_parent": "R-681859",
+ "impacts": "",
+ "introduced": "dublin",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Items to Note",
+ "sections": [
+ "Items to Note",
+ "Introduction",
+ "Resource: OS::Neutron::Port - Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": "static"
+ },
+ "R-68198": {
+ "description": "A VNF's Heat Orchestration template's Environment File's\n``parameters:`` section **MAY** (or **MAY NOT**) enumerate parameters.",
+ "docname": "Chapter5/Heat/ONAP Heat Orchestration Template Format",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-68198",
+ "id_complete": "R-68198",
+ "id_parent": "R-68198",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MAY",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Environment File Format",
+ "sections": [
+ "Environment File Format",
+ "ONAP Heat Orchestration Template Format"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": ""
+ },
+ "R-68200": {
+ "description": "The VNF or PNF **MUST** support the ``:url`` value to specify\nprotocol operation source and target parameters. The capability URI\nfor this feature will indicate which schemes (e.g., file, https, sftp)\nthat the server supports within a particular URL value. The 'file'\nscheme allows for editable local configuration databases. The other\nschemes allow for remote storage of configuration databases.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-68200",
+ "id_complete": "R-68200",
+ "id_parent": "R-68200",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "NETCONF Server Requirements",
+ "sections": [
+ "NETCONF Server Requirements",
+ "VNF or PNF Configuration via NETCONF Requirements",
+ "NETCONF Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-68520": {
+ "description": "A VNF's Heat Orchestration Template's Resource ``OS::Neutron::Port``\nthat is creating a *Reserve Port* with an IPv6 address, the\n``OS::Neutron::Port`` Resource ID\n**SHOULD** use the naming convention\n\n* ``reserve_port_{vm-type}_{network-role}_floating_v6_ip_{index}``\n\nwhere\n\n* ``{vm-type}`` is the vm-type\n* ``{network-role}`` is the network-role of the ONAP external network\n that the port is attached to\n* ``{index}`` is the instance of the IPv6 *Reserve Port*\n for the vm-type attached to the network of ``{network-role}``.\n The ``{index}`` starts at zero and increments by one\n (as described in R-11690).",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Resource IDs",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-68520",
+ "id_complete": "R-68520",
+ "id_parent": "R-68520",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "SHOULD",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "OS::Neutron::Port",
+ "sections": [
+ "OS::Neutron::Port",
+ "OpenStack Heat Resources Resource ID Naming Convention",
+ "Resource IDs"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": "none"
+ },
+ "R-686466": {
+ "description": "The PNF **MUST** support sending a pnfRegistration VES event.",
+ "docname": "Chapter7/PNF-Plug-and-Play",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-686466",
+ "id_complete": "R-686466",
+ "id_parent": "R-686466",
+ "impacts": "",
+ "introduced": "casablanca",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "PNF Plug and Play",
+ "sections": [
+ "PNF Plug and Play",
+ "PNF Plug and Play"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-68990": {
+ "description": "The VNF or PNF **MUST** support the ``:startup`` capability. It\nwill allow the running configuration to be copied to this special\ndatabase. It can also be locked and unlocked.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-68990",
+ "id_complete": "R-68990",
+ "id_parent": "R-68990",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "NETCONF Server Requirements",
+ "sections": [
+ "NETCONF Server Requirements",
+ "VNF or PNF Configuration via NETCONF Requirements",
+ "NETCONF Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-69014": {
+ "description": "When a VNF's port connects to an ONAP internal network or ONAP\nexternal network,\na network role, referred to\nas the ``{network-role}`` **MUST** be assigned to the network for\nuse in the VNF's Heat Orchestration Template. The ``{network-role}``\nis used in the VNF's Heat Orchestration Template's resource IDs\nand resource property parameter names.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/{network-role}",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-69014",
+ "id_complete": "R-69014",
+ "id_parent": "R-69014",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "{network-role}",
+ "sections": [
+ "{network-role}"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": "none"
+ },
+ "R-69111": {
+ "description": "The VNF or PNF **MUST** report application logs using either\n:ref:`Virtual Function Event Streaming (VES) <ves_monitoring_requirements>`\nor Syslog in compliance with\n`RFC 5424 <https://tools.ietf.org/html/rfc5424>`__ .",
+ "docname": "Chapter7/Monitoring-And-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-69111",
+ "id_complete": "R-69111",
+ "id_parent": "R-69111",
+ "impacts": "",
+ "introduced": "guilin",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Monitoring and Fault Protocol Selection",
+ "sections": [
+ "Monitoring and Fault Protocol Selection",
+ "Monitoring & Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-69431": {
+ "description": "The VNF's Heat Orchestration Template's Resource ``OS::Nova::Server``\nproperty\n``flavor`` parameter **MUST** be enumerated in the Heat Orchestration\nTemplate's Environment File and a value **MUST** be assigned.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Nova Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-69431",
+ "id_complete": "R-69431",
+ "id_parent": "R-69431",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Property: flavor",
+ "sections": [
+ "Property: flavor",
+ "Resource: OS::Nova::Server - Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": "static"
+ },
+ "R-69565": {
+ "description": "The VNF or PNF Documentation Package **MUST** describe the VNF or PNF\nManagement APIs, which must include information and tools for ONAP to\ndeploy and configure (initially and ongoing) the VNF or PNF application(s)\n(e.g., NETCONF APIs) which includes a description of configurable\nparameters for the VNF or PNF and whether the parameters can be configured\nafter VNF or PNF instantiation.",
+ "docname": "Chapter7/VNF-On-boarding-and-package-management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-69565",
+ "id_complete": "R-69565",
+ "id_parent": "R-69565",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Resource Description",
+ "sections": [
+ "Resource Description",
+ "VNF and PNF On-boarding and package management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF DOCUMENTATION PACKAGE",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-69588": {
+ "description": "When a VNF's Heat Orchestration Template's Virtual Machine\n(i.e., ``OS::Nova::Server`` Resource) boots from Cinder Volume, the\n``OS::Nova::Server`` resource property\n``block_device_mapping`` or ``block_device_mapping_v2``\n**MUST** be used.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Nova Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-69588",
+ "id_complete": "R-69588",
+ "id_parent": "R-69588",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Boot Options",
+ "sections": [
+ "Boot Options",
+ "Resource: OS::Nova::Server - Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": "none"
+ },
+ "R-69610": {
+ "description": "The VNF **MUST** provide the capability of using X.509 certificates\nissued by an external Certificate Authority.",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-69610",
+ "id_complete": "R-69610",
+ "id_parent": "R-69610",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Data Protection Requirements",
+ "sections": [
+ "VNF Data Protection Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": ""
+ },
+ "R-69634": {
+ "description": "The VNF's Heat Orchestration Template's Resource\n``OS::Neutron::Port`` property ``fixed_ips``\nmap property ``subnet`` parameter\n``int_{network-role}_subnet_id``\n**MUST NOT** be enumerated in the\nVNF's Heat Orchestration Template's Environment File.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Neutron Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-69634",
+ "id_complete": "R-69634",
+ "id_parent": "R-69634",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST NOT",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Property: fixed_ips, Map Property: subnet",
+ "sections": [
+ "Property: fixed_ips, Map Property: subnet",
+ "Resource: OS::Neutron::Port - Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": "static"
+ },
+ "R-69649": {
+ "description": "The VNF Provider **MUST** have patches available for vulnerabilities\nin the VNF as soon as possible. Patching shall be controlled via change\ncontrol process with vulnerabilities disclosed along with\nmitigation recommendations.",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-69649",
+ "id_complete": "R-69649",
+ "id_parent": "R-69649",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF General Security Requirements",
+ "sections": [
+ "VNF General Security Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": ""
+ },
+ "R-69663": {
+ "description": "A VNF **MAY** be composed from one or more Heat Orchestration\nTemplates, each of which represents a subset of the overall VNF.",
+ "docname": "Chapter5/Heat/ONAP Heat Orchestration Templates Overview",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-69663",
+ "id_complete": "R-69663",
+ "id_parent": "R-69663",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MAY",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "ONAP VNF Modularity Overview",
+ "sections": [
+ "ONAP VNF Modularity Overview",
+ "ONAP Heat Orchestration Templates Overview"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-697654": {
+ "description": "The VNF or PNF **MAY** leverage ONAP's High Volume VNF Event Streaming\n(HV-VES) when there is a need to deliver large volumes of real-time\nperformance management metrics. See\n:doc:`HV-VES collector <dcae:sections/services/ves-hv/index>`\nservice details for more information.",
+ "docname": "Chapter7/Monitoring-And-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-697654",
+ "id_complete": "R-697654",
+ "id_parent": "R-697654",
+ "impacts": "DCAE",
+ "introduced": "casablanca",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MAY",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Monitoring and Fault Protocol Selection",
+ "sections": [
+ "Monitoring and Fault Protocol Selection",
+ "Monitoring & Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "guilin",
+ "validation_mode": "in_service"
+ },
+ "R-69877": {
+ "description": "The VNF or PNF Package **MUST** include documentation for each KPI,\nidentify the suggested actions that need to be performed when a\nthreshold crossing alert event is recorded.",
+ "docname": "Chapter7/VNF-On-boarding-and-package-management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-69877",
+ "id_complete": "R-69877",
+ "id_parent": "R-69877",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Resource Control Loop",
+ "sections": [
+ "Resource Control Loop",
+ "VNF and PNF On-boarding and package management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-70013": {
+ "description": "The VNF **MUST NOT** require any manual steps to get it ready for\nservice after a container rebuild.",
+ "docname": "Chapter4/Resiliency",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-70013",
+ "id_complete": "R-70013",
+ "id_parent": "R-70013",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST NOT",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Application Resilient Error Handling",
+ "sections": [
+ "Application Resilient Error Handling",
+ "VNF Resiliency"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-70276": {
+ "description": "A VNF HEAT's Orchestration Nested Template's YAML file name **MUST NOT**\nbe in the format ``{vm-type}.y[a]ml`` where ``{vm-type}`` is defined\nin the Heat Orchestration Template.",
+ "docname": "Chapter5/Heat/ONAP Heat Orchestration Templates Overview",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-70276",
+ "id_complete": "R-70276",
+ "id_parent": "R-70276",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST NOT",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Nested Heat file",
+ "sections": [
+ "Nested Heat file",
+ "ONAP Heat Orchestration Template Filenames",
+ "ONAP Heat Orchestration Templates Overview"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": "static"
+ },
+ "R-703767": {
+ "description": "The VNF **MUST** have the capability to securely transmit the security logs\nand security events to a remote system before they are purged from the\nsystem.",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-703767",
+ "id_complete": "R-703767",
+ "id_parent": "R-703767",
+ "impacts": "",
+ "introduced": "casablanca",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Security Analytics Requirements",
+ "sections": [
+ "VNF Security Analytics Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-70492": {
+ "description": "The VNF or PNF **MUST** support DNS resolution of the VES Listener Endpoint\nif a Fully Qualified Domain Name (FQDN) is provided.",
+ "docname": "Chapter7/Monitoring-And-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-70492",
+ "id_complete": "R-70492",
+ "id_parent": "R-70492",
+ "impacts": "",
+ "introduced": "guilin",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VES Listener Endpoint and DNS Resolution",
+ "sections": [
+ "VES Listener Endpoint and DNS Resolution",
+ "Configuration Requirements",
+ "Virtual Function Event Streaming (VES) Client Requirements",
+ "Monitoring & Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-70496": {
+ "description": "The VNF or PNF **MUST** implement the protocol operation:\n``commit(confirmed, confirm-timeout)`` - Commit candidate\nconfiguration data store to the running configuration.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-70496",
+ "id_complete": "R-70496",
+ "id_parent": "R-70496",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "NETCONF Server Requirements",
+ "sections": [
+ "NETCONF Server Requirements",
+ "VNF or PNF Configuration via NETCONF Requirements",
+ "NETCONF Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-707977": {
+ "description": "When the PNF receives a Service configuration from ONAP, the PNF **MUST**\ncease sending the pnfRegistration VES Event.",
+ "docname": "Chapter7/PNF-Plug-and-Play",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-707977",
+ "id_complete": "R-707977",
+ "id_parent": "R-707977",
+ "impacts": "",
+ "introduced": "casablanca",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "PNF Plug and Play",
+ "sections": [
+ "PNF Plug and Play",
+ "PNF Plug and Play"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-708564": {
+ "description": "If a VNF's Heat Orchestration Template's resource invokes a nested\nYAML file, either statically or dynamically\n(via ``OS::Heat::ResourceGroup``),\nthe names of the parameters associated with the following resource\nproperties **MUST NOT** change.\n\n* ``OS::Nova::Server`` property ``flavor``\n* ``OS::Nova::Server`` property ``image``\n* ``OS::Nova::Server`` property ``name``\n* ``OS::Nova::Server`` property metadata key value ``vnf_id``\n* ``OS::Nova::Server`` property metadata key value ``vf_module_id``\n* ``OS::Nova::Server`` property metadata key value ``vnf_name``\n* ``OS::Nova::Server`` property metadata key value ``vf_module_name``\n* ``OS::Nova::Server`` property metadata key value ``vm_role``\n* ``OS::Nova::Server`` property metadata key value ``vf_module_index``\n* ``OS::Nova::Server`` property metadata key value ``workload_context``\n* ``OS::Nova::Server`` property metadata key value ``environment_context``\n* ``OS::Neutron::Port`` property ``fixed_ips``, map property ``ip_address``\n* ``OS::Neutron::Port`` property ``fixed_ips``, map property ``subnet``\n* ``OS::Neutron::Port`` property ``allowed_address_pairs``, map property\n ``ip_address``\n* ``OS::Neutron::Port`` property ``network``\n* ``OS::ContrailV2::VirtualMachineInterface`` property\n ``virtual_network_refs``\n* ``OS::ContrailV2::VirtualMachineInterface`` property\n ``virtual_machine_interface_allowed_address_pairs``, map property\n ``virtual_machine_interface_allowed_address_pairs_allowed_address_pair``,\n ``virtual_machine_interface_allowed_address_pairs_allowed_address_pair_ip``\n ,\n ``virtual_machine_interface_allowed_address_pairs_allowed_address_pair_ip_ip_prefix``\n* ``OS::ContrailV2::InstanceIP`` property ``instance_ip_address``\n* ``OS::ContrailV2::InstanceIP`` property ``subnet_uuid``",
+ "docname": "Chapter5/Heat/ONAP Heat Template Constructs",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-708564",
+ "id_complete": "R-708564",
+ "id_parent": "R-708564",
+ "impacts": "",
+ "introduced": "dublin",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST NOT",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Nested Heat Template Requirements",
+ "sections": [
+ "Nested Heat Template Requirements",
+ "Nested Heat Templates",
+ "ONAP Heat Heat Template Constructs"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": "static"
+ },
+ "R-70933": {
+ "description": "The VNF **MUST** provide the ability to migrate to newer\nversions of cryptographic algorithms and protocols with minimal impact.",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-70933",
+ "id_complete": "R-70933",
+ "id_parent": "R-70933",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Data Protection Requirements",
+ "sections": [
+ "VNF Data Protection Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": ""
+ },
+ "R-70964": {
+ "description": "If a VNF's Port is attached to an ONAP internal network\n(per the ONAP definition, see Requirements R-52425 and R-46461 and R-35666)\nand the port's\nIP addresses are statically assigned by the VNF's Heat Orchestration\nTemplate (i.e., enumerated in the Heat Orchestration Template's\nenvironment file), the ``OS::Neutron::Port`` Resource's\n\n* property ``fixed_ips`` map property ``ip_address`` **MUST** be used\n* property ``fixed_ips`` map property ``subnet``\n **MUST NOT** be used",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Neutron Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-70964",
+ "id_complete": "R-70964",
+ "id_parent": "R-70964",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST NOT",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Items to Note",
+ "sections": [
+ "Items to Note",
+ "Introduction",
+ "Resource: OS::Neutron::Port - Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": "none"
+ },
+ "R-71152": {
+ "description": "The VNF's Heat Orchestration Template's Resource ``OS::Nova::Server``\nproperty\n``image`` parameter **MUST** be declared as type: ``string``.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Nova Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-71152",
+ "id_complete": "R-71152",
+ "id_parent": "R-71152",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Property: image",
+ "sections": [
+ "Property: image",
+ "Resource: OS::Nova::Server - Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": "static"
+ },
+ "R-71493": {
+ "description": "A VNF's Heat Orchestration Template's ``OS::Nova::Server`` resource\nproperty ``metadata`` **MUST**\ncontain the key/value pair ``vf_module_id``\nand the value MUST be obtained via a ``get_param``.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Nova Metadata Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-71493",
+ "id_complete": "R-71493",
+ "id_parent": "R-71493",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "vf_module_id",
+ "sections": [
+ "vf_module_id",
+ "Resource: OS::Nova::Server Metadata Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": "static"
+ },
+ "R-71577": {
+ "description": "When the VNF's Heat Orchestration Template's Resource\n``OS::Neutron::Port`` is attaching to an ONAP external network (per the\nONAP definition, see Requirement R-57424 and R-16968),\nand an IPv6 address is assigned\nusing the property ``fixed_ips``\nmap property ``ip_address`` and the parameter type is defined as a string,\nthe parameter name **MUST** follow the\nnaming convention\n\n* ``{vm-type}_{network-role}_v6_ip_{index}``\n\nwhere\n\n* ``{vm-type}`` is the {vm-type} associated with the\n ``OS::Nova::Server``\n* ``{network-role}`` is the {network-role} of the ONAP external network\n* ``{index}`` is a numeric value that **MUST** start at zero in a\n VNF's Heat Orchestration Template and **MUST** increment by one",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Neutron Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-71577",
+ "id_complete": "R-71577",
+ "id_parent": "R-71577",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Property: fixed_ips, Map Property: ip_address",
+ "sections": [
+ "Property: fixed_ips, Map Property: ip_address",
+ "Resource: OS::Neutron::Port - Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": "static"
+ },
+ "R-71699": {
+ "description": "A VNF's Heat Orchestration Template's Resource\n**MUST NOT** reference a HTTP-based Nested YAML file.",
+ "docname": "Chapter5/Heat/ONAP Heat Orchestration Template Format",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-71699",
+ "id_complete": "R-71699",
+ "id_parent": "R-71699",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST NOT",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "type",
+ "sections": [
+ "type",
+ "resources",
+ "Heat Orchestration Template Structure",
+ "ONAP Heat Orchestration Template Format"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": "static"
+ },
+ "R-717227": {
+ "description": "When the VNF's Heat Orchestration Template's Resource\n``OS::Neutron::Port`` is attaching to an ONAP internal network (per the\nONAP definition, see Requirements R-52425 and R-46461 and R-35666),\nand an IPv4 Virtual IP (VIP)\naddress is assigned using the property ``allowed_address_pairs``\nmap property ``ip_address``,\nthe parameter name **MUST** follow the\nnaming convention\n\n- ``{vm-type}_int_{network-role}_floating_ip``\n\nwhere\n\n- ``{vm-type}`` is the {vm-type} associated with the\n OS::Nova::Server\n- ``{network-role}`` is the {network-role} of the ONAP internal\n network\n\nAnd the parameter **MUST** be declared as ``type: string``\nand **MUST** be enumerated in the environment file.\n\nOR\n\nthe parameter name **MUST** follow the\nnaming convention\n\n- ``{vm-type}_int_{network-role}_floating_ips``\n\nwhere\n\n- ``{vm-type}`` is the {vm-type} associated with the\n OS::Nova::Server\n- ``{network-role}`` is the {network-role} of the ONAP internal\n network\n\nAnd the parameter **MUST** be declared as ``type: comma_delimited_list``\nand **MUST** be enumerated in the environment file.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Neutron Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-717227",
+ "id_complete": "R-717227",
+ "id_parent": "R-717227",
+ "impacts": "",
+ "introduced": "dublin",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VIP Assignment, ONAP Internal Networks",
+ "sections": [
+ "VIP Assignment, ONAP Internal Networks",
+ "Property: allowed_address_pairs, Map Property: ip_address",
+ "Resource: OS::Neutron::Port - Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": "static"
+ },
+ "R-71842": {
+ "description": "The VNF **MUST** include the field \"service or program used for\naccess\" in the Security alarms (where applicable and technically feasible).",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-71842",
+ "id_complete": "R-71842",
+ "id_parent": "R-71842",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Security Analytics Requirements",
+ "sections": [
+ "VNF Security Analytics Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-72184": {
+ "description": "The VNF or PNF **MUST** have routable FQDNs for all the endpoints\n(VMs) of a VNF or PNF that contain chef-clients which are used to register\nwith the Chef Server. As part of invoking VNF or PNF actions, ONAP will\ntrigger push jobs against FQDNs of endpoints for a VNF or PNF, if required.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-72184",
+ "id_complete": "R-72184",
+ "id_parent": "R-72184",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Chef Client Requirements",
+ "sections": [
+ "Chef Client Requirements",
+ "VNF or PNF Configuration via Chef Requirements",
+ "Chef Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-72483": {
+ "description": "A VNF's Heat Orchestration Template's ``OS::Nova::Server`` resource property\n``metadata`` **MUST** contain the key/value pair ``vnf_name`` and the\nvalue **MUST** be obtained via a ``get_param``.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Nova Metadata Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-72483",
+ "id_complete": "R-72483",
+ "id_parent": "R-72483",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "vnf_name",
+ "sections": [
+ "vnf_name",
+ "Resource: OS::Nova::Server Metadata Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": "static"
+ },
+ "R-72871": {
+ "description": "A VNF's Heat Orchestration Template's ``OS::Nova::Server`` resource property\n``metadata`` key/value pair ``vf_module_id`` parameter ``vf_module_id``\n**MUST NOT**\nbe enumerated in the Heat Orchestration Template's environment file.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Nova Metadata Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-72871",
+ "id_complete": "R-72871",
+ "id_parent": "R-72871",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST NOT",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "vf_module_id",
+ "sections": [
+ "vf_module_id",
+ "Resource: OS::Nova::Server Metadata Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": "static"
+ },
+ "R-73067": {
+ "description": "The VNF **MUST** use NIST and industry standard cryptographic\nalgorithms and standard modes of operations when implementing\ncryptography.",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-73067",
+ "id_complete": "R-73067",
+ "id_parent": "R-73067",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Data Protection Requirements",
+ "sections": [
+ "VNF Data Protection Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": ""
+ },
+ "R-73213": {
+ "description": "A VNF's Heat Orchestration Template's Resource\n``OS::Neutron::SecurityGroup`` that\nis applicable to more than one ``{vm-type}`` and one ONAP internal network,\n(per the ONAP definition, see Requirements R-52425 and R-46461 and\nR-35666), the ``OS::Neutron::SecurityGroup`` Resource ID\n**SHOULD** use the naming convention\n\n* ``int_{network-role}_security_group``\n\nwhere\n\n* ``{network-role}`` is the network-role of the ONAP internal network",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Resource IDs",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-73213",
+ "id_complete": "R-73213",
+ "id_parent": "R-73213",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "SHOULD",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "OS::Neutron::SecurityGroup",
+ "sections": [
+ "OS::Neutron::SecurityGroup",
+ "OpenStack Heat Resources Resource ID Naming Convention",
+ "Resource IDs"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": ""
+ },
+ "R-73223": {
+ "description": "The VNF **MUST** support proactive monitoring to detect and\nreport the attacks on resources so that the VNFs and associated VMs can\nbe isolated, such as detection techniques for resource exhaustion, namely\nOS resource attacks, CPU attacks, consumption of kernel memory, local\nstorage attacks.",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-73223",
+ "id_complete": "R-73223",
+ "id_parent": "R-73223",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Security Analytics Requirements",
+ "sections": [
+ "VNF Security Analytics Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-73364": {
+ "description": "The VNF **MUST** support at least two major versions of the\nVNF software and/or sub-components to co-exist within production\nenvironments at any time so that upgrades can be applied across\nmultiple systems in a staggered manner.",
+ "docname": "Chapter4/Resiliency",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-73364",
+ "id_complete": "R-73364",
+ "id_parent": "R-73364",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Deployment Optimization",
+ "sections": [
+ "Deployment Optimization",
+ "VNF Resiliency"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-73459": {
+ "description": "The VNF or PNF **MUST** provide the ability to include a \"from=\" clause in\nSSH public keys associated with mechanized user IDs created for an Ansible\nServer cluster to use for VNF or PNF VM authentication.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-73459",
+ "id_complete": "R-73459",
+ "id_parent": "R-73459",
+ "impacts": "",
+ "introduced": "casablanca",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Ansible Client Requirements",
+ "sections": [
+ "Ansible Client Requirements",
+ "VNF or PNF Configuration via Ansible Requirements",
+ "Ansible Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-73468": {
+ "description": "The VNF **MUST** allow the NETCONF server connection\nparameters to be configurable during virtual machine instantiation\nthrough Heat templates where SSH keys, usernames, passwords, SSH\nservice and SSH port numbers are Heat template parameters.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-73468",
+ "id_complete": "R-73468",
+ "id_parent": "R-73468",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "NETCONF Server Requirements",
+ "sections": [
+ "NETCONF Server Requirements",
+ "VNF or PNF Configuration via NETCONF Requirements",
+ "NETCONF Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": ""
+ },
+ "R-73560": {
+ "description": "The VNF or PNF Package **MUST** include documentation about monitoring\nparameters/counters exposed for virtual resource management and VNF or PNF\napplication management.",
+ "docname": "Chapter7/VNF-On-boarding-and-package-management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-73560",
+ "id_complete": "R-73560",
+ "id_parent": "R-73560",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Resource Control Loop",
+ "sections": [
+ "Resource Control Loop",
+ "VNF and PNF On-boarding and package management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-73583": {
+ "description": "The VNF **MUST** allow changes of configuration parameters\nto be consumed by the VNF without requiring the VNF or its sub-components\nto be bounced so that the VNF availability is not effected.",
+ "docname": "Chapter4/Resiliency",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-73583",
+ "id_complete": "R-73583",
+ "id_parent": "R-73583",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Application Configuration Management",
+ "sections": [
+ "Application Configuration Management",
+ "VNF Resiliency"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-74304": {
+ "description": "A VNF's Heat Orchestration Template's Environment file extension **MUST**\nbe in the lower case format ``.env``.",
+ "docname": "Chapter5/Heat/ONAP Heat Orchestration Templates Overview",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-74304",
+ "id_complete": "R-74304",
+ "id_parent": "R-74304",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "ONAP Heat Orchestration Template Filenames",
+ "sections": [
+ "ONAP Heat Orchestration Template Filenames",
+ "ONAP Heat Orchestration Templates Overview"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": "static"
+ },
+ "R-74481": {
+ "description": "The VNF **MUST NOT** require the use of a dynamic routing\nprotocol unless necessary to meet functional requirements.",
+ "docname": "Chapter4/Design",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-74481",
+ "id_complete": "R-74481",
+ "id_parent": "R-74481",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST NOT",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Design",
+ "sections": [
+ "VNF Design"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-74712": {
+ "description": "The VNF **MUST** utilize FQDNs (and not IP address) for\nboth Service Chaining and scaling.",
+ "docname": "Chapter4/Resiliency",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-74712",
+ "id_complete": "R-74712",
+ "id_parent": "R-74712",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "System Resource Optimization",
+ "sections": [
+ "System Resource Optimization",
+ "VNF Resiliency"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-74958": {
+ "description": "The VNF **MUST** activate security alarms automatically when\nit detects an unsuccessful attempt to gain permissions\nor assume the identity of another user.",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-74958",
+ "id_complete": "R-74958",
+ "id_parent": "R-74958",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Security Analytics Requirements",
+ "sections": [
+ "VNF Security Analytics Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": ""
+ },
+ "R-74978": {
+ "description": "A VNF's Heat Orchestration Template's ``OS::Nova::Server`` resource\nproperty ``metadata`` key/value pair ``workload_context``\nparameter **MUST**\nbe declared as ``workload_context`` and the parameter **MUST**\nbe defined as type: ``string``.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Nova Metadata Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-74978",
+ "id_complete": "R-74978",
+ "id_parent": "R-74978",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "workload_context",
+ "sections": [
+ "workload_context",
+ "Resource: OS::Nova::Server Metadata Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": "static"
+ },
+ "R-75041": {
+ "description": "The VNF **MUST**, if not integrated with the Operator's Identity and\nAccess Management system, support configurable password expiration.",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-75041",
+ "id_complete": "R-75041",
+ "id_parent": "R-75041",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Identity and Access Management Requirements",
+ "sections": [
+ "VNF Identity and Access Management Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": ""
+ },
+ "R-75141": {
+ "description": "A VNF's Heat Orchestration Template's resource name\n(i.e., <resource ID>) **MUST** only contain alphanumeric\ncharacters and underscores ('_').",
+ "docname": "Chapter5/Heat/ONAP Heat Orchestration Template Format",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-75141",
+ "id_complete": "R-75141",
+ "id_parent": "R-75141",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "resource ID",
+ "sections": [
+ "resource ID",
+ "resources",
+ "Heat Orchestration Template Structure",
+ "ONAP Heat Orchestration Template Format"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": "static"
+ },
+ "R-75343": {
+ "description": "The VNF **MUST** provide the capability of testing the\nvalidity of a digital certificate by recognizing the identity represented\nby the certificate - the \"distinguished name\".",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-75343",
+ "id_complete": "R-75343",
+ "id_parent": "R-75343",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Cryptography Requirements",
+ "sections": [
+ "VNF Cryptography Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": ""
+ },
+ "R-75608": {
+ "description": "The VNF or PNF provider **MUST** provide playbooks to be loaded\non the appropriate Ansible Server.",
+ "docname": "Chapter7/VNF-On-boarding-and-package-management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-75608",
+ "id_complete": "R-75608",
+ "id_parent": "R-75608",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Configuration Management via Ansible",
+ "sections": [
+ "Configuration Management via Ansible",
+ "Resource Configuration",
+ "VNF and PNF On-boarding and package management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-756950": {
+ "description": "The VNF **MUST** be operable without the use of Network File System (NFS).",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-756950",
+ "id_complete": "R-756950",
+ "id_parent": "R-756950",
+ "impacts": "",
+ "introduced": "casablanca",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF General Security Requirements",
+ "sections": [
+ "VNF General Security Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-75850": {
+ "description": "The VNF **SHOULD** decouple persistent data from the VNFC\nand keep it in its own datastore that can be reached by all instances\nof the VNFC requiring the data.",
+ "docname": "Chapter4/Design",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-75850",
+ "id_complete": "R-75850",
+ "id_parent": "R-75850",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "SHOULD",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Design",
+ "sections": [
+ "VNF Design"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-75943": {
+ "description": "The VNF or PNF **SHOULD** support the data schema defined in 3GPP TS 32.435 or 3GPP TS 28.532, when\nsupporting the event-driven bulk transfer of monitoring data.",
+ "docname": "Chapter7/Monitoring-And-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-75943",
+ "id_complete": "R-75943",
+ "id_parent": "R-75943",
+ "impacts": "dcae, dmaap",
+ "introduced": "casablanca",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "SHOULD",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Bulk Performance Measurement",
+ "sections": [
+ "Bulk Performance Measurement",
+ "Monitoring & Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "guilin",
+ "validation_mode": ""
+ },
+ "R-76014": {
+ "description": "A VNF's Heat Orchestration Template's Resource\n``OS::ContrailV2::ServiceHealthCheck``\nResource ID\n**MUST**\ncontain the ``{vm-type}``.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Resource IDs",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-76014",
+ "id_complete": "R-76014",
+ "id_parent": "R-76014",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "OS::ContrailV2::ServiceHealthCheck",
+ "sections": [
+ "OS::ContrailV2::ServiceHealthCheck",
+ "Contrail Heat Resources Resource ID Naming Convention",
+ "Resource IDs"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": "static"
+ },
+ "R-76057": {
+ "description": "VNF Heat Orchestration Template's Nested YAML file name **MUST** contain\nonly alphanumeric characters and underscores '_' and\n**MUST NOT** contain the case insensitive string ``base``.",
+ "docname": "Chapter5/Heat/ONAP Heat Orchestration Templates Overview",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-76057",
+ "id_complete": "R-76057",
+ "id_parent": "R-76057",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Nested Heat file",
+ "sections": [
+ "Nested Heat file",
+ "ONAP Heat Orchestration Template Filenames",
+ "ONAP Heat Orchestration Templates Overview"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "el alto",
+ "validation_mode": "static"
+ },
+ "R-76160": {
+ "description": "When\n\n* the VNF's Heat Orchestration Template's\n resource ``OS::Neutron::Port`` in an Incremental Module is attaching\n to an ONAP internal network (per the ONAP definition, see Requirements\n R-52425 and R-46461 and R-35666)\n that is created in the Base Module, AND\n* an IPv6 address is being cloud assigned by OpenStack's DHCP Service AND\n* the ONAP internal network IPv6 subnet is to be specified\n using the property ``fixed_ips`` map property ``subnet``,\n\nthe parameter **MUST** follow the naming convention\n\n* ``int_{network-role}_v6_subnet_id``\n\nwhere ``{network-role}`` is the network role of the ONAP internal network.\n\nNote that the parameter **MUST** be defined as an ``output`` parameter in\nthe base module.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Neutron Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-76160",
+ "id_complete": "R-76160",
+ "id_parent": "R-76160",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Property: fixed_ips, Map Property: subnet",
+ "sections": [
+ "Property: fixed_ips, Map Property: subnet",
+ "Resource: OS::Neutron::Port - Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": "static"
+ },
+ "R-763774": {
+ "description": "The VNF or PNF **MUST** support a HTTPS connection to the DCAE\nVES Event Listener.",
+ "docname": "Chapter7/PNF-Plug-and-Play",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-763774",
+ "id_complete": "R-763774",
+ "id_parent": "R-763774",
+ "impacts": "",
+ "introduced": "casablanca",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "PNF Plug and Play",
+ "sections": [
+ "PNF Plug and Play",
+ "PNF Plug and Play"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "el alto",
+ "validation_mode": ""
+ },
+ "R-76449": {
+ "description": "A VNF's Heat Orchestration Template's **MUST NOT**\ncontain the Resource ``OS::Neutron::FloatingIPAssociation``.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Neutron Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-76449",
+ "id_complete": "R-76449",
+ "id_parent": "R-76449",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST NOT",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VIP Assignment, ONAP External Networks",
+ "sections": [
+ "VIP Assignment, ONAP External Networks",
+ "Property: allowed_address_pairs, Map Property: ip_address",
+ "Resource: OS::Neutron::Port - Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": "static"
+ },
+ "R-76682": {
+ "description": "If a VNF's Heat Orchestration Template\n``OS::ContrailV2::InterfaceRouteTable`` resource\n``interface_route_table_routes`` property\n``interface_route_table_routes_route`` map property parameter\n``{vm-type}_{network-role}_route_prefixes``\n**MUST NOT** be enumerated in the VNF's Heat Orchestration Template's\nEnvironment File.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Contrail Resource Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-76682",
+ "id_complete": "R-76682",
+ "id_parent": "R-76682",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST NOT",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Interface Route Table Prefixes for Contrail InterfaceRoute Table",
+ "sections": [
+ "Interface Route Table Prefixes for Contrail InterfaceRoute Table",
+ "Contrail Resource Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": "static"
+ },
+ "R-76718": {
+ "description": "If a VNF's Heat Orchestration Template uses the intrinsic function\n``get_file``, the ``get_file`` target **MUST** be referenced in\nthe Heat Orchestration Template by file name.",
+ "docname": "Chapter5/Heat/ONAP Heat Template Constructs",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-76718",
+ "id_complete": "R-76718",
+ "id_parent": "R-76718",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Heat Files Support (get_file)",
+ "sections": [
+ "Heat Files Support (get_file)",
+ "ONAP Heat Heat Template Constructs"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": "static"
+ },
+ "R-76901": {
+ "description": "The VNF **MUST** support a container rebuild mechanism based on existing\nimage (e.g. Glance image in Openstack environment) or a snapshot.",
+ "docname": "Chapter4/Resiliency",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-76901",
+ "id_complete": "R-76901",
+ "id_parent": "R-76901",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Virtual Function - Container Recovery Requirements",
+ "sections": [
+ "Virtual Function - Container Recovery Requirements",
+ "VNF Resiliency"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-77334": {
+ "description": "The VNF **MUST** allow configurations and configuration parameters\nto be managed under version control to ensure consistent configuration\ndeployment, traceability and rollback.",
+ "docname": "Chapter4/Resiliency",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-77334",
+ "id_complete": "R-77334",
+ "id_parent": "R-77334",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Application Configuration Management",
+ "sections": [
+ "Application Configuration Management",
+ "VNF Resiliency"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-77667": {
+ "description": "The VNF **MUST** test for adherence to the defined performance\nbudget at each layer, during each delivery cycle so that the performance\nbudget is measured and feedback is provided where the performance budget\nis not met.",
+ "docname": "Chapter4/Resiliency",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-77667",
+ "id_complete": "R-77667",
+ "id_parent": "R-77667",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Deployment Optimization",
+ "sections": [
+ "Deployment Optimization",
+ "VNF Resiliency"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-78010": {
+ "description": "The VNF **MUST** support LDAP in order to integrate with an external identity\nand access manage system. It MAY support other identity and access management\nprotocols.",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-78010",
+ "id_complete": "R-78010",
+ "id_parent": "R-78010",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Identity and Access Management Requirements",
+ "sections": [
+ "VNF Identity and Access Management Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": ""
+ },
+ "R-78116": {
+ "description": "The VNF or PNF **MUST** update status on the Chef Server\nappropriately (e.g., via a fail or raise an exception) if the\nchef-client run encounters any critical errors/failures when\nexecuting a VNF or PNF action.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-78116",
+ "id_complete": "R-78116",
+ "id_parent": "R-78116",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Chef Roles/Requirements",
+ "sections": [
+ "Chef Roles/Requirements",
+ "VNF or PNF Configuration via Chef Requirements",
+ "Chef Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-78282": {
+ "description": "The VNF or PNF **MUST** conform to the NETCONF RFC 6242,\n\"Using the Network Configuration Protocol over Secure Shell\".",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-78282",
+ "id_complete": "R-78282",
+ "id_parent": "R-78282",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "NETCONF Server Requirements",
+ "sections": [
+ "NETCONF Server Requirements",
+ "VNF or PNF Configuration via NETCONF Requirements",
+ "NETCONF Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-78380": {
+ "description": "When the VNF's Heat Orchestration Template's Resource\n``OS::Neutron::Port`` is attaching to an ONAP internal network (per the\nONAP definition, see Requirements R-52425 and R-46461 and R-35666),\nand an IPv4 address is assigned\nusing the property ``fixed_ips``\nmap property ``ip_address`` and the parameter type is\ndefined as a ``string``,\nthe parameter name **MUST** follow the\nnaming convention\n\n* ``{vm-type}_int_{network-role}_ip_{index}``\n\nwhere\n\n* ``{vm-type}`` is the {vm-type} associated with the\n ``OS::Nova::Server``\n* ``{network-role}`` is the {network-role} of the ONAP internal network\n* ``{index}`` is a numeric value that **MUST** start at zero in a\n VNF's Heat Orchestration Template and **MUST** increment by one",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Neutron Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-78380",
+ "id_complete": "R-78380",
+ "id_parent": "R-78380",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Property: fixed_ips, Map Property: ip_address",
+ "sections": [
+ "Property: fixed_ips, Map Property: ip_address",
+ "Resource: OS::Neutron::Port - Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": "static"
+ },
+ "R-78569": {
+ "description": "VNF's Heat Orchestration Template's Resource **MAY** declare the\nattribute ``external_id:``.",
+ "docname": "Chapter5/Heat/ONAP Heat Orchestration Template Format",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-78569",
+ "id_complete": "R-78569",
+ "id_parent": "R-78569",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MAY",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "external_id",
+ "sections": [
+ "external_id",
+ "resources",
+ "Heat Orchestration Template Structure",
+ "ONAP Heat Orchestration Template Format"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": ""
+ },
+ "R-78640": {
+ "description": "The VNF or PNF Provider's Ansible playbooks **SHOULD** provide a single\nYAML or JSON file with all the passwords and secrets to reduce the number\nof files to be decrypted/encrypted before on-boarding into the central\nrepository.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-78640",
+ "id_complete": "R-78640",
+ "id_parent": "R-78640",
+ "impacts": "",
+ "introduced": "frankfurt",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "SHOULD",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Ansible Playbook Requirements",
+ "sections": [
+ "Ansible Playbook Requirements",
+ "VNF or PNF Configuration via Ansible Requirements",
+ "Ansible Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF PROVIDER",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "guilin",
+ "validation_mode": ""
+ },
+ "R-787965": {
+ "description": "If the VNF or PNF CSAR Package utilizes Option 2 for package security, then\nthe complete CSAR file **MUST** be digitally signed with the VNF or PNF\nprovider private key. The VNF or PNF provider delivers one zip file\nconsisting of the CSAR file, a signature file and a certificate file that\nincludes the VNF or PNF provider public key. The certificate may also be\nincluded in the signature container, if the signature format allows that.\nThe VNF or PNF provider creates a zip file consisting of the CSAR file with\n.csar extension, signature and certificate files. The signature and\ncertificate files must be siblings of the CSAR file with extensions .cms\nand .cert respectively.",
+ "docname": "Chapter5/Tosca/ONAP VNF or PNF CSAR Package",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-787965",
+ "id_complete": "R-787965",
+ "id_parent": "R-787965",
+ "impacts": "",
+ "introduced": "dublin",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF or PNF Package Authenticity and Integrity",
+ "sections": [
+ "VNF or PNF Package Authenticity and Integrity",
+ "VNF or PNF CSAR Package"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF CSAR PACKAGE",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-79107": {
+ "description": "The VNF **MUST**, if not integrated with the Operator\u2019s Identity\nand Access Management system, support the ability to lock out the\nuserID after a configurable number of consecutive unsuccessful\nauthentication attempts using the same userID. The locking mechanism\nmust be reversible by an administrator and should be reversible after\na configurable time period.",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-79107",
+ "id_complete": "R-79107",
+ "id_parent": "R-79107",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Identity and Access Management Requirements",
+ "sections": [
+ "VNF Identity and Access Management Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": ""
+ },
+ "R-79224": {
+ "description": "The VNF or PNF **MUST** have the chef-client be preloaded with\nvalidator keys and configuration to register with the designated\nChef Server as part of the installation process.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-79224",
+ "id_complete": "R-79224",
+ "id_parent": "R-79224",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Chef Client Requirements",
+ "sections": [
+ "Chef Client Requirements",
+ "VNF or PNF Configuration via Chef Requirements",
+ "Chef Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-793716": {
+ "description": "The PNF **MUST** have \"ONAP Aware\" software which is capable of performing\nPNF PnP registration with ONAP. The \"ONAP Aware\" software is capable of\nperforming the PNF PnP Registration with ONAP MUST either be loaded\nseparately or integrated into the PNF software upon physical delivery\nand installation of the PNF.\n\nNote: It is up to the specific vendor to design the software management\nfunctions.",
+ "docname": "Chapter7/PNF-Plug-and-Play",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-793716",
+ "id_complete": "R-793716",
+ "id_parent": "R-793716",
+ "impacts": "",
+ "introduced": "casablanca",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "PNF Plug and Play",
+ "sections": [
+ "PNF Plug and Play",
+ "PNF Plug and Play"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-795126": {
+ "description": "The VNF CSAR package Manifest file **MUST** start with the VNF\npackage metadata in the form of a name-value pairs. Each pair shall appear\non a different line. The name is specified as following:\n\n - vnf_provider_id\n\n - vnf_product_name\n\n - vnf_release_date_time\n\n - vnf_package_version",
+ "docname": "Chapter5/Tosca/ONAP VNF or PNF CSAR Package",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-795126",
+ "id_complete": "R-795126",
+ "id_parent": "R-795126",
+ "impacts": "",
+ "introduced": "dublin",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF or PNF Package Contents",
+ "sections": [
+ "VNF or PNF Package Contents",
+ "VNF or PNF CSAR Package"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF CSAR PACKAGE",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": ""
+ },
+ "R-79817": {
+ "description": "A VNF's Heat Orchestration Template's parameter defined\nin a non-nested YAML file as\ntype ``comma_delimited_list`` **MAY** have a parameter constraint defined.",
+ "docname": "Chapter5/Heat/ONAP Heat Orchestration Template Format",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-79817",
+ "id_complete": "R-79817",
+ "id_parent": "R-79817",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MAY",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "constraints",
+ "sections": [
+ "constraints",
+ "parameters",
+ "Heat Orchestration Template Structure",
+ "ONAP Heat Orchestration Template Format"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": ""
+ },
+ "R-79952": {
+ "description": "The VNF **SHOULD** support container snapshots if not for rebuild\nand evacuate for rollback or back out mechanism.",
+ "docname": "Chapter4/Resiliency",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-79952",
+ "id_complete": "R-79952",
+ "id_parent": "R-79952",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "SHOULD",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "All Layer Redundancy",
+ "sections": [
+ "All Layer Redundancy",
+ "VNF Resiliency"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-80070": {
+ "description": "The VNF **MUST** handle errors and exceptions so that they do\nnot interrupt processing of incoming VNF requests to maintain service\ncontinuity (where the error is not directly impacting the software\nhandling the incoming request).",
+ "docname": "Chapter4/Resiliency",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-80070",
+ "id_complete": "R-80070",
+ "id_parent": "R-80070",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Application Resilient Error Handling",
+ "sections": [
+ "Application Resilient Error Handling",
+ "VNF Resiliency"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-80335": {
+ "description": "For all GUI and command-line interfaces, the VNF **MUST** provide the\nability to present a warning notice that is set by the Operator. A warning\nnotice is a formal statement of resource intent presented to everyone\nwho accesses the system.",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-80335",
+ "id_complete": "R-80335",
+ "id_parent": "R-80335",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF General Security Requirements",
+ "sections": [
+ "VNF General Security Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": ""
+ },
+ "R-80374": {
+ "description": "A VNF's Heat Orchestration Template's ``OS::Nova::Server`` resource\nproperty ``metadata`` key/value pair ``vf_module_name``\nparameter ``vf_module_name`` **MUST NOT**\nbe enumerated in the Heat Orchestration Template's environment file.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Nova Metadata Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-80374",
+ "id_complete": "R-80374",
+ "id_parent": "R-80374",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST NOT",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "vf_module_name",
+ "sections": [
+ "vf_module_name",
+ "Resource: OS::Nova::Server Metadata Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": "static"
+ },
+ "R-805572": {
+ "description": "When the VNF's Heat Orchestration Template's Resource\n``OS::Neutron::Port`` is attaching to an ONAP internal network (per the\nONAP definition, see Requirements R-52425 and R-46461 and R-35666),\nand an IPv6 Virtual IP (VIP)\naddress is assigned\nusing the property ``allowed_address_pairs``\nmap property ``ip_address``,\nthe parameter name **MUST** follow the\nnaming convention\n\n- ``{vm-type}_int_{network-role}_floating_v6_ip``\n\nwhere\n\n- ``{vm-type}`` is the {vm-type} associated with the\n OS::Nova::Server\n- ``{network-role}`` is the {network-role} of the ONAP internal\n network\n\nAnd the parameter **MUST** be declared as ``type: string``\nand **MUST** be enumerated in the environment file\n\nOR\n\nthe parameter name **MUST** follow the\nnaming convention\n\n- ``{vm-type}_int_{network-role}_floating_v6_ips``\n\nwhere\n\n- ``{vm-type}`` is the {vm-type} associated with the\n OS::Nova::Server\n- ``{network-role}`` is the {network-role} of the ONAP internal\n network\n\nAnd the parameter **MUST** be declared as ``type: comma_delimited_list``\nand **MUST** be enumerated in the environment file.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Neutron Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-805572",
+ "id_complete": "R-805572",
+ "id_parent": "R-805572",
+ "impacts": "",
+ "introduced": "dublin",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VIP Assignment, ONAP Internal Networks",
+ "sections": [
+ "VIP Assignment, ONAP Internal Networks",
+ "Property: allowed_address_pairs, Map Property: ip_address",
+ "Resource: OS::Neutron::Port - Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": "static"
+ },
+ "R-807129": {
+ "description": "The VNF or PNF **SHOULD** report the files in FileReady for as long as they are\navailable at VNF or PNF.\n\nNote: Recommended period is at least 24 hours.",
+ "docname": "Chapter7/Monitoring-And-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-807129",
+ "id_complete": "R-807129",
+ "id_parent": "R-807129",
+ "impacts": "dcae, dmaap",
+ "introduced": "dublin",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "SHOULD",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Bulk Performance Measurement",
+ "sections": [
+ "Bulk Performance Measurement",
+ "Monitoring & Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-80829": {
+ "description": "The VNF's Heat Orchestration Template's Resource\n``OS::Neutron::Port`` property ``fixed_ips``\nmap property ``subnet`` parameter\n``{network-role}_v6_subnet_id``\n**MUST NOT** be enumerated in the\nVNF's Heat Orchestration Template's Environment File.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Neutron Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-80829",
+ "id_complete": "R-80829",
+ "id_parent": "R-80829",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST NOT",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Property: fixed_ips, Map Property: subnet",
+ "sections": [
+ "Property: fixed_ips, Map Property: subnet",
+ "Resource: OS::Neutron::Port - Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": "static"
+ },
+ "R-80898": {
+ "description": "TThe VNF or PNF **MUST** support heartbeat via a <get> with null filter.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-80898",
+ "id_complete": "R-80898",
+ "id_parent": "R-80898",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "NETCONF Server Requirements",
+ "sections": [
+ "NETCONF Server Requirements",
+ "VNF or PNF Configuration via NETCONF Requirements",
+ "NETCONF Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-809261": {
+ "description": "The PNF **MUST** use a IP address to contact ONAP.\n\nNote: it is expected that an ONAP operator can ascertain the ONAP IP\naddress or the security gateway to reach ONAP on the VID or ONAP portal\nGUI.\n\nNote: The ONAP contact IP address has been previously configured and\nprovisioned prior to this step.\n\nNote: The ONAP IP address could be provisioned or resolved through\nFQDN & DNS.",
+ "docname": "Chapter7/PNF-Plug-and-Play",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-809261",
+ "id_complete": "R-809261",
+ "id_parent": "R-809261",
+ "impacts": "",
+ "introduced": "casablanca",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "PNF Plug and Play",
+ "sections": [
+ "PNF Plug and Play",
+ "PNF Plug and Play"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-81147": {
+ "description": "The VNF **MUST**, if not integrated with the Operator\u2019s Identity and\nAccess Management system, support multifactor authentication on all\nprotected interfaces exposed by the VNF for use by human users.",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-81147",
+ "id_complete": "R-81147",
+ "id_parent": "R-81147",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Identity and Access Management Requirements",
+ "sections": [
+ "VNF Identity and Access Management Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": ""
+ },
+ "R-81214": {
+ "description": "A VNF's Heat Orchestration Template's Resource\n``OS::ContrailV2::InterfaceRouteTable``\nResource ID\n**MUST**\ncontain the ``{network-role}``.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Resource IDs",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-81214",
+ "id_complete": "R-81214",
+ "id_parent": "R-81214",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "OS::ContrailV2::InterfaceRouteTable",
+ "sections": [
+ "OS::ContrailV2::InterfaceRouteTable",
+ "Contrail Heat Resources Resource ID Naming Convention",
+ "Resource IDs"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": "static"
+ },
+ "R-81339": {
+ "description": "A VNF Heat Orchestration Template's Base Module file name **MUST** include\ncase insensitive 'base' in the filename and\n**MUST** match one of the following four\nformats:\n\n 1.) ``base_<text>.y[a]ml``\n\n 2.) ``<text>_base.y[a]ml``\n\n 3.) ``base.y[a]ml``\n\n 4.) ``<text>_base_<text>``.y[a]ml\n\nwhere ``<text>`` **MUST** contain only alphanumeric characters and\nunderscores '_' and **MUST NOT** contain the case insensitive string\n``base`` or ``volume``.",
+ "docname": "Chapter5/Heat/ONAP Heat Orchestration Templates Overview",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-81339",
+ "id_complete": "R-81339",
+ "id_parent": "R-81339",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Base Modules",
+ "sections": [
+ "Base Modules",
+ "ONAP Heat Orchestration Template Filenames",
+ "ONAP Heat Orchestration Templates Overview"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "el alto",
+ "validation_mode": "static"
+ },
+ "R-814377": {
+ "description": "The VNF **MUST** have the capability of allowing the Operator to create,\nmanage, and automatically provision user accounts using one of the protocols\nspecified in Chapter 7.",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-814377",
+ "id_complete": "R-814377",
+ "id_parent": "R-814377",
+ "impacts": "",
+ "introduced": "casablanca",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Identity and Access Management Requirements",
+ "sections": [
+ "VNF Identity and Access Management Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": ""
+ },
+ "R-816745": {
+ "description": "THe VNF or PNF PROVIDER **MUST** provide PM Meta Data (:ref:`PM_Dictionary`)\nto support the analysis of PM data delivered to DCAE.\nThe PM Dictionary is to be provided as a separate YAML artifact at\nonboarding and must follow the VES Event Registration Specification\nwhich contain the format and content required.",
+ "docname": "Chapter7/VNF-On-boarding-and-package-management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-816745",
+ "id_complete": "R-816745",
+ "id_parent": "R-816745",
+ "impacts": "DCAE,Documentation,Integration,SDC",
+ "introduced": "dublin",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Resource Description",
+ "sections": [
+ "Resource Description",
+ "VNF and PNF On-boarding and package management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF PROVIDER",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": "static"
+ },
+ "R-81725": {
+ "description": "A VNF's Incremental Module **MUST** have a corresponding Environment File",
+ "docname": "Chapter5/Heat/ONAP Heat Orchestration Templates Overview",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-81725",
+ "id_complete": "R-81725",
+ "id_parent": "R-81725",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "ONAP VNF Modularity Overview",
+ "sections": [
+ "ONAP VNF Modularity Overview",
+ "ONAP Heat Orchestration Templates Overview"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": "static"
+ },
+ "R-818859": {
+ "description": "The VNF or PNF producing VES events **MUST** not allow an unavailable or\ntiming out VES Event Listener to impact the performance, stability, or\ncorrect execution of network function.",
+ "docname": "Chapter7/Monitoring-And-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-818859",
+ "id_complete": "R-818859",
+ "id_parent": "R-818859",
+ "impacts": "",
+ "introduced": "guilin",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Buffering and Redelivery",
+ "sections": [
+ "Buffering and Redelivery",
+ "Virtual Function Event Streaming (VES) Client Requirements",
+ "Monitoring & Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-81979": {
+ "description": "A VNF's Heat Orchestration Template's Resource\n``OS::ContrailV2::NetworkIpam``\nResource ID **MAY** use the naming convention\n\n* ``{network-role}_RNI``\n\nwhere\n\n* ``{network-role}`` is the network-role\n* ``RNI`` signifies that it is the Resource Network IPAM",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Resource IDs",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-81979",
+ "id_complete": "R-81979",
+ "id_parent": "R-81979",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MAY",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "OS::ContrailV2::NetworkIpam",
+ "sections": [
+ "OS::ContrailV2::NetworkIpam",
+ "Contrail Heat Resources Resource ID Naming Convention",
+ "Resource IDs"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": ""
+ },
+ "R-82018": {
+ "description": "The VNF or PNF **MUST** load the Ansible Server SSH public key onto VNF or\nPNF VM(s) /root/.ssh/authorized_keys as part of instantiation. Alternative,\nis for Ansible Server SSH public key to be loaded onto VNF or PNF\nunder /home/<Mechanized user ID>/.ssh/authorized_keys as part of\ninstantiation, when a Mechanized user ID is created during instantiation,\nand Configure and all playbooks are designed to use a mechanized user ID\nonly for authentication (never using root authentication during Configure\nplaybook run). This will allow the Ansible Server to authenticate to\nperform post-instantiation configuration without manual intervention and\nwithout requiring specific VNF or PNF login IDs and passwords.\n\n*CAUTION*: For VNFs or PNFs configured using Ansible, to eliminate the need\nfor manual steps, post-instantiation and pre-configuration, to\nupload of SSH public keys, SSH public keys loaded during (heat)\ninstantiation shall be preserved and not removed by (heat) embedded\n(userdata) scripts.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-82018",
+ "id_complete": "R-82018",
+ "id_parent": "R-82018",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Ansible Client Requirements",
+ "sections": [
+ "Ansible Client Requirements",
+ "VNF or PNF Configuration via Ansible Requirements",
+ "Ansible Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "guilin",
+ "validation_mode": ""
+ },
+ "R-82115": {
+ "description": "When a VNF's Heat Orchestration Template's resource is associated with a\nsingle ``{vm-type}``\nand a single ONAP\nexternal network, the Resource ID text **MUST** contain both\nthe ``{vm-type}``\nand the ``{network-role}``\n\n- the ``{vm-type}`` **MUST** appear before the ``{network-role}`` and\n **MUST** be separated by an underscore '_'\n\n\n - e.g., ``{vm-type}_{network-role}``, ``{vm-type}_{index}_{network-role}``\n\n\n- note that an ``{index}`` value **MAY** separate the ``{vm-type}`` and the\n ``{network-role}`` and when this occurs underscores **MUST** separate the\n three values. (e.g., ``{vm-type}_{index}_{network-role}``).",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Resource IDs",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-82115",
+ "id_complete": "R-82115",
+ "id_parent": "R-82115",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Resource IDs",
+ "sections": [
+ "Resource IDs"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": "none"
+ },
+ "R-82134": {
+ "description": "A VNF's Heat Orchestration Template's ``OS::Nova::Server`` resource property\n``metadata`` key/value pair ``vf_module_id`` parameter **MUST**\nbe declared as ``vf_module_id`` and the parameter **MUST**\nbe defined as type: ``string``.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Nova Metadata Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-82134",
+ "id_complete": "R-82134",
+ "id_parent": "R-82134",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "vf_module_id",
+ "sections": [
+ "vf_module_id",
+ "Resource: OS::Nova::Server Metadata Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": "static"
+ },
+ "R-82223": {
+ "description": "The VNF **MUST** be decomposed if the functions have\nsignificantly different scaling characteristics (e.g., signaling\nversus media functions, control versus data plane functions).",
+ "docname": "Chapter4/Design",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-82223",
+ "id_complete": "R-82223",
+ "id_parent": "R-82223",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Design",
+ "sections": [
+ "VNF Design"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-82551": {
+ "description": "When a VNF's Heat Orchestration Template's resource is associated with a\nsingle ``{vm-type}`` and a single ONAP internal network (per the ONAP\ndefinition, see Requirements R-52425 and R-46461 and R-35666),\nthe Resource ID **MUST**\ncontain both the ``{vm-type}`` and the ``int_{network-role}`` and\n\n- the ``{vm-type}`` **MUST** appear before the ``int_{network-role}`` and\n **MUST** be separated by an underscore '_'\n\n - (e.g., ``{vm-type}_int_{network-role}``,\n ``{vm-type}_{index}_int_{network-role}``)\n\n- note that an ``{index}`` value **MAY** separate the\n ``{vm-type}`` and the ``int_{network-role}`` and when this occurs\n underscores **MUST** separate the three values.\n (e.g., ``{vm-type}_{index}_int_{network-role}``).",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Resource IDs",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-82551",
+ "id_complete": "R-82551",
+ "id_parent": "R-82551",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Resource IDs",
+ "sections": [
+ "Resource IDs"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": "none"
+ },
+ "R-82732": {
+ "description": "A VNF Heat Orchestration Template's Cinder Volume Module **MUST**\nbe named identical to the base or incremental module it is supporting with\n``_volume`` appended.",
+ "docname": "Chapter5/Heat/ONAP Heat Orchestration Templates Overview",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-82732",
+ "id_complete": "R-82732",
+ "id_parent": "R-82732",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Cinder Volume Modules",
+ "sections": [
+ "Cinder Volume Modules",
+ "ONAP Heat Orchestration Template Filenames",
+ "ONAP Heat Orchestration Templates Overview"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": "static"
+ },
+ "R-82811": {
+ "description": "The VNF or PNF **MUST** support APPC ``StartApplication`` command.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-82811",
+ "id_complete": "R-82811",
+ "id_parent": "R-82811",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Lifecycle Management Related Commands",
+ "sections": [
+ "Lifecycle Management Related Commands",
+ "Controller Interactions With VNF or PNF",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-82909": {
+ "description": "The VNF or PNF **MUST** report faults and alarms using either\n:ref:`Virtual Function Event Streaming (VES) <ves_monitoring_requirements>`\nor :ref:`SNMP <snmp_monitoring_requirements>`. (NOTE: See relevant sections\nfor more detailed requirements)",
+ "docname": "Chapter7/Monitoring-And-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-82909",
+ "id_complete": "R-82909",
+ "id_parent": "R-82909",
+ "impacts": "",
+ "introduced": "guilin",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Monitoring and Fault Protocol Selection",
+ "sections": [
+ "Monitoring and Fault Protocol Selection",
+ "Monitoring & Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-83092": {
+ "description": "The VNF or PNF Provider's Ansible playbooks **MUST** load passwords\nand other attributes that must remain secret from JSON, YAML or INI files\nthat can be encrypted/decrypted using Ansible Vault capabilities.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-83092",
+ "id_complete": "R-83092",
+ "id_parent": "R-83092",
+ "impacts": "",
+ "introduced": "frankfurt",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Ansible Playbook Requirements",
+ "sections": [
+ "Ansible Playbook Requirements",
+ "VNF or PNF Configuration via Ansible Requirements",
+ "Ansible Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF PROVIDER",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "guilin",
+ "validation_mode": ""
+ },
+ "R-83146": {
+ "description": "The VNF or PNF **MUST** support APPC ``StopApplication`` command.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-83146",
+ "id_complete": "R-83146",
+ "id_parent": "R-83146",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Lifecycle Management Related Commands",
+ "sections": [
+ "Lifecycle Management Related Commands",
+ "Controller Interactions With VNF or PNF",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-83227": {
+ "description": "The VNF **MUST** Provide the capability to encrypt data in\ntransit on a physical or virtual network.",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-83227",
+ "id_complete": "R-83227",
+ "id_parent": "R-83227",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Data Protection Requirements",
+ "sections": [
+ "VNF Data Protection Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-83412": {
+ "description": "If a VNF's Heat Orchestration Template's resource\n``OS::Neutron::Port`` is attaching to an ONAP external network (per the\nONAP definition, see Requirement R-57424 and R-16968), the\nproperty ``allowed_address_pairs``\nmap property ``ip_address`` parameter(s)\n**MUST NOT** be enumerated in the\nVNF's Heat Orchestration Template's Environment File.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Neutron Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-83412",
+ "id_complete": "R-83412",
+ "id_parent": "R-83412",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST NOT",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VIP Assignment, ONAP External Networks",
+ "sections": [
+ "VIP Assignment, ONAP External Networks",
+ "Property: allowed_address_pairs, Map Property: ip_address",
+ "Resource: OS::Neutron::Port - Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": "static"
+ },
+ "R-83500": {
+ "description": "The VNF **MUST** provide the capability of allowing certificate\nrenewal and revocation.",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-83500",
+ "id_complete": "R-83500",
+ "id_parent": "R-83500",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Cryptography Requirements",
+ "sections": [
+ "VNF Cryptography Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": ""
+ },
+ "R-83677": {
+ "description": "The VNF's Heat Orchestration Template's Resource\n``OS::Neutron::Port`` property ``fixed_ips``\nmap property ``subnet`` parameter\n``{network-role}_subnet_id``\n**MUST NOT** be enumerated in the\nVNF's Heat Orchestration Template's Environment File.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Neutron Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-83677",
+ "id_complete": "R-83677",
+ "id_parent": "R-83677",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST NOT",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Property: fixed_ips, Map Property: subnet",
+ "sections": [
+ "Property: fixed_ips, Map Property: subnet",
+ "Resource: OS::Neutron::Port - Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": "static"
+ },
+ "R-83706": {
+ "description": "When a VNF's Heat Orchestration Template's Virtual Machine\n(i.e., ``OS::Nova::Server`` resource) boots from an image, the\n``OS::Nova::Server`` resource property ``image`` **MUST** be used.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Nova Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-83706",
+ "id_complete": "R-83706",
+ "id_parent": "R-83706",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Boot Options",
+ "sections": [
+ "Boot Options",
+ "Resource: OS::Nova::Server - Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": "none"
+ },
+ "R-83790": {
+ "description": "The VNF or PNF **MUST** implement the ``:validate`` capability.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-83790",
+ "id_complete": "R-83790",
+ "id_parent": "R-83790",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "NETCONF Server Requirements",
+ "sections": [
+ "NETCONF Server Requirements",
+ "VNF or PNF Configuration via NETCONF Requirements",
+ "NETCONF Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-83873": {
+ "description": "The VNF or PNF **MUST** support ``:rollback-on-error`` value for\nthe <error-option> parameter to the <edit-config> operation. If any\nerror occurs during the requested edit operation, then the target\ndatabase (usually the running configuration) will be left unaffected.\nThis provides an 'all-or-nothing' edit mode for a single <edit-config>\nrequest.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-83873",
+ "id_complete": "R-83873",
+ "id_parent": "R-83873",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "NETCONF Server Requirements",
+ "sections": [
+ "NETCONF Server Requirements",
+ "VNF or PNF Configuration via NETCONF Requirements",
+ "NETCONF Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-84123": {
+ "description": "When\n\n * the VNF's Heat Orchestration Template's\n resource ``OS::Neutron::Port`` in an Incremental Module is attaching\n to an ONAP internal network (per the ONAP definition, see\n Requirements R-52425 and R-46461 and R-35666)\n that is created in the Base Module, AND\n * an IPv4 address is being cloud assigned by OpenStack's DHCP Service AND\n * the internal network IPv4 subnet is to be specified\n using the property ``fixed_ips`` map property ``subnet``,\n\nthe parameter **MUST** follow the naming convention\n\n * ``int_{network-role}_subnet_id``\n\nwhere\n\n * ``{network-role}`` is the network role of the ONAP internal network\n\nNote that the parameter **MUST** be defined as an ``output`` parameter in\nthe base module.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Neutron Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-84123",
+ "id_complete": "R-84123",
+ "id_parent": "R-84123",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Property: fixed_ips, Map Property: subnet",
+ "sections": [
+ "Property: fixed_ips, Map Property: subnet",
+ "Resource: OS::Neutron::Port - Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": "static"
+ },
+ "R-84160": {
+ "description": "The VNF **MUST** have security logging for VNFs and their\nOSs be active from initialization. Audit logging includes automatic\nroutines to maintain activity records and cleanup programs to ensure\nthe integrity of the audit/logging systems.",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-84160",
+ "id_complete": "R-84160",
+ "id_parent": "R-84160",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Security Analytics Requirements",
+ "sections": [
+ "VNF Security Analytics Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-841740": {
+ "description": "The VNF or PNF **SHOULD** support FileReady VES event for event-driven bulk transfer\nof monitoring data.",
+ "docname": "Chapter7/Monitoring-And-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-841740",
+ "id_complete": "R-841740",
+ "id_parent": "R-841740",
+ "impacts": "dcae, dmaap",
+ "introduced": "casablanca",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "SHOULD",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Bulk Performance Measurement",
+ "sections": [
+ "Bulk Performance Measurement",
+ "Monitoring & Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-842258": {
+ "description": "The VNF **MUST** include a configuration (e.g. a heat template or CSAR package)\nthat specifies the targeted parameters (e.g. a limited set of ports)\nover which the VNF will communicate; including internal, external and\nmanagement communication.",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-842258",
+ "id_complete": "R-842258",
+ "id_parent": "R-842258",
+ "impacts": "",
+ "introduced": "casablanca",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF General Security Requirements",
+ "sections": [
+ "VNF General Security Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": ""
+ },
+ "R-84322": {
+ "description": "A VNF's Heat Orchestration Template's Resource property parameter that\nis associated with an ONAP internal network (per the ONAP definition, see\nRequirements R-52425 and R-46461 and R-35666)\n**MUST** include\n``int_{network-role}`` as part of the parameter name,\nwhere ``int_`` is a hard coded string.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/{network-role}",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-84322",
+ "id_complete": "R-84322",
+ "id_parent": "R-84322",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "{network-role}",
+ "sections": [
+ "{network-role}"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": "none"
+ },
+ "R-84366": {
+ "description": "The VNF or PNF Documentation Package **MUST** describe the\nVNF or PNF Functional APIs that are utilized to build network and\napplication services. This document describes the externally exposed\nfunctional inputs and outputs for the VNF or PNF, including interface\nformat and protocols supported.",
+ "docname": "Chapter7/VNF-On-boarding-and-package-management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-84366",
+ "id_complete": "R-84366",
+ "id_parent": "R-84366",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Resource Description",
+ "sections": [
+ "Resource Description",
+ "VNF and PNF On-boarding and package management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF DOCUMENTATION PACKAGE",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-844011": {
+ "description": "The VNF **MUST** not store authentication credentials to itself in clear\ntext or any reversible form and must use salting.",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-844011",
+ "id_complete": "R-844011",
+ "id_parent": "R-844011",
+ "impacts": "",
+ "introduced": "casablanca",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Identity and Access Management Requirements",
+ "sections": [
+ "VNF Identity and Access Management Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": ""
+ },
+ "R-84457": {
+ "description": "A VNF's Heat Orchestration Template's Resource ``OS::ContrailV2::PortTuple``\nResource ID **MAY** use the naming convention\n\n* ``{vm-type}_RPT``\n\nwhere\n\n* ``{vm-type}`` is the vm-type\n* ``RPT`` signifies that it is the Resource Port Tuple",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Resource IDs",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-84457",
+ "id_complete": "R-84457",
+ "id_parent": "R-84457",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MAY",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "OS::ContrailV2::PortTuple",
+ "sections": [
+ "OS::ContrailV2::PortTuple",
+ "Contrail Heat Resources Resource ID Naming Convention",
+ "Resource IDs"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": ""
+ },
+ "R-84473": {
+ "description": "The VNF **MUST** enable DPDK in the guest OS for VNF's requiring\nhigh packets/sec performance. High packet throughput is defined as greater\nthan 500K packets/sec.",
+ "docname": "Chapter4/Design",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-84473",
+ "id_complete": "R-84473",
+ "id_parent": "R-84473",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Design",
+ "sections": [
+ "VNF Design"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-84517": {
+ "description": "The Contrail GUI has a limitation displaying special characters.\nThe issue is documented in\nhttps://bugs.launchpad.net/juniperopenstack/+bug/1590710.\nIt is recommended that special **SHOULD** characters be avoided.\nHowever, if special characters must be used, note that for\nthe following resources:\n\n* Virtual Machine\n* Virtual Network\n* Port\n* Security Group\n* Policies\n* IPAM Creation\n\nthe only special characters supported\nare - \\\" ! $\\ \\ ' ( ) = ~ ^ | @ ` { } [ ] > , . _\"",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Resource Property",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-84517",
+ "id_complete": "R-84517",
+ "id_parent": "R-84517",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "SHOULD",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Contrail Issue with Values for the Property Name",
+ "sections": [
+ "Contrail Issue with Values for the Property Name",
+ "Resource Property \u201cname\u201d"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": ""
+ },
+ "R-85235": {
+ "description": "When the VNF's Heat Orchestration Template's Resource\n``OS::Neutron::Port`` is attaching to an ONAP internal network (per the\nONAP definition, see Requirements R-52425 and R-46461 and R-35666),\nand an IPv4 address is assigned\nusing the property ``fixed_ips``\nmap property ``ip_address`` and the parameter type is defined as a\n``comma_delimited_list``,\nthe parameter name **MUST** follow the\nnaming convention\n\n * ``{vm-type}_int_{network-role}_ips``\n\nwhere\n\n * ``{vm-type}`` is the {vm-type} associated with the\n ``OS::Nova::Server``\n * ``{network-role}`` is the {network-role} of the ONAP internal\n network",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Neutron Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-85235",
+ "id_complete": "R-85235",
+ "id_parent": "R-85235",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Property: fixed_ips, Map Property: ip_address",
+ "sections": [
+ "Property: fixed_ips, Map Property: ip_address",
+ "Resource: OS::Neutron::Port - Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": "static"
+ },
+ "R-85328": {
+ "description": "A VNF's Heat Orchestration Template's ``OS::Nova::Server`` resource property\n``metadata`` **MAY**\ncontain the key/value pair ``vm_role`` and the value **MUST** be\nobtained either via\n\n- ``get_param``\n- hard coded in the key/value pair ``vm_role``.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Nova Metadata Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-85328",
+ "id_complete": "R-85328",
+ "id_parent": "R-85328",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MAY",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "vm_role",
+ "sections": [
+ "vm_role",
+ "Resource: OS::Nova::Server Metadata Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": ""
+ },
+ "R-85653": {
+ "description": "If ONAP licensing management solution is used, then the VNF or PNF **MUST** provide metrics (e.g., number of sessions,\nnumber of subscribers, number of seats, etc.) to ONAP for tracking\nevery license.",
+ "docname": "Chapter7/VNF-On-boarding-and-package-management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-85653",
+ "id_complete": "R-85653",
+ "id_parent": "R-85653",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Licensing Requirements",
+ "sections": [
+ "Licensing Requirements",
+ "VNF and PNF On-boarding and package management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "guilin",
+ "validation_mode": ""
+ },
+ "R-85734": {
+ "description": "If a VNF's Heat Orchestration Template contains the property ``name``\nfor a non ``OS::Nova::Server`` resource, the intrinsic function\n``str_replace`` **MUST** be used in conjunction with the ONAP\nsupplied metadata parameter ``vnf_name`` to generate a unique value.\nAdditional data **MAY** be used in the ``str_replace`` construct\nto generate a unique value.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Resource Property",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-85734",
+ "id_complete": "R-85734",
+ "id_parent": "R-85734",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Resource Property \u201cname\u201d",
+ "sections": [
+ "Resource Property \u201cname\u201d"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": "static"
+ },
+ "R-857511": {
+ "description": "VNF or PNF Provider **MUST** have agreement with the Service Provider before\nutilizing the :doc:`HV-VES option <dcae:sections/services/ves-hv/index>`\nfor monitoring as this option does not fully integrate with the ONAP's DCAE\nevent processing capabilities.",
+ "docname": "Chapter7/Monitoring-And-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-857511",
+ "id_complete": "R-857511",
+ "id_parent": "R-857511",
+ "impacts": "DCAE",
+ "introduced": "guilin",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Monitoring and Fault Protocol Selection",
+ "sections": [
+ "Monitoring and Fault Protocol Selection",
+ "Monitoring & Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF PROVIDER",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": "none"
+ },
+ "R-859208": {
+ "description": "The VNF **MUST** log automated remote activities performed with\nelevated privileges.",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-859208",
+ "id_complete": "R-859208",
+ "id_parent": "R-859208",
+ "impacts": "",
+ "introduced": "casablanca",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Security Analytics Requirements",
+ "sections": [
+ "VNF Security Analytics Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-85959": {
+ "description": "The VNF **SHOULD** automatically enable/disable added/removed\nsub-components or component so there is no manual intervention required.",
+ "docname": "Chapter4/Resiliency",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-85959",
+ "id_complete": "R-85959",
+ "id_parent": "R-85959",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "SHOULD",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "System Resource Optimization",
+ "sections": [
+ "System Resource Optimization",
+ "VNF Resiliency"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-85991": {
+ "description": "If the VNF or PNF requires a license then the VNF or PNF provider **MUST** provide a universal license key\nper VNF or PNF to be used as needed by services (i.e., not tied to a VM\ninstance) as the recommended solution. The VNF or PNF provider may provide\npools of Unique VNF or PNF License Keys, where there is a unique key for\neach VNF or PNF instance as an alternate solution. In all cases, licensing issues should\nbe resolved without interrupting in-service VNFs or PNFs.",
+ "docname": "Chapter7/VNF-On-boarding-and-package-management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-85991",
+ "id_complete": "R-85991",
+ "id_parent": "R-85991",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Licensing Requirements",
+ "sections": [
+ "Licensing Requirements",
+ "VNF and PNF On-boarding and package management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF PROVIDER",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "guilin",
+ "validation_mode": ""
+ },
+ "R-86182": {
+ "description": "When the VNF's Heat Orchestration Template's Resource\n``OS::Neutron::Port``\nis in an incremental module and\nis attaching to an ONAP internal network (per the\nONAP definition, see Requirements R-52425 and R-46461 and R-35666),\nthe ``network`` parameter name **MUST**\n\n * follow the naming convention ``int_{network-role}_net_id`` if the\n network UUID value is used to reference the network\n * follow the naming convention ``int_{network-role}_net_name`` if the\n network name in is used to reference the network.\n\nwhere ``{network-role}`` is the network-role of the ONAP internal network\nand a ``get_param`` **MUST** be used as the intrinsic function.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Neutron Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-86182",
+ "id_complete": "R-86182",
+ "id_parent": "R-86182",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Property: network",
+ "sections": [
+ "Property: network",
+ "Resource: OS::Neutron::Port - Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": "static"
+ },
+ "R-86235": {
+ "description": "The VNF or PNF Package **MUST** include documentation about the monitoring\nparameters that must include latencies, success rates, retry rates, load\nand quality (e.g., DPM) for the key transactions/functions supported by\nthe VNF or PNF and those that must be exercised by the VNF or PNF in order to perform\nits function.",
+ "docname": "Chapter7/VNF-On-boarding-and-package-management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-86235",
+ "id_complete": "R-86235",
+ "id_parent": "R-86235",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Resource Control Loop",
+ "sections": [
+ "Resource Control Loop",
+ "VNF and PNF On-boarding and package management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-86261": {
+ "description": "The VNF **MUST** be able to authenticate and authorize all remote access.",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-86261",
+ "id_complete": "R-86261",
+ "id_parent": "R-86261",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF General Security Requirements",
+ "sections": [
+ "VNF General Security Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": ""
+ },
+ "R-86285": {
+ "description": "A VNF's Heat Orchestration template **MUST** have a\ncorresponding environment file.",
+ "docname": "Chapter5/Heat/ONAP Heat Orchestration Template Format",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-86285",
+ "id_complete": "R-86285",
+ "id_parent": "R-86285",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Environment File Format",
+ "sections": [
+ "Environment File Format",
+ "ONAP Heat Orchestration Template Format"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": "static"
+ },
+ "R-86476": {
+ "description": "A VNF's Heat Orchestration Template's ``OS::Nova::Server`` resource\nproperty ``metadata`` key/value pair ``vm_role`` value **MUST**\nonly contain alphanumeric characters and underscores (i.e., '_').",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Nova Metadata Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-86476",
+ "id_complete": "R-86476",
+ "id_parent": "R-86476",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "vm_role",
+ "sections": [
+ "vm_role",
+ "Resource: OS::Nova::Server Metadata Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": "static"
+ },
+ "R-86497": {
+ "description": "A VNF's Heat Orchestration Template's Resource\n``OS::Cinder::VolumeAttachment``\nResource ID\n**SHOULD**\nuse the naming convention\n\n* ``{vm-type}_volume_attachment_{index}``\n\nwhere\n\n* ``{vm-type}`` is the vm-type\n* ``{index}`` starts at zero and increments by one (as described in R-11690)",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Resource IDs",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-86497",
+ "id_complete": "R-86497",
+ "id_parent": "R-86497",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "SHOULD",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "OS::Cinder::VolumeAttachment",
+ "sections": [
+ "OS::Cinder::VolumeAttachment",
+ "OpenStack Heat Resources Resource ID Naming Convention",
+ "Resource IDs"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-86585": {
+ "description": "The VNFC **SHOULD** minimize the use of state within\na VNFC to facilitate the movement of traffic from one instance\nto another.",
+ "docname": "Chapter4/Design",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-86585",
+ "id_complete": "R-86585",
+ "id_parent": "R-86585",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "SHOULD",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Design",
+ "sections": [
+ "VNF Design"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-86588": {
+ "description": "A VNF's Heat Orchestration Template's ``{network-role}`` case in Resource\nproperty parameter names **SHOULD** match the case of ``{network-role}``\nin Resource IDs and vice versa.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/{network-role}",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-86588",
+ "id_complete": "R-86588",
+ "id_parent": "R-86588",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "SHOULD",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "{network-role}",
+ "sections": [
+ "{network-role}"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": ""
+ },
+ "R-86758": {
+ "description": "The VNF **SHOULD** provide an automated test suite to validate\nevery new version of the software on the target environment(s). The tests\nshould be of sufficient granularity to independently test various\nrepresentative VNF use cases throughout its lifecycle. Operations might\nchoose to invoke these tests either on a scheduled basis or on demand to\nsupport various operations functions including test, turn-up and\ntroubleshooting.",
+ "docname": "Chapter4/Devops",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-86758",
+ "id_complete": "R-86758",
+ "id_parent": "R-86758",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "SHOULD",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Devops",
+ "sections": [
+ "VNF Devops"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-86835": {
+ "description": "The VNF **MUST** set the default settings for user access\nto deny authorization, except for a super user type of account.",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-86835",
+ "id_complete": "R-86835",
+ "id_parent": "R-86835",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Identity and Access Management Requirements",
+ "sections": [
+ "VNF Identity and Access Management Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": ""
+ },
+ "R-86926": {
+ "description": "A VNF's incremental module **MAY** be used for scale out only.",
+ "docname": "Chapter5/Heat/ONAP Heat Orchestration Templates Overview",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-86926",
+ "id_complete": "R-86926",
+ "id_parent": "R-86926",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MAY",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "ONAP VNF Modularity Overview",
+ "sections": [
+ "ONAP VNF Modularity Overview",
+ "ONAP Heat Orchestration Templates Overview"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-86972": {
+ "description": "A VNF **SHOULD** create the ONAP internal network in the VNF's Heat\nOrchestration Template's Base Module.",
+ "docname": "Chapter5/Heat/ONAP Heat Networking",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-86972",
+ "id_complete": "R-86972",
+ "id_parent": "R-86972",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "SHOULD",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Internal Networks",
+ "sections": [
+ "Internal Networks",
+ "ONAP Heat Networking"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": ""
+ },
+ "R-87004": {
+ "description": "A VNF's Heat Orchestration Template's Resource\n``OS::Cinder::Volume``\nResource ID\n**SHOULD**\nuse the naming convention\n\n* ``{vm-type}_volume_{index}``\n\nwhere\n\n* ``{vm-type}`` is the vm-type\n* ``{index}`` starts at zero and increments by one (as described in R-11690)",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Resource IDs",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-87004",
+ "id_complete": "R-87004",
+ "id_parent": "R-87004",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "SHOULD",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "OS::Cinder::Volume",
+ "sections": [
+ "OS::Cinder::Volume",
+ "OpenStack Heat Resources Resource ID Naming Convention",
+ "Resource IDs"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-87096": {
+ "description": "A VNF **MAY** contain zero, one or more than one ONAP internal network.",
+ "docname": "Chapter5/Heat/ONAP Heat Networking",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-87096",
+ "id_complete": "R-87096",
+ "id_parent": "R-87096",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MAY",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Internal Networks",
+ "sections": [
+ "Internal Networks",
+ "ONAP Heat Networking"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": ""
+ },
+ "R-87123": {
+ "description": "The VNF's Heat Orchestration Template's Resource\n``OS::Neutron::Port`` property ``fixed_ips``\nmap property ``ip_address`` parameter\n``{vm-type}_{network-role}_v6_ip_{index}``\n**MUST NOT** be enumerated in the\nVNF's Heat Orchestration Template's Environment File.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Neutron Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-87123",
+ "id_complete": "R-87123",
+ "id_parent": "R-87123",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST NOT",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Property: fixed_ips, Map Property: ip_address",
+ "sections": [
+ "Property: fixed_ips, Map Property: ip_address",
+ "Resource: OS::Neutron::Port - Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": "static"
+ },
+ "R-87234": {
+ "description": "The VNF or PNF CSAR package provided by a VNF or PNF vendor **MUST** be with\nTOSCA-Metadata directory (CSAR Option 1) as specified in\nETSI GS NFV-SOL004.\n\n**Note:** SDC supports only the CSAR Option 1 in Dublin. The Option 2\nwill be considered in future ONAP releases.",
+ "docname": "Chapter5/Tosca/ONAP VNF or PNF CSAR Package",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-87234",
+ "id_complete": "R-87234",
+ "id_parent": "R-87234",
+ "impacts": "",
+ "introduced": "casablanca",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF or PNF Package Structure and Format",
+ "sections": [
+ "VNF or PNF Package Structure and Format",
+ "VNF or PNF CSAR Package"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF CSAR PACKAGE",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": ""
+ },
+ "R-87247": {
+ "description": "VNF Heat Orchestration Template's Incremental Module file name\n**MUST** contain only alphanumeric characters and underscores\n'_' and **MUST NOT** contain the case insensitive string ``base``.",
+ "docname": "Chapter5/Heat/ONAP Heat Orchestration Templates Overview",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-87247",
+ "id_complete": "R-87247",
+ "id_parent": "R-87247",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Incremental Modules",
+ "sections": [
+ "Incremental Modules",
+ "ONAP Heat Orchestration Template Filenames",
+ "ONAP Heat Orchestration Templates Overview"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "el alto",
+ "validation_mode": "static"
+ },
+ "R-872986": {
+ "description": "The VNF **MUST** store Authentication Credentials used to authenticate to\nother systems encrypted except where there is a technical need to store\nthe password unencrypted in which case it must be protected using other\nsecurity techniques that include the use of file and directory permissions.\nIdeally, credentials SHOULD rely on a HW Root of Trust, such as a\nTPM or HSM.",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-872986",
+ "id_complete": "R-872986",
+ "id_parent": "R-872986",
+ "impacts": "",
+ "introduced": "casablanca",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF General Security Requirements",
+ "sections": [
+ "VNF General Security Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-87352": {
+ "description": "The VNF **SHOULD** utilize Cloud health checks, when available\nfrom the Network Cloud, from inside the application through APIs to check\nthe network connectivity, dropped packets rate, injection, and auto failover\nto alternate sites if needed.",
+ "docname": "Chapter4/Resiliency",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-87352",
+ "id_complete": "R-87352",
+ "id_parent": "R-87352",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "SHOULD",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Monitoring & Dashboard",
+ "sections": [
+ "Monitoring & Dashboard",
+ "VNF Resiliency"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-87485": {
+ "description": "A VNF's Heat Orchestration Template's file extension **MUST**\nbe in the lower case format ``.yaml`` or ``.yml``.",
+ "docname": "Chapter5/Heat/ONAP Heat Orchestration Templates Overview",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-87485",
+ "id_complete": "R-87485",
+ "id_parent": "R-87485",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "ONAP Heat Orchestration Template Filenames",
+ "sections": [
+ "ONAP Heat Orchestration Template Filenames",
+ "ONAP Heat Orchestration Templates Overview"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": "static"
+ },
+ "R-87563": {
+ "description": "A VNF's Heat Orchestration Template's Resource\n``OS::ContrailV2::InstanceIp`` Resource ID\nthat is configuring an IPv6 Address on a virtual machine interface\n(i.e., OS::ContrailV2::VirtualMachineInterface)\nattached to an ONAP internal network (per the ONAP definition, see\nRequirements R-52425 and R-46461 and R-35666)\n**MUST** use the naming convention\n\n* ``{vm-type}_{vm-type_index}_int_{network-role}_vmi_{vmi_index}_v6_IP_{index}``\n\nwhere\n\n* ``{vm-type}`` is the vm-type\n* ``{vm-type_index}`` references the instance of the ``{vm-type}`` in\n the VNF. The\n ``{vm-type_index}`` is a numeric value that **MUST** start at zero\n in the VNF and\n **MUST** increment by one each time a new instance of a ``{vm-type}``\n is referenced.\n* ``{network-role}`` is the network-role of the ONAP internal network\n that the port is attached to\n* ``{vmi_index}`` references the instance of the virtual machine interface\n on the ``{vm-type}`` attached to ``{network-role}`` network. The\n ``{vmi_index}`` is a numeric value that **MUST** start at zero on an\n instance of a ``{vm-type}`` and **MUST** increment by one each time a\n new virtual machine interface is defined on the instance of the\n ``{vm-type}`` attached to ``{network-role}`` network.\n* ``v6_IP`` signifies that an IPv6 address is being configured\n* ``{index}`` references the instance of the IPv6 address configured\n on the virtual machine interface. The ``{index}`` is a numeric value\n that **MUST** start at zero on an\n instance of a virtual machine interface and **MUST** increment by one\n each time a new IPv6 address is configured on the\n virtual machine interface.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Resource IDs",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-87563",
+ "id_complete": "R-87563",
+ "id_parent": "R-87563",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "OS::ContrailV2::InstanceIp",
+ "sections": [
+ "OS::ContrailV2::InstanceIp",
+ "Contrail Heat Resources Resource ID Naming Convention",
+ "Resource IDs"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": "static"
+ },
+ "R-87564": {
+ "description": "The VNF or PNF **SHOULD** conform its YANG model to RFC 7317,\n\"A YANG Data Model for System Management\".",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-87564",
+ "id_complete": "R-87564",
+ "id_parent": "R-87564",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "SHOULD",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "NETCONF Server Requirements",
+ "sections": [
+ "NETCONF Server Requirements",
+ "VNF or PNF Configuration via NETCONF Requirements",
+ "NETCONF Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-87817": {
+ "description": "When the VNF's Heat Orchestration Template's Resource ``OS::Nova::Server``\nproperty ``name`` parameter is defined as a ``comma_delimited_list``,\nthe parameter name **MUST** follow the naming convention\n``{vm-type}_names``.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Nova Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-87817",
+ "id_complete": "R-87817",
+ "id_parent": "R-87817",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Property: Name",
+ "sections": [
+ "Property: Name",
+ "Resource: OS::Nova::Server - Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": "static"
+ },
+ "R-88002": {
+ "description": "The VNF or PNF Provider **MUST** use a pre-agreed upon password to encrypt\nthe Ansible Vault file, or provide the vault password used to encrypt\nthe file to the customer, in a secure manner, to allow the customer to\ndecrypt/encrypt (rekey) Ansible Vault files before they are checked\ninto the central repository for distribution.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-88002",
+ "id_complete": "R-88002",
+ "id_parent": "R-88002",
+ "impacts": "",
+ "introduced": "frankfurt",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Ansible Playbook Requirements",
+ "sections": [
+ "Ansible Playbook Requirements",
+ "VNF or PNF Configuration via Ansible Requirements",
+ "Ansible Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF PROVIDER",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-88026": {
+ "description": "The VNF or PNF **MUST** include a NETCONF server enabling\nruntime configuration and lifecycle management capabilities.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-88026",
+ "id_complete": "R-88026",
+ "id_parent": "R-88026",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Configuration Management",
+ "sections": [
+ "Configuration Management",
+ "VNF or PNF Configuration via NETCONF Requirements",
+ "NETCONF Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-88031": {
+ "description": "The VNF or PNF **SHOULD** implement the protocol operation:\n``delete-config(target)`` - Delete the named configuration\ndata store target.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-88031",
+ "id_complete": "R-88031",
+ "id_parent": "R-88031",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "SHOULD",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "NETCONF Server Requirements",
+ "sections": [
+ "NETCONF Server Requirements",
+ "VNF or PNF Configuration via NETCONF Requirements",
+ "NETCONF Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-88199": {
+ "description": "The VNF **MUST** utilize a persistent datastore service that\ncan meet the data performance/latency requirements. (For example:\nDatastore service could be a VNFC in VNF or a DBaaS in the Cloud\nexecution environment)",
+ "docname": "Chapter4/Design",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-88199",
+ "id_complete": "R-88199",
+ "id_parent": "R-88199",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Design",
+ "sections": [
+ "VNF Design"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-88524": {
+ "description": "A VNF's Heat Orchestration Template's Volume Template\nOutput Parameter names\n**MUST** contain ``{vm-type}`` when appropriate.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/ONAP Output Parameter Names",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-88524",
+ "id_complete": "R-88524",
+ "id_parent": "R-88524",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "ONAP Volume Template Output Parameters:",
+ "sections": [
+ "ONAP Volume Template Output Parameters:",
+ "ONAP Output Parameter Names"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": "none"
+ },
+ "R-88536": {
+ "description": "A VNF's Heat Orchestration Template's OS::Nova::Server\nResource **SHOULD** contain the metadata map value parameter\n'environment_context'.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Nova Metadata Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-88536",
+ "id_complete": "R-88536",
+ "id_parent": "R-88536",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "SHOULD",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "environment_context",
+ "sections": [
+ "environment_context",
+ "Resource: OS::Nova::Server Metadata Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": ""
+ },
+ "R-88786": {
+ "description": "The VNF or PNF Provider's Ansible playbooks **SHOULD** place the passwords\nand secrets to be edited at the top of the single YAML or JSON file with\nall the secrets, and the (default) ones that are to remain unchanged '\ntowards the bottom, with commentary separating them.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-88786",
+ "id_complete": "R-88786",
+ "id_parent": "R-88786",
+ "impacts": "",
+ "introduced": "frankfurt",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "SHOULD",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Ansible Playbook Requirements",
+ "sections": [
+ "Ansible Playbook Requirements",
+ "VNF or PNF Configuration via Ansible Requirements",
+ "Ansible Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF PROVIDER",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "guilin",
+ "validation_mode": ""
+ },
+ "R-88863": {
+ "description": "A VNF's Heat Orchestration Template's parameter defined\nin a non-nested YAML file as type\n``number`` **MAY** have a parameter constraint defined.",
+ "docname": "Chapter5/Heat/ONAP Heat Orchestration Template Format",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-88863",
+ "id_complete": "R-88863",
+ "id_parent": "R-88863",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MAY",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "constraints",
+ "sections": [
+ "constraints",
+ "parameters",
+ "Heat Orchestration Template Structure",
+ "ONAP Heat Orchestration Template Format"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": "none"
+ },
+ "R-88899": {
+ "description": "The VNF or PNF **MUST** support simultaneous <commit> operations\nwithin the context of this locking requirements framework.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-88899",
+ "id_complete": "R-88899",
+ "id_parent": "R-88899",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "NETCONF Server Requirements",
+ "sections": [
+ "NETCONF Server Requirements",
+ "VNF or PNF Configuration via NETCONF Requirements",
+ "NETCONF Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-89010": {
+ "description": "The VNF **MUST** survive any single points of software failure\ninternal to the VNF (e.g., in memory structures, JMS message queues).",
+ "docname": "Chapter4/Resiliency",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-89010",
+ "id_complete": "R-89010",
+ "id_parent": "R-89010",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "All Layer Redundancy",
+ "sections": [
+ "All Layer Redundancy",
+ "VNF Resiliency"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-89474": {
+ "description": "The VNF **MUST** log the field \"Login ID\" in the security audit logs.",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-89474",
+ "id_complete": "R-89474",
+ "id_parent": "R-89474",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Security Analytics Requirements",
+ "sections": [
+ "VNF Security Analytics Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-89571": {
+ "description": "The VNF or PNF PROVIDER **MUST** provide artifacts for configuration\nmanagement using at least one of the following technologies;\na) Netconf/YANG, b) Chef, or c) Ansible.",
+ "docname": "Chapter7/VNF-On-boarding-and-package-management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-89571",
+ "id_complete": "R-89571",
+ "id_parent": "R-89571",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Resource Configuration",
+ "sections": [
+ "Resource Configuration",
+ "VNF and PNF On-boarding and package management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF PROVIDER",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": ""
+ },
+ "R-89800": {
+ "description": "The VNF **MUST NOT** require Hypervisor-level customization\nfrom the cloud provider.",
+ "docname": "Chapter4/Devops",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-89800",
+ "id_complete": "R-89800",
+ "id_parent": "R-89800",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST NOT",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Devops",
+ "sections": [
+ "VNF Devops"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-89913": {
+ "description": "A VNF's Heat Orchestration Template's Cinder Volume Module Output\nParameter(s)\n**MUST** include the\nUUID(s) of the Cinder Volumes created in template.",
+ "docname": "Chapter5/Heat/ONAP Heat Orchestration Templates Overview",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-89913",
+ "id_complete": "R-89913",
+ "id_parent": "R-89913",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "ONAP Volume Module Output Parameters",
+ "sections": [
+ "ONAP Volume Module Output Parameters",
+ "Output Parameters",
+ "ONAP Heat Orchestration Templates Overview"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": "static"
+ },
+ "R-90007": {
+ "description": "The VNF or PNF **MUST** implement the protocol operation:\n``close-session()`` - Gracefully close the current session.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-90007",
+ "id_complete": "R-90007",
+ "id_parent": "R-90007",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "NETCONF Server Requirements",
+ "sections": [
+ "NETCONF Server Requirements",
+ "VNF or PNF Configuration via NETCONF Requirements",
+ "NETCONF Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-90022": {
+ "description": "A VNF's Nested YAML file **MAY** be invoked more than once by\na VNF's Heat Orchestration Template.",
+ "docname": "Chapter5/Heat/ONAP Heat Template Constructs",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-90022",
+ "id_complete": "R-90022",
+ "id_parent": "R-90022",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MAY",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Nested Heat Template Requirements",
+ "sections": [
+ "Nested Heat Template Requirements",
+ "Nested Heat Templates",
+ "ONAP Heat Heat Template Constructs"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": ""
+ },
+ "R-901331": {
+ "description": "The VNF's Heat Orchestration Template's Resource ``OS::Nova::Server``\nproperty ``image`` value **MUST** be be obtained via a ``get_param``.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Nova Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-901331",
+ "id_complete": "R-901331",
+ "id_parent": "R-901331",
+ "impacts": "",
+ "introduced": "casablanca",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Property: image",
+ "sections": [
+ "Property: image",
+ "Resource: OS::Nova::Server - Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": "static"
+ },
+ "R-90152": {
+ "description": "A VNF's Heat Orchestration Template's\n``resources:`` section **MUST** contain the declaration of at\nleast one resource.",
+ "docname": "Chapter5/Heat/ONAP Heat Orchestration Template Format",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-90152",
+ "id_complete": "R-90152",
+ "id_parent": "R-90152",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "resources",
+ "sections": [
+ "resources",
+ "Heat Orchestration Template Structure",
+ "ONAP Heat Orchestration Template Format"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": "static"
+ },
+ "R-90206": {
+ "description": "The VNF's Heat Orchestration Template's Resource\n``OS::Neutron::Port`` property ``fixed_ips``\nmap property ``ip_address`` parameter\n``{vm-type}_int_{network-role}_int_ips``\n**MUST** be enumerated in the\nVNF's Heat Orchestration Template's Environment File.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Neutron Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-90206",
+ "id_complete": "R-90206",
+ "id_parent": "R-90206",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Property: fixed_ips, Map Property: ip_address",
+ "sections": [
+ "Property: fixed_ips, Map Property: ip_address",
+ "Resource: OS::Neutron::Port - Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": "static"
+ },
+ "R-90279": {
+ "description": "A VNF Heat Orchestration's template's parameter **MUST** be used\n\n- in a resource AND/OR\n- in a output parameter (in the outputs section)\n\nwith the exception of the parameters for the ``OS::Nova::Server``\nresource property ``availability_zone`` which is defined in R-98450.",
+ "docname": "Chapter5/Heat/ONAP Heat Orchestration Template Format",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-90279",
+ "id_complete": "R-90279",
+ "id_parent": "R-90279",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "parameters",
+ "sections": [
+ "parameters",
+ "Heat Orchestration Template Structure",
+ "ONAP Heat Orchestration Template Format"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": "static"
+ },
+ "R-90526": {
+ "description": "A VNF Heat Orchestration Template parameter declaration **MUST NOT**\ncontain the ``default`` attribute.",
+ "docname": "Chapter5/Heat/ONAP Heat Orchestration Template Format",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-90526",
+ "id_complete": "R-90526",
+ "id_parent": "R-90526",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST NOT",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "default",
+ "sections": [
+ "default",
+ "parameters",
+ "Heat Orchestration Template Structure",
+ "ONAP Heat Orchestration Template Format"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": "static"
+ },
+ "R-90632": {
+ "description": "The VNF Package **MUST** include documentation about KPIs and\nmetrics that need to be collected at each VM for capacity planning\nand performance management purposes.",
+ "docname": "Chapter7/VNF-On-boarding-and-package-management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-90632",
+ "id_complete": "R-90632",
+ "id_parent": "R-90632",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Resource Control Loop",
+ "sections": [
+ "Resource Control Loop",
+ "VNF and PNF On-boarding and package management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-90748": {
+ "description": "A VNF's Heat Orchestration Template's Resource ``OS::Cinder::Volume``\n**MAY** be defined in an Incremental Module.",
+ "docname": "Chapter5/Heat/ONAP Heat Orchestration Templates Overview",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-90748",
+ "id_complete": "R-90748",
+ "id_parent": "R-90748",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MAY",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "ONAP VNF Modularity Overview",
+ "sections": [
+ "ONAP VNF Modularity Overview",
+ "ONAP Heat Orchestration Templates Overview"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-908291": {
+ "description": "The VNF or PNF **MAY** leverage a bulk VNF or PNF telemetry transmission\nmechanism in instances where other transmission\nmethods are not practical or advisable.\n\nNOTE: For additional information and use cases for the Bulk Telemetry\nTransmission Mechanism, please refer to\nthe :ref:`bulk_performance_measurement` requirements and the\n`5G - Bulk PM ONAP Development <https://wiki.onap.org/display/DW/5G+-+Bulk+PM>`__\nWiki page.",
+ "docname": "Chapter7/Monitoring-And-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-908291",
+ "id_complete": "R-908291",
+ "id_parent": "R-908291",
+ "impacts": "dcae, dmaap",
+ "introduced": "casablanca",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MAY",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Monitoring and Fault Protocol Selection",
+ "sections": [
+ "Monitoring and Fault Protocol Selection",
+ "Monitoring & Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "guilin",
+ "validation_mode": "in_service"
+ },
+ "R-91125": {
+ "description": "The VNF's Heat Orchestration Template's Resource ``OS::Nova::Server``\nproperty\n``image`` parameter **MUST** be enumerated in the Heat Orchestration\nTemplate's Environment File and a value **MUST** be assigned.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Nova Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-91125",
+ "id_complete": "R-91125",
+ "id_parent": "R-91125",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Property: image",
+ "sections": [
+ "Property: image",
+ "Resource: OS::Nova::Server - Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": "static"
+ },
+ "R-91273": {
+ "description": "A VNF Heat Orchestration's template's parameter for the\n``OS::Nova::Server`` resource property ``availability_zone``\n**MAY NOT** be used in any ``OS::Nova::Server``.",
+ "docname": "Chapter5/Heat/ONAP Heat Orchestration Template Format",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-91273",
+ "id_complete": "R-91273",
+ "id_parent": "R-91273",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MAY NOT",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "parameters",
+ "sections": [
+ "parameters",
+ "Heat Orchestration Template Structure",
+ "ONAP Heat Orchestration Template Format"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": "none"
+ },
+ "R-91342": {
+ "description": "A VNF Heat Orchestration Template's Base Module's Environment File\n**MUST** be named identical to the VNF Heat Orchestration Template's\nBase Module with ``.y[a]ml`` replaced with ``.env``.",
+ "docname": "Chapter5/Heat/ONAP Heat Orchestration Templates Overview",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-91342",
+ "id_complete": "R-91342",
+ "id_parent": "R-91342",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Base Modules",
+ "sections": [
+ "Base Modules",
+ "ONAP Heat Orchestration Template Filenames",
+ "ONAP Heat Orchestration Templates Overview"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": "static"
+ },
+ "R-91497": {
+ "description": "A VNF's incremental module **MAY** be used for both deployment and\nscale out.",
+ "docname": "Chapter5/Heat/ONAP Heat Orchestration Templates Overview",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-91497",
+ "id_complete": "R-91497",
+ "id_parent": "R-91497",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MAY",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "ONAP VNF Modularity Overview",
+ "sections": [
+ "ONAP VNF Modularity Overview",
+ "ONAP Heat Orchestration Templates Overview"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-91745": {
+ "description": "The VNF or PNF **MUST** update the Ansible Server and other entities\nstoring and using the SSH keys for authentication when the SSH\nkeys used by Ansible are regenerated/updated.\n\n**Note**: Ansible Server itself may be used to upload new SSH public\nkeys onto supported VNFs or PNFs.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-91745",
+ "id_complete": "R-91745",
+ "id_parent": "R-91745",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Ansible Client Requirements",
+ "sections": [
+ "Ansible Client Requirements",
+ "VNF or PNF Configuration via Ansible Requirements",
+ "Ansible Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-918136": {
+ "description": "The VNF or PNF Provider's Ansible playbooks **MUST NOT** fail due to\na mismatched version check as specified in R-918136. The warning message\nshould be issued, and the playbook execution should continue as normal.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-918136",
+ "id_complete": "R-918136",
+ "id_parent": "R-918136",
+ "impacts": "",
+ "introduced": "guilin",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST NOT",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Ansible Playbook Requirements",
+ "sections": [
+ "Ansible Playbook Requirements",
+ "VNF or PNF Configuration via Ansible Requirements",
+ "Ansible Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF PROVIDER",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-92193": {
+ "description": "A VNF's Heat Orchestration Template's Contrail resource\n``OS::ContrailV2::InstanceIp`` and/or\n``OS::ContrailV2::VirtualMachineInterface`` property\n``virtual_network_refs`` parameter ``{network-role}_net_fqdn``\n**MUST NOT** be enumerated in the VNF's Heat Orchestration Template's\nEnvironment File.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Contrail Resource Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-92193",
+ "id_complete": "R-92193",
+ "id_parent": "R-92193",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST NOT",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "ONAP External Networks",
+ "sections": [
+ "ONAP External Networks",
+ "Contrail Network Parameters",
+ "Contrail Resource Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": "static"
+ },
+ "R-92207": {
+ "description": "The VNF **SHOULD** provide a mechanism that enables the operators to\nperform automated system configuration auditing at configurable time\nintervals.",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-92207",
+ "id_complete": "R-92207",
+ "id_parent": "R-92207",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "SHOULD",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF General Security Requirements",
+ "sections": [
+ "VNF General Security Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": ""
+ },
+ "R-92571": {
+ "description": "The VNF **MUST** provide operational instrumentation such as\nlogging, so as to facilitate quick resolution of issues with the VNF to\nprovide service continuity.",
+ "docname": "Chapter4/Resiliency",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-92571",
+ "id_complete": "R-92571",
+ "id_parent": "R-92571",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Monitoring & Dashboard",
+ "sections": [
+ "Monitoring & Dashboard",
+ "VNF Resiliency"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-92635": {
+ "description": "A VNF's Heat Orchestration Template **MUST** be compliant with the\nOpenStack Template Guide.",
+ "docname": "Chapter5/Heat/ONAP Heat Orchestration Template Format",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-92635",
+ "id_complete": "R-92635",
+ "id_parent": "R-92635",
+ "impacts": "",
+ "introduced": "casablanca",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "ONAP Heat Orchestration Template Format",
+ "sections": [
+ "ONAP Heat Orchestration Template Format"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": "static"
+ },
+ "R-92866": {
+ "description": "The VNF or PNF Provider **MUST** include as part of post-instantiation\nconfiguration done by Ansible Playbooks the removal/update of the SSH\npublic key from ``/root/.ssh/authorized_keys``, and update of SSH keys\nloaded through instantiation to support Ansible. This may include creating\nMechanized user ID(s) used by the Ansible Server(s) on VNF VM(s) and\nuploading and installing new SSH keys used by the mechanized use ID(s).",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-92866",
+ "id_complete": "R-92866",
+ "id_parent": "R-92866",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Ansible Client Requirements",
+ "sections": [
+ "Ansible Client Requirements",
+ "VNF or PNF Configuration via Ansible Requirements",
+ "Ansible Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF PROVIDER",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-92935": {
+ "description": "The VNF **SHOULD** minimize the propagation of state information\nacross multiple data centers to avoid cross data center traffic.",
+ "docname": "Chapter4/Resiliency",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-92935",
+ "id_complete": "R-92935",
+ "id_parent": "R-92935",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "SHOULD",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Minimize Cross Data-Center Traffic",
+ "sections": [
+ "Minimize Cross Data-Center Traffic",
+ "VNF Resiliency"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-93030": {
+ "description": "The VNF's Heat Orchestration Template's Resource\n``OS::Neutron::Port`` property ``fixed_ips``\nmap property ``ip_address`` parameter\n``{vm-type}_{network-role}_v6_ips``\n**MUST NOT** be enumerated in the\nVNF's Heat Orchestration Template's Environment File.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Neutron Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-93030",
+ "id_complete": "R-93030",
+ "id_parent": "R-93030",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST NOT",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Property: fixed_ips, Map Property: ip_address",
+ "sections": [
+ "Property: fixed_ips, Map Property: ip_address",
+ "Resource: OS::Neutron::Port - Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": "static"
+ },
+ "R-931076": {
+ "description": "The VNF **MUST** support account names that contain at least A-Z, a-z,\nand 0-9 character sets and be at least 6 characters in length.",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-931076",
+ "id_complete": "R-931076",
+ "id_parent": "R-931076",
+ "impacts": "",
+ "introduced": "casablanca",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Identity and Access Management Requirements",
+ "sections": [
+ "VNF Identity and Access Management Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": ""
+ },
+ "R-93443": {
+ "description": "The VNF or PNF **MUST** define all data models in YANG 1.0 [RFC6020] or\nYANG 1.1 [RFC7950]. A combination of YANG 1.0 and YANG 1.1 modules is\nallowed subject to the rules in [RFC7950] section 12. The mapping to\nNETCONF shall follow the rules defined in this RFC.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-93443",
+ "id_complete": "R-93443",
+ "id_parent": "R-93443",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "NETCONF Server Requirements",
+ "sections": [
+ "NETCONF Server Requirements",
+ "VNF or PNF Configuration via NETCONF Requirements",
+ "NETCONF Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-93496": {
+ "description": "The VNF's Heat Orchestration Template's Resource ``OS::Neutron::Port``\nproperty ``fixed_ips``\nmap property ``ip_address``\nparameter associated with an ONAP internal network, i.e.,\n\n * ``{vm-type}_int_{network-role}_ip_{index}``\n * ``{vm-type}_int_{network-role}_v6_ip_{index}``\n * ``{vm-type}_int_{network-role}_ips``\n * ``{vm-type}_int_{network-role}_v6_ips``\n\n\n**MUST** be enumerated in the Heat Orchestration\nTemplate's Environment File and IP addresses **MUST** be\nassigned.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Neutron Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-93496",
+ "id_complete": "R-93496",
+ "id_parent": "R-93496",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Property: fixed_ips, Map Property: ip_address",
+ "sections": [
+ "Property: fixed_ips, Map Property: ip_address",
+ "Resource: OS::Neutron::Port - Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": "static"
+ },
+ "R-935717": {
+ "description": "The VNF or PNF **MUST** report heartbeats using\n:ref:`Virtual Function Event Streaming (VES) <ves_monitoring_requirements>`.",
+ "docname": "Chapter7/Monitoring-And-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-935717",
+ "id_complete": "R-935717",
+ "id_parent": "R-935717",
+ "impacts": "",
+ "introduced": "guilin",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Monitoring and Fault Protocol Selection",
+ "sections": [
+ "Monitoring and Fault Protocol Selection",
+ "Monitoring & Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-93860": {
+ "description": "The VNF **SHOULD** provide the capability to integrate with an\nexternal encryption service.",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-93860",
+ "id_complete": "R-93860",
+ "id_parent": "R-93860",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "SHOULD",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Cryptography Requirements",
+ "sections": [
+ "VNF Cryptography Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": ""
+ },
+ "R-940591": {
+ "description": "A VNF or PNF producing VES events **SHOULD** use the recommended parameter\nname for the configurable value from Table 1.",
+ "docname": "Chapter7/Monitoring-And-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-940591",
+ "id_complete": "R-940591",
+ "id_parent": "R-940591",
+ "impacts": "",
+ "introduced": "guilin",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "SHOULD",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Configuration Requirements",
+ "sections": [
+ "Configuration Requirements",
+ "Virtual Function Event Streaming (VES) Client Requirements",
+ "Monitoring & Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-94084": {
+ "description": "The VNF or PNF **MUST** support APPC/SDN-C ``ConfigScaleOut`` command.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-94084",
+ "id_complete": "R-94084",
+ "id_parent": "R-94084",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Configuration Commands",
+ "sections": [
+ "Configuration Commands",
+ "Controller Interactions With VNF or PNF",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-94509": {
+ "description": "A VNF Heat Orchestration Template's Incremental Module's Environment File\n**MUST** be named identical to the VNF Heat Orchestration Template's\nIncremental Module with ``.y[a]ml`` replaced with ``.env``.",
+ "docname": "Chapter5/Heat/ONAP Heat Orchestration Templates Overview",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-94509",
+ "id_complete": "R-94509",
+ "id_parent": "R-94509",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Incremental Modules",
+ "sections": [
+ "Incremental Modules",
+ "ONAP Heat Orchestration Template Filenames",
+ "ONAP Heat Orchestration Templates Overview"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": "static"
+ },
+ "R-94525": {
+ "description": "The VNF **MUST** log connections to the network listeners of the\nresource.",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-94525",
+ "id_complete": "R-94525",
+ "id_parent": "R-94525",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Security Analytics Requirements",
+ "sections": [
+ "VNF Security Analytics Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": ""
+ },
+ "R-94567": {
+ "description": "The VNF or PNF Provider's Ansible playbooks **MUST** be designed to run\nusing an inventory hosts file in a supported format with only IP addresses\nor IP addresses and VM/VNF or PNF names.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-94567",
+ "id_complete": "R-94567",
+ "id_parent": "R-94567",
+ "impacts": "",
+ "introduced": "casablanca",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Ansible Client Requirements",
+ "sections": [
+ "Ansible Client Requirements",
+ "VNF or PNF Configuration via Ansible Requirements",
+ "Ansible Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF PROVIDER",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "guilin",
+ "validation_mode": ""
+ },
+ "R-94669": {
+ "description": "If a VNF has one IPv6 OAM Management IP Address and the\nIP Address needs to be inventoried in ONAP's A&AI\ndatabase, an output parameter **MUST** be declared in only one of the\nVNF's Heat Orchestration Templates and the parameter **MUST** be named\n``oam_management_v6_address``.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/ONAP Output Parameter Names",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-94669",
+ "id_complete": "R-94669",
+ "id_parent": "R-94669",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "OAM Management IP Addresses",
+ "sections": [
+ "OAM Management IP Addresses",
+ "Predefined Output Parameters",
+ "ONAP Output Parameter Names"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": "static"
+ },
+ "R-94978": {
+ "description": "The VNF **MUST** provide a mechanism and tool to perform a graceful\nshutdown of all the containers (VMs) in the VNF without impacting service\nor service quality assuming another VNF in same or other geographical\nlocation can take over traffic and process service requests.",
+ "docname": "Chapter4/Resiliency",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-94978",
+ "id_complete": "R-94978",
+ "id_parent": "R-94978",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Application Resilient Error Handling",
+ "sections": [
+ "Application Resilient Error Handling",
+ "VNF Resiliency"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-952314": {
+ "description": "If the PNF set up a TLS connection and mutual (two-way) authentication is\nbeing used, then the PNF **MUST** provide its own X.509v3 Certificate to\nthe DCAE VES Collector for authentication.\n\nNote: This allows TLS authentication by DCAE VES Collector.\n\nNote: The PNF got its X.509 certificate through Enrollment with an\noperator certificate authority or a X.509 vendor certificate from the\nvendor factory CA.\n\nNote: In R3 three authentication options are supported:\n\n(1) HTTP with Username & Password and no TLS.\n\n(2) HTTP with Username & Password & TLS with two-way certificate\n authentication.\n\n(3) HTTP with Username & Password & TLS with server-side\n certificate authentication.",
+ "docname": "Chapter7/PNF-Plug-and-Play",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-952314",
+ "id_complete": "R-952314",
+ "id_parent": "R-952314",
+ "impacts": "",
+ "introduced": "casablanca",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "PNF Plug and Play",
+ "sections": [
+ "PNF Plug and Play",
+ "PNF Plug and Play"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-95303": {
+ "description": "A VNF's Heat Orchestration Template **MUST** be defined using valid YAML.",
+ "docname": "Chapter5/Heat/General Guidelines for Heat",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-95303",
+ "id_complete": "R-95303",
+ "id_parent": "R-95303",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "YAML Format",
+ "sections": [
+ "YAML Format",
+ "General Guidelines for Heat"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": "static"
+ },
+ "R-95321": {
+ "description": "The VNFD provided by VNF vendor may use the below described TOSCA\nrelationships. An on-boarding entity (ONAP SDC) **MUST** support them.\n\n **tosca.relationships.nfv.VirtualBindsTo**\n\n This relationship type represents an association relationship between\n VDU and CP node types.\n\n **tosca.relationships.nfv.VirtualLinksTo**\n\n This relationship type represents an association relationship between\n the VduCpd's and VirtualLinkDesc node types.",
+ "docname": "Chapter5/Tosca/ONAP Tosca VNF Descriptor",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-95321",
+ "id_complete": "R-95321",
+ "id_parent": "R-95321",
+ "impacts": "",
+ "introduced": "casablanca",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Relationship Types",
+ "sections": [
+ "Relationship Types",
+ "TOSCA VNF Descriptor"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-95430": {
+ "description": "If a VNF's Heat Orchestration Template's ``OS::Nova::Server``\nresource property\n``metadata`` key/value pair ``vm_role`` value is obtained via\n``get_param``, the parameter **MAY** be declared as\n\n* ``vm_role`` and the parameter defined as ``type: string``.\n* ``vm_roles`` and the parameter defined as ``type: comma_delimited_list``.\n* ``{vm-type}_vm_role`` and the parameter defined as ``type: string``.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Nova Metadata Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-95430",
+ "id_complete": "R-95430",
+ "id_parent": "R-95430",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MAY",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "vm_role",
+ "sections": [
+ "vm_role",
+ "Resource: OS::Nova::Server Metadata Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": "none"
+ },
+ "R-95864": {
+ "description": "The VNF **MUST** support digital certificates that comply with X.509\nstandards.",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-95864",
+ "id_complete": "R-95864",
+ "id_parent": "R-95864",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Data Protection Requirements",
+ "sections": [
+ "VNF Data Protection Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": ""
+ },
+ "R-95950": {
+ "description": "The VNF or PNF **MUST** provide a NETCONF interface fully defined\nby supplied YANG models for the embedded NETCONF server.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-95950",
+ "id_complete": "R-95950",
+ "id_parent": "R-95950",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Configuration Management",
+ "sections": [
+ "Configuration Management",
+ "VNF or PNF Configuration via NETCONF Requirements",
+ "NETCONF Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-96227": {
+ "description": "A VNF's Heat Orchestration Template's parameter defined\nin a non-nested YAML file as type\n``json`` **MAY** have a parameter constraint defined.",
+ "docname": "Chapter5/Heat/ONAP Heat Orchestration Template Format",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-96227",
+ "id_complete": "R-96227",
+ "id_parent": "R-96227",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MAY",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "constraints",
+ "sections": [
+ "constraints",
+ "parameters",
+ "Heat Orchestration Template Structure",
+ "ONAP Heat Orchestration Template Format"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": ""
+ },
+ "R-96253": {
+ "description": "A VNF's Heat Orchestration Template's Resource\n``OS::ContrailV2::VirtualMachineInterface`` Resource ID\nthat is attaching to an ONAP external network (per the ONAP definition,\nsee Requirement R-57424 and R-16968)\n**MUST** use the naming convention\n\n* ``{vm-type}_{vm-type_index}_{network-role}_vmi_{vmi_index}``\n\nwhere\n\n* ``{vm-type}`` is the vm-type\n* ``{vm-type_index}`` references the instance of the ``{vm-type}`` in\n the VNF. The\n ``{vm-type_index}`` is a numeric value that **MUST** start at zero\n in the VNF and\n **MUST** increment by one each time a new instance of a ``{vm-type}``\n is referenced.\n* ``{network-role}`` is the network-role of the ONAP external network\n that the port (i.e. virtual machine interface) is attached to\n* ``{vmi_index}`` references the instance of the virtual machine interface\n on the ``{vm-type}`` attached to ``{network-role}`` network. The\n ``{vmi_index}`` is a numeric value that **MUST** start at zero on an\n instance of a ``{vm-type}`` and **MUST** increment by one each time a\n new virtual machine interface is defined on the instance of the\n ``{vm-type}`` attached to ``{network-role}`` network.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Resource IDs",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-96253",
+ "id_complete": "R-96253",
+ "id_parent": "R-96253",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "OS::ContrailV2::VirtualMachineInterface",
+ "sections": [
+ "OS::ContrailV2::VirtualMachineInterface",
+ "Contrail Heat Resources Resource ID Naming Convention",
+ "Resource IDs"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": "static"
+ },
+ "R-96482": {
+ "description": "When a VNF's Heat Orchestration Template's resource is associated\nwith a single ONAP external network, the Resource ID **MUST** contain the\ntext ``{network-role}``.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Resource IDs",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-96482",
+ "id_complete": "R-96482",
+ "id_parent": "R-96482",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Resource IDs",
+ "sections": [
+ "Resource IDs"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": "none"
+ },
+ "R-96554": {
+ "description": "The VNF or PNF **MUST** implement the protocol operation:\n``unlock(target)`` - Unlock the configuration data store target.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-96554",
+ "id_complete": "R-96554",
+ "id_parent": "R-96554",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "NETCONF Server Requirements",
+ "sections": [
+ "NETCONF Server Requirements",
+ "VNF or PNF Configuration via NETCONF Requirements",
+ "NETCONF Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-96634": {
+ "description": "The VNF or PNF Provider\u00a0**MUST**\u00a0provide human readable documentation\n(not in the on-boarding package) to describe scaling capabilities to manage\nscaling characteristics of the VNF or PNF.",
+ "docname": "Chapter7/VNF-On-boarding-and-package-management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-96634",
+ "id_complete": "R-96634",
+ "id_parent": "R-96634",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Compute, Network, and Storage Requirements",
+ "sections": [
+ "Compute, Network, and Storage Requirements",
+ "VNF and PNF On-boarding and package management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF PROVIDER",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-96983": {
+ "description": "A VNF's Heat Orchestration Template's Resource ID that is associated\nwith an ONAP internal network (per the ONAP definition, see Requirements\nR-52425 and R-46461 and R-35666)\n**MUST** include ``int_{network-role}`` as part\nof the Resource ID, where ``int_`` is a hard coded string.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/{network-role}",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-96983",
+ "id_complete": "R-96983",
+ "id_parent": "R-96983",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "{network-role}",
+ "sections": [
+ "{network-role}"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": "none"
+ },
+ "R-97102": {
+ "description": "The VNF Package **MUST** include VM requirements via a Heat\ntemplate that provides the necessary data for VM specifications\nfor all VNF components - for hypervisor, CPU, memory, storage.",
+ "docname": "Chapter7/VNF-On-boarding-and-package-management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-97102",
+ "id_complete": "R-97102",
+ "id_parent": "R-97102",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Compute, Network, and Storage Requirements",
+ "sections": [
+ "Compute, Network, and Storage Requirements",
+ "VNF and PNF On-boarding and package management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-97201": {
+ "description": "The VNF's Heat Orchestration Template's Resource\n``OS::Neutron::Port`` property ``fixed_ips``\nmap property ``ip_address`` parameter\n``{vm-type}_int_{network-role}_v6_ip_{index}``\n**MUST** be enumerated in the\nVNF's Heat Orchestration Template's Environment File.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Neutron Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-97201",
+ "id_complete": "R-97201",
+ "id_parent": "R-97201",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Property: fixed_ips, Map Property: ip_address",
+ "sections": [
+ "Property: fixed_ips, Map Property: ip_address",
+ "Resource: OS::Neutron::Port - Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": "static"
+ },
+ "R-972082": {
+ "description": "If the Manifest file in the PNF CSAR package includes \"onap_pnf_sw_information\"\nas a non-MANO artifact set identifiers, then the PNF software information file is\nincluded in the package and it **MUST** be compliant to:\n\n- The file extension which contains the PNF software version must be .yaml\n\n- The PNF software version information must be specified as following:\n\n.. code-block:: yaml\n\n pnf_software_information:\n\n - pnf_software_version: \"<version>\"",
+ "docname": "Chapter5/Tosca/ONAP VNF or PNF CSAR Package",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-972082",
+ "id_complete": "R-972082",
+ "id_parent": "R-972082",
+ "impacts": "",
+ "introduced": "frankfurt",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF or PNF Package Contents",
+ "sections": [
+ "VNF or PNF Package Contents",
+ "VNF or PNF CSAR Package"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "PNF CSAR PACKAGE",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-97343": {
+ "description": "The VNF or PNF **MUST** support APPC/SDN-C ``UpgradeBackup`` command.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-97343",
+ "id_complete": "R-97343",
+ "id_parent": "R-97343",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Lifecycle Management Related Commands",
+ "sections": [
+ "Lifecycle Management Related Commands",
+ "Controller Interactions With VNF or PNF",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-97345": {
+ "description": "The VNF or PNF **MUST** permit authentication, using root account, only\nright after instantiation and until post-instantiation configuration is\ncompleted.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-97345",
+ "id_complete": "R-97345",
+ "id_parent": "R-97345",
+ "impacts": "",
+ "introduced": "casablanca",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Ansible Client Requirements",
+ "sections": [
+ "Ansible Client Requirements",
+ "VNF or PNF Configuration via Ansible Requirements",
+ "Ansible Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-97445": {
+ "description": "The VNF **MUST** log the field \"date/time\" in the security audit\nlogs.",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-97445",
+ "id_complete": "R-97445",
+ "id_parent": "R-97445",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Security Analytics Requirements",
+ "sections": [
+ "VNF Security Analytics Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-97451": {
+ "description": "The VNF or PNF **MUST** provide the ability to remove root access once\npost-instantiation configuration (Configure) is completed.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-97451",
+ "id_complete": "R-97451",
+ "id_parent": "R-97451",
+ "impacts": "",
+ "introduced": "casablanca",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Ansible Client Requirements",
+ "sections": [
+ "Ansible Client Requirements",
+ "VNF or PNF Configuration via Ansible Requirements",
+ "Ansible Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-97529": {
+ "description": "The VNF or PNF **SHOULD** implement the protocol operation:\n``get-schema(identifier, version, format)`` - Retrieve the YANG schema.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-97529",
+ "id_complete": "R-97529",
+ "id_parent": "R-97529",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "SHOULD",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "NETCONF Server Requirements",
+ "sections": [
+ "NETCONF Server Requirements",
+ "VNF or PNF Configuration via NETCONF Requirements",
+ "NETCONF Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-97726": {
+ "description": "A VNF's Heat Orchestration Template's Base Module Output Parameter names\n**MUST** contain ``{vm-type}`` and/or ``{network-role}`` when appropriate.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/ONAP Output Parameter Names",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-97726",
+ "id_complete": "R-97726",
+ "id_parent": "R-97726",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "ONAP Base Module Output Parameters:",
+ "sections": [
+ "ONAP Base Module Output Parameters:",
+ "ONAP Output Parameter Names"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": "none"
+ },
+ "R-980039": {
+ "description": "The PNF **MUST** send the pnfRegistration VES event periodically.",
+ "docname": "Chapter7/PNF-Plug-and-Play",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-980039",
+ "id_complete": "R-980039",
+ "id_parent": "R-980039",
+ "impacts": "",
+ "introduced": "casablanca",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "PNF Plug and Play",
+ "sections": [
+ "PNF Plug and Play",
+ "PNF Plug and Play"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-98138": {
+ "description": "When a VNF's Heat Orchestration Template's resource is associated with a\nsingle ONAP internal network (per the ONAP definition, see\nRequirements R-52425 and R-46461 and R-35666), the Resource ID **MUST**\ncontain the text\n``int_{network-role}``.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Resource IDs",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-98138",
+ "id_complete": "R-98138",
+ "id_parent": "R-98138",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Resource IDs",
+ "sections": [
+ "Resource IDs"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": "none"
+ },
+ "R-981585": {
+ "description": "The pnfRegistration VES event periodicity **MUST** be configurable.\n\nNote: The PNF uses the service configuration request as a semaphore to\nstop sending the pnfRegistration sent. See the requirement PNP-5360\nrequirement.",
+ "docname": "Chapter7/PNF-Plug-and-Play",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-981585",
+ "id_complete": "R-981585",
+ "id_parent": "R-981585",
+ "impacts": "",
+ "introduced": "casablanca",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "PNF Plug and Play",
+ "sections": [
+ "PNF Plug and Play",
+ "PNF Plug and Play"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-98374": {
+ "description": "A VNF's Heat Orchestration Template's ``OS::Nova::Server`` resource property\n``metadata`` key/value pair ``vf_module_id`` parameter ``vf_module_id``\n**MUST NOT**\nhave parameter constraints defined.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Nova Metadata Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-98374",
+ "id_complete": "R-98374",
+ "id_parent": "R-98374",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST NOT",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "vf_module_id",
+ "sections": [
+ "vf_module_id",
+ "Resource: OS::Nova::Server Metadata Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": "static"
+ },
+ "R-98407": {
+ "description": "A VNF's Heat Orchestration Template's ``{vm-type}`` **MUST** contain only\nalphanumeric characters and/or underscores '_' and **MUST NOT**\ncontain any of the following strings:\n``_int`` or ``int_`` or ``_int_``.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/{vm-type}",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-98407",
+ "id_complete": "R-98407",
+ "id_parent": "R-98407",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST NOT",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "{vm-type}",
+ "sections": [
+ "{vm-type}"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": "static"
+ },
+ "R-98450": {
+ "description": "A VNF's Heat Orchestration Template's base module or incremental module\nresource ``OS::Nova::Server``\nproperty ``availability_zone`` parameter\n**MUST** follow the naming convention\n\n* ``availability_zone_{index}``\n\nwhere ``{index}`` is a numeric value that **MUST** start at zero\nin a VNF's Heat Orchestration Templates and **MUST**\nincrement by one.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Nova Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-98450",
+ "id_complete": "R-98450",
+ "id_parent": "R-98450",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Property: availability_zone",
+ "sections": [
+ "Property: availability_zone",
+ "Resource: OS::Nova::Server - Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "el alto",
+ "validation_mode": "static"
+ },
+ "R-98569": {
+ "description": "The VNF's Heat Orchestration Template's Resource\n``OS::Neutron::Port`` property ``fixed_ips``\nmap property ``ip_address`` parameter\n``{vm-type}_int_{network-role}_v6_ips``\n**MUST** be enumerated in the\nVNF's Heat Orchestration Template's Environment File.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Neutron Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-98569",
+ "id_complete": "R-98569",
+ "id_parent": "R-98569",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Property: fixed_ips, Map Property: ip_address",
+ "sections": [
+ "Property: fixed_ips, Map Property: ip_address",
+ "Resource: OS::Neutron::Port - Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": "static"
+ },
+ "R-98617": {
+ "description": "The VNF Provider **MUST** provide documentation regarding any dependency\n(e.g. affinity, anti-affinity) the VNF has on other VNFs and resources.",
+ "docname": "Chapter7/VNF-On-boarding-and-package-management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-98617",
+ "id_complete": "R-98617",
+ "id_parent": "R-98617",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Resource Description",
+ "sections": [
+ "Resource Description",
+ "VNF and PNF On-boarding and package management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF PROVIDER",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-98905": {
+ "description": "The VNF's Heat Orchestration Template's Resource\n``OS::Neutron::Port`` property ``fixed_ips``\nmap property ``ip_address`` parameter\n``{vm-type}_{network-role}_ips``\n**MUST NOT** be enumerated in the\nVNF's Heat Orchestration Template's Environment File.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Neutron Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-98905",
+ "id_complete": "R-98905",
+ "id_parent": "R-98905",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST NOT",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Property: fixed_ips, Map Property: ip_address",
+ "sections": [
+ "Property: fixed_ips, Map Property: ip_address",
+ "Resource: OS::Neutron::Port - Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": "static"
+ },
+ "R-98911": {
+ "description": "The VNF or PNF **MUST NOT** use any instance specific parameters\nfor the VNF or PNF in roles/cookbooks/recipes invoked for a VNF or PNF\naction.",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-98911",
+ "id_complete": "R-98911",
+ "id_parent": "R-98911",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST NOT",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Chef Roles/Requirements",
+ "sections": [
+ "Chef Roles/Requirements",
+ "VNF or PNF Configuration via Chef Requirements",
+ "Chef Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-98989": {
+ "description": "The VNF **SHOULD** utilize resource pooling (threads,\nconnections, etc.) within the VNF application so that resources\nare not being created and destroyed resulting in resource management\noverhead.",
+ "docname": "Chapter4/Resiliency",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-98989",
+ "id_complete": "R-98989",
+ "id_parent": "R-98989",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "SHOULD",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "System Resource Optimization",
+ "sections": [
+ "System Resource Optimization",
+ "VNF Resiliency"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-99110": {
+ "description": "A VNF's Heat Orchestration Template's Resource\n``OS::ContrailV2::VirtualNetwork`` Resource ID **MUST** use the naming\nconvention\n\n* ``int_{network-role}_network``\n\nVNF Heat Orchestration Templates can only create ONAP internal networks\n(per the ONAP definition, see Requirements R-52425 and R-46461 and R-35666).\nThere is no ``{index}`` after ``{network-role}`` because ``{network-role}``\n**MUST** be unique in the scope of the VNF's\nHeat Orchestration Template.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Resource IDs",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-99110",
+ "id_complete": "R-99110",
+ "id_parent": "R-99110",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "OS::ContrailV2::VirtualNetwork",
+ "sections": [
+ "OS::ContrailV2::VirtualNetwork",
+ "Contrail Heat Resources Resource ID Naming Convention",
+ "Resource IDs"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": "static"
+ },
+ "R-99174": {
+ "description": "The VNF **MUST**, if not integrated with the Operator's Identity and\nAccess Management system, support the creation of multiple IDs so that\nindividual accountability can be supported.",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-99174",
+ "id_complete": "R-99174",
+ "id_parent": "R-99174",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Identity and Access Management Requirements",
+ "sections": [
+ "VNF Identity and Access Management Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": ""
+ },
+ "R-99646": {
+ "description": "A VNF's YAML files (i.e, Heat Orchestration Template files and\nNested files) **MUST** have a unique name in the scope of the VNF.",
+ "docname": "Chapter5/Heat/ONAP Heat Orchestration Templates Overview",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-99646",
+ "id_complete": "R-99646",
+ "id_parent": "R-99646",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "ONAP Heat Orchestration Template Filenames",
+ "sections": [
+ "ONAP Heat Orchestration Template Filenames",
+ "ONAP Heat Orchestration Templates Overview"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": "static"
+ },
+ "R-99656": {
+ "description": "The VNF **MUST** NOT terminate stable sessions if a VNFC\ninstance fails.",
+ "docname": "Chapter4/Design",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-99656",
+ "id_complete": "R-99656",
+ "id_parent": "R-99656",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Design",
+ "sections": [
+ "VNF Design"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-99730": {
+ "description": "The VNF **MUST** include the field \"Login ID\" in the Security\nalarms (where applicable and technically feasible).",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-99730",
+ "id_complete": "R-99730",
+ "id_parent": "R-99730",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF Security Analytics Requirements",
+ "sections": [
+ "VNF Security Analytics Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-99766": {
+ "description": "The VNF **MUST** allow configurations and configuration parameters\nto be managed under version control to ensure the ability to rollback to\na known valid configuration.",
+ "docname": "Chapter4/Resiliency",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-99766",
+ "id_complete": "R-99766",
+ "id_parent": "R-99766",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Application Configuration Management",
+ "sections": [
+ "Application Configuration Management",
+ "VNF Resiliency"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-99771": {
+ "description": "The VNF **MUST** have all code (e.g., QCOW2) and configuration files\n(e.g., HEAT template, Ansible playbook, script) hardened, or with\ndocumented recommended configurations for hardening and interfaces that\nallow the Operator to harden the VNF. Actions taken to harden a system\ninclude disabling all unnecessary services, and changing default values\nsuch as default credentials and community strings.",
+ "docname": "Chapter4/Security",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-99771",
+ "id_complete": "R-99771",
+ "id_parent": "R-99771",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "VNF General Security Requirements",
+ "sections": [
+ "VNF General Security Requirements",
+ "VNF Security"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "dublin",
+ "validation_mode": ""
+ },
+ "R-997907": {
+ "description": "The VNF or PNF **SHOULD** support TLS as secure transport for the NETCONF\nprotocol according to [RFC7589].",
+ "docname": "Chapter7/Configuration-Management",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-997907",
+ "id_complete": "R-997907",
+ "id_parent": "R-997907",
+ "impacts": "",
+ "introduced": "dublin",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "SHOULD",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "NETCONF Server Requirements",
+ "sections": [
+ "NETCONF Server Requirements",
+ "VNF or PNF Configuration via NETCONF Requirements",
+ "NETCONF Standards and Capabilities",
+ "Configuration Management"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF or PNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "",
+ "validation_mode": ""
+ },
+ "R-99794": {
+ "description": "An ONAP external network **MUST** have one subnet. An external network\n**MAY** have more than one subnet.",
+ "docname": "Chapter5/Heat/ONAP Heat Networking",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-99794",
+ "id_complete": "R-99794",
+ "id_parent": "R-99794",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "External Networks",
+ "sections": [
+ "External Networks",
+ "ONAP Heat Networking"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "frankfurt",
+ "validation_mode": "none"
+ },
+ "R-99798": {
+ "description": "A VNF's Heat Orchestration Template's Virtual Machine\n(i.e., ``OS::Nova::Server`` resource) **MAY** boot from an image or\n**MAY** boot from a Cinder Volume.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Nova Parameters",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-99798",
+ "id_complete": "R-99798",
+ "id_parent": "R-99798",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MAY",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Boot Options",
+ "sections": [
+ "Boot Options",
+ "Resource: OS::Nova::Server - Parameters"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": ""
+ },
+ "R-99812": {
+ "description": "A value for VNF's Heat Orchestration Template's property ``name``\nfor a non ``OS::Nova::Server`` resource **MUST NOT** be declared\nin the VNF's Heat Orchestration Template's Environment File.",
+ "docname": "Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Resource Property",
+ "full_title": "",
+ "hidden": "",
+ "id": "R-99812",
+ "id_complete": "R-99812",
+ "id_parent": "R-99812",
+ "impacts": "",
+ "introduced": "",
+ "is_need": true,
+ "is_part": false,
+ "keyword": "MUST NOT",
+ "layout": "",
+ "links": [],
+ "parts": {},
+ "post_template": null,
+ "pre_template": null,
+ "section_name": "Resource Property \u201cname\u201d",
+ "sections": [
+ "Resource Property \u201cname\u201d"
+ ],
+ "signature": "",
+ "status": null,
+ "style": null,
+ "tags": [],
+ "target": "VNF",
+ "template": null,
+ "title": "",
+ "type": "req",
+ "type_name": "Requirement",
+ "updated": "casablanca",
+ "validation_mode": "static"
+ }
+ },
+ "needs_amount": 828
+ }
+ }
+} \ No newline at end of file
diff --git a/docs/release-notes.rst b/docs/release-notes.rst
index 5a5b703..8e1dc97 100644
--- a/docs/release-notes.rst
+++ b/docs/release-notes.rst
@@ -16,6 +16,28 @@
VNFRQTS Project Release Notes
==============================
+Version: 7.0.0
+--------------
+
+:Release Date: 2020-11-19
+
+.. container:: note
+
+ :doc:`Detailed Summary of Changes <changes-by-section-guilin>`
+
+A higher level summary of changes as well as non-requirement impacting
+changes can be found below.
+
+* Publishing version 7.2.1 of the VES Event Listener specification which
+ includes support for a new ``stndDefined`` domain for carrying event
+ schemas published by other standard defining organizations.
+* Removed network function requirements from the VES Event Listener
+ specification, and moved them to the Monitoring requirements section
+* Various license management requirement corrections and clarifications
+* Significant changes and cleanup on controller related requirements (Ansible,
+ Chef, etc.)
+* `Full list of JIRA tickets <https://jira.onap.org/issues/?jql=project%20%3D%20%22VNF%20Requirements%22%20and%20fixVersion%20%3D%20%22Guilin%20Release%22%20and%20(labels%20is%20EMPTY%20or%20labels%20!%3D%20relman%20)>`__
+
Version: 6.0.0
--------------
diff --git a/gen_requirement_changes.py b/gen_requirement_changes.py
index f206f4b..b79a5f1 100644
--- a/gen_requirement_changes.py
+++ b/gen_requirement_changes.py
@@ -43,14 +43,14 @@ import os
import re
import sys
import argparse
-import requests
-import warnings
+from pathlib import Path
+
from operator import itemgetter
import jinja2
-NEEDS_JSON_URL = "https://nexus.onap.org/service/local/repositories/raw/content/org.onap.vnfrqts.requirements/master/needs.json"
-NEEDS_PATH = "docs/data/needs.json"
+THIS_DIR = Path(__file__).parent
+NEEDS_PATH = THIS_DIR / "docs/data/needs.json"
JINJA_TEMPLATE = "release-requirement-changes.rst.jinja2"
@@ -71,17 +71,14 @@ class DifferenceFinder:
between two different versions of the requirements
"""
- def __init__(self, needs, current_version, prior_version):
+ def __init__(self, current_version, prior_version):
"""
Determine the differences between the ``current_version`` and the
``prior_version`` of the given requirements.
- :param needs: previously loaded needs.json file
:param current_version: most recent version to compare against
- :param prior_version: a prior version
:return:
"""
- self.needs = needs
self.current_version = current_version
self.prior_version = prior_version
self._validate()
@@ -93,28 +90,29 @@ class DifferenceFinder:
:raises RuntimeError: if the file is not structured properly or the
given versions can't be found.
"""
- check(self.needs is not None, "needs cannot be None")
- check(isinstance(self.needs, dict), "needs must be be a dict")
- check("versions" in self.needs, "needs file not properly formatted")
- for version in (self.current_version, self.prior_version):
- check(
- version in self.needs["versions"],
- "Version " + version + " was not found in the needs file",
- )
+ for category, needs in (
+ ("current needs", self.current_version),
+ ("prior needs", self.prior_version),
+ ):
+ check(needs is not None, f"{category} cannot be None")
+ check(isinstance(needs, dict), f"{category} needs must be a dict")
+ check("versions" in needs, f"{category} needs file not properly formatted")
@property
def current_requirements(self):
"""Returns a dict of requirement ID to requirement metadata"""
- return self.get_version(self.current_version)
+ return self.get_current_version(self.current_version)
@property
def prior_requirements(self):
"""Returns a dict of requirement ID to requirement metadata"""
- return self.get_version(self.prior_version)
+ return self.get_current_version(self.prior_version)
- def get_version(self, version):
+ @staticmethod
+ def get_current_version(needs):
"""Returns a dict of requirement ID to requirement metadata"""
- return self.needs["versions"][version]["needs"]
+ version = needs["current_version"]
+ return needs["versions"][version]["needs"]
@property
def new_requirements(self):
@@ -153,7 +151,7 @@ class DifferenceFinder:
"description": current_text,
"sections": sections,
"introduced": self.current_requirements[r_id].get("introduced"),
- "updated": self.current_requirements[r_id].get("updated")
+ "updated": self.current_requirements[r_id].get("updated"),
}
return result
@@ -185,51 +183,28 @@ class DifferenceFinder:
return {r_id: data for r_id, data in needs.items() if r_id in ids}
-def load_requirements(path):
+def load_requirements(path: Path):
"""Load the requirements from the needs.json file"""
- if not (os.path.exists(path)):
+ if not (path.exists()):
print("needs.json not found. Run tox -e docs to generate it.")
sys.exit(1)
- with open(path, "r") as req_file:
+ with path.open("r") as req_file:
return json.load(req_file)
-def load_current_requirements():
- """Loads dict of current requirements or empty dict if file doesn't exist"""
- try:
- r = requests.get(NEEDS_JSON_URL)
- if r.headers.get("content-type") == "application/json":
- with open(NEEDS_PATH, "wb") as needs:
- needs.write(r.content)
- else:
- warnings.warn(
- (
- "Unexpected content-type ({}) encountered downloading "
- + "requirements.json, using last saved copy"
- ).format(r.headers.get("content-type"))
- )
- except requests.exceptions.RequestException as e:
- warnings.warn("Error downloading latest JSON, using last saved copy.")
- warnings.warn(UserWarning(e))
- with open(NEEDS_PATH, "r") as f:
- return json.load(f)
-
def parse_args():
"""Parse the command-line arguments and return the arguments:
- args.current_version
args.prior_version
"""
parser = argparse.ArgumentParser(
description="Generate RST summarizing requirement changes between "
- "two given releases. The resulting RST file will be "
- "written to the docs/ directory"
+ "the current release and a prior releases needs.json file. The resulting RST "
+ "file will be written to the docs/ directory"
)
parser.add_argument(
- "current_version", help="Current release in lowercase (ex: casablanca)"
+ "prior_version", help="Path to file containing prior needs.json file"
)
- parser.add_argument("prior_version",
- help="Prior release to compare against")
return parser.parse_args()
@@ -296,15 +271,18 @@ def render_to_file(template_path, output_path, **context):
)
-def print_invalid_metadata_report(difference_finder, current_version):
- """Write a report to the console for any instances where differences
+def print_invalid_metadata_report(difference_finder):
+ """
+ Write a report to the console for any instances where differences
are detected, but the appropriate :introduced: or :updated: metadata
- is not applied to the requirement."""
+ is not applied to the requirement.
+ """
print("Validating Metadata...")
print()
print("Requirements Added, but Missing :introduced: Attribute")
print("----------------------------------------------------")
errors = [["reqt_id", "attribute", "value"]]
+ current_version = difference_finder.current_version["current_version"]
for req in difference_finder.new_requirements.values():
if "introduced" not in req or req["introduced"] != current_version:
errors.append([req["id"], ":introduced:", current_version])
@@ -323,22 +301,20 @@ def print_invalid_metadata_report(difference_finder, current_version):
if __name__ == "__main__":
args = parse_args()
- requirements = load_current_requirements()
- differ = DifferenceFinder(requirements,
- args.current_version,
- args.prior_version)
+ current_reqs = load_requirements(NEEDS_PATH)
+ prior_reqs = load_requirements(Path(args.prior_version))
+ differ = DifferenceFinder(current_reqs, prior_reqs)
- print_invalid_metadata_report(differ, args.current_version)
+ print_invalid_metadata_report(differ)
changes = gather_section_changes(differ)
render_to_file(
"release-requirement-changes.rst.jinja2",
- "docs/changes-by-section-" + args.current_version + ".rst",
+ "docs/changes-by-section-" + current_reqs["current_version"] + ".rst",
changes=changes,
- current_version=args.current_version,
- prior_version=args.prior_version,
+ current_version=current_reqs["current_version"],
+ prior_version=prior_reqs["current_version"],
num_added=len(differ.new_requirements),
num_removed=len(differ.removed_requirements),
num_changed=len(differ.changed_requirements),
)
-
diff --git a/release-requirement-changes.rst.jinja2 b/release-requirement-changes.rst.jinja2
index 1fd4e29..35cc375 100644
--- a/release-requirement-changes.rst.jinja2
+++ b/release-requirement-changes.rst.jinja2
@@ -33,7 +33,7 @@ Summary of Changes
{% for section_change in changes %}
{{ section_change.section_path }}
-{{ "-"*section_change.section_path|length }}
+{{ "^"*section_change.section_path|length }}
{% if section_change.added %}
Requirements Added