diff options
author | Brian Freeman <bf1936@att.com> | 2018-11-16 18:42:21 -0500 |
---|---|---|
committer | Brian Freeman <bf1936@att.com> | 2018-11-17 00:01:11 +0000 |
commit | 1c8b103ddc3f7377227235793c2555f264d21a82 (patch) | |
tree | 8d1c1dc74e906a3662e65aa5042945dcdc0e6f75 /robot/assets/templates/asdc/resource_instance.template | |
parent | e94344a3b9528f84d97219984521db6ca66867d2 (diff) |
Automate Onboarding of vCPE:Infra,BNG,GMUX,BRG
Issue-ID: INT-601
Change-Id: If39cab716749e5dfe6abcce2f468366fca0bf849
Signed-off-by: Brian Freeman <bf1936@att.com>
(cherry picked from commit eef7c6f27e0770415188a9bd72355d73af660a4e)
Diffstat (limited to 'robot/assets/templates/asdc/resource_instance.template')
-rw-r--r-- | robot/assets/templates/asdc/resource_instance.template | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/robot/assets/templates/asdc/resource_instance.template b/robot/assets/templates/asdc/resource_instance.template index 215f8282..d42f20ca 100644 --- a/robot/assets/templates/asdc/resource_instance.template +++ b/robot/assets/templates/asdc/resource_instance.template @@ -1,10 +1,10 @@ { "uniqueId": "${catalog_resource_id}${milli_timestamp}", - "posX": 406, - "posY": 248, + "posX": ${posX}, + "posY": ${posY}, "name": "${catalog_resource_name}", "componentVersion": "1.0", "originType": "VF", "icon": "defaulticon", "componentUid": "${catalog_resource_id}" -}
\ No newline at end of file +} |