Implicit pass of IP addresses during initial config parameters
Proposers
- Gerardo García (Telefónica)
Description
The keyword rw_mgmt_ip
is used today in OSM descriptors under the initial-config-primitive
section, as part of the config
primitive, to pass the mgmt IP address of the VDU (required for SSH proxy charms).
This information should be passed implicitly without the need to declare in the descriptor, as long as it is required by the VNF, for instance, if config-access
is ssh-access
.
Demo or definition of done
Some of the OSM packages will be updated to remove the sections in the descriptor where the keyword rw_mgmt_ip
is used. The tests using those packages should pass.
Some of the OSM packages will still use the existing keyword rw_mgmt_ip
to test backwards compatibility.