diff options
author | DR695H <dr695h@att.com> | 2019-06-20 15:37:57 -0400 |
---|---|---|
committer | DR695H <dr695h@att.com> | 2019-06-20 15:37:57 -0400 |
commit | f1621dea58fa5beb96356550918a7637d0133034 (patch) | |
tree | 063460cbf4701818d2417286befe5490e8879b61 /robot/assets/templates/appc | |
parent | 3bb6cf4b938d3e725860606d3ddaa8eecd872151 (diff) |
move rest of stirngtemplating off old format
Issue-ID: TEST-158
Change-Id: I55c246eba1c0132d70b9c7298da095c72cdecbc3
Signed-off-by: DR695H <dr695h@att.com>
Diffstat (limited to 'robot/assets/templates/appc')
-rw-r--r-- | robot/assets/templates/appc/vnf_mount.jinja (renamed from robot/assets/templates/appc/vnf_mount.template) | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/robot/assets/templates/appc/vnf_mount.template b/robot/assets/templates/appc/vnf_mount.jinja index 8ad11359..14f638fe 100644 --- a/robot/assets/templates/appc/vnf_mount.template +++ b/robot/assets/templates/appc/vnf_mount.jinja @@ -1,9 +1,9 @@ <node xmlns="urn:TBD:params:xml:ns:yang:network-topology"> - <node-id>${nodeid}</node-id> - <host xmlns="urn:opendaylight:netconf-node-topology">${host}</host> - <port xmlns="urn:opendaylight:netconf-node-topology">${port}</port> - <username xmlns="urn:opendaylight:netconf-node-topology">${username}</username> - <password xmlns="urn:opendaylight:netconf-node-topology">${password}</password> + <node-id>{{nodeid}}</node-id> + <host xmlns="urn:opendaylight:netconf-node-topology">{{host}}</host> + <port xmlns="urn:opendaylight:netconf-node-topology">{{port}}</port> + <username xmlns="urn:opendaylight:netconf-node-topology">{{username}}</username> + <password xmlns="urn:opendaylight:netconf-node-topology">{{password}}</password> <tcp-only xmlns="urn:opendaylight:netconf-node-topology">false</tcp-only> <!-- non-mandatory fields with default values, you can safely remove these if you do not wish to override any of these values--> <reconnect-on-changed-schema xmlns="urn:opendaylight:netconf-node-topology">false</reconnect-on-changed-schema> |