Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi Folks,
Inside my NSO service YANG model, there is a list where I would like to have predefined elements injected during the service creation. These elements should be part of the configuration and changeable with frther commits. I tried to apply a...
Hi,
Thank you very much, this was very helpful and it makes perfect sense. I might give it a try using the pre_modification function as it will be simpler. The nano service was given already as the requirement for adding the default list elements ins...
Thanks a lot for the explanations above, I just feel there got to be an easy way to solve this. I was able to work around it by applying the template for the default list elements from a post action. The post action result is monitored as preconditio...
Thanks a lot for your response, let me try to provide an example:
YANG:
list tenant {
container policy {
list packages {
key name;
leaf name {
type string {
length 1..63;
}
}
list rule {
...