X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FIM.git;a=blobdiff_plain;f=models%2Fyang%2Fmano-types.yang;h=a7348229939f64785c385d588cfaeb72a0756077;hp=1b9e141d97397cef6924075278ff8590aedcc52b;hb=refs%2Ftags%2Fv6.0.4rc1;hpb=8550fa7315eee96872969c644a4343213698a8d7 diff --git a/models/yang/mano-types.yang b/models/yang/mano-types.yang index 1b9e141..a734822 100644 --- a/models/yang/mano-types.yang +++ b/models/yang/mano-types.yang @@ -297,6 +297,34 @@ module mano-types } } + grouping vca-config-access { + + container config-access { + + description + "Indicates the way to access to the xNF or xDU for VCA configuration. + For the moment there is a single way (ssh-access)."; + + container ssh-access { + + description + "If the xNF requires ssh and this parameter is set, SSH keys + will be injected so that VCA can configure the xNF or xDU via ssh."; + + leaf required { + description "whether ssh access is needed or not"; + type boolean; + default false; + } + + leaf default-user { + description "Default user for ssh"; + type string; + } + } + } + } // END - grouping vca-config-access + grouping vca-configuration { description "Common information in the descriptors for NS, VNF or VDU configuration.