diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-10-24 19:24:27 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-10-24 19:24:27 +0000 |
commit | c09d468ab783c52ca1e96a47cc0eb2418f587734 (patch) | |
tree | 98b77fbf700b06fe06cee10d89665f3f0154ee8a /robot/assets/templates | |
parent | 21ea570970282f4f4b9dc3663a9a081657df9c63 (diff) | |
parent | adaa2374a3bbfc972605f33238f0ebd14b946f42 (diff) |
Merge "Updates for cloud_config, SDC health, VID timing"
Diffstat (limited to 'robot/assets/templates')
-rw-r--r-- | robot/assets/templates/so/create_cloud_config.template | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/robot/assets/templates/so/create_cloud_config.template b/robot/assets/templates/so/create_cloud_config.template new file mode 100644 index 00000000..969a8b05 --- /dev/null +++ b/robot/assets/templates/so/create_cloud_config.template @@ -0,0 +1,17 @@ +{ + "id": "${site_name}", + "region_id": "${region_id}", + "aic_version": "2.5", + "clli": "${clli}", + "identityService": { + "identity_url": "${identity_url}", + "mso_id": "${mso_id}", + "mso_pass": "${mso_pass}", + "admin_tenant": "${admin_tenant}", + "member_role": "${member_role}", + "tenant_meta_data": true, + "id": "${identity_id}", + "identity_server_type": "${identity_server_type}", + "identity_authentication_type": "${authentication_type}" + } +} |