I use I was required to set a portion of configuration on a Junos device (a static route) when a service instance is deleted (python-and-template package).
Fast-map does not do work, since the package (in creation) does not touch that portion of configuration (if it deleted it it would work).
I managed to save all the required info in proplist but I don't know how to apply the configuration, since I cannot create the required template with the command "template = ncs.template.Template(service)".
How can I do?