-
Type: Bug
-
Status: New
-
Priority: Major
-
Resolution: Unresolved
-
Affects Version/s: CSD2
-
Fix Version/s: None
-
Component/s: Profile-NFV
-
Labels:None
-
Proposal:
the tosca.nodes.nfv.CP type has the following attribute as part of its schema:
attributes:
IP_address:
type: string
required: false
However, the convention in TOSCA is for all property and attribute names be lowercased.
However, this entire type should seek to reuse the existing tosca.capabilities.Endpoint type (or its convention) which has
an attribute "ip_adddress" already.
In addition, ETSI members agree that "ip_address" is limiting for use in NFV in general as many networks do not use the IP protocol (stack) and have moved for us to simply use "address".