diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-11-16 23:46:44 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-11-16 23:46:44 +0000 |
commit | 34a91dc697210305cecc31d0fb9eebcfa819290e (patch) | |
tree | 74a271f089b94d78a2a93b0b18fff5b083e7ecdf /robot/assets/templates/asdc/resource_instance.template | |
parent | 35afc9e26f8a74b6bd5d4fe99a0c9d2b71a62f66 (diff) | |
parent | eef7c6f27e0770415188a9bd72355d73af660a4e (diff) |
Merge "Automate Onboarding of vCPE:Infra,BNG,GMUX,BRG"
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 +} |