Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In order to resolve HEAT environment variables, resource accumulator templates are being in used .for Dublin.

These templates are specific to the pre-instantiation scenario, and relies on GR-API within SDNC.

It is that be composed of the following sections:

...

Scripts

Library

NetconfClient

In order to facilitate NETCONF interaction within scripts, a python NetconfClient binded to our Kotlin implementation is made available. This NetconfClient can be used when using the netconf-component-executor.

The client can be find here: https://github.com/onap/ccsdk-apps/blob/master/components/scripts/python/ccsdk_netconf/netconfclient.py

ResolutionHelper

When executing a component executor script, designer might want to perform resource resolution along with template meshing directly from the script itself.

The helper can be find here: https://github.com/onap/ccsdk-apps/blob/master/components/scripts/python/ccsdk_netconf/common.py