From adaa2374a3bbfc972605f33238f0ebd14b946f42 Mon Sep 17 00:00:00 2001 From: Brian Freeman Date: Wed, 24 Oct 2018 12:25:22 -0500 Subject: Updates for cloud_config, SDC health, VID timing Based on contribution from Steve Smokowski Issue-ID: INT-621 Change-Id: I82828397bc0b9701fb0fa90123ac4cdd3b8d327d Signed-off-by: Brian Freeman --- robot/assets/templates/so/create_cloud_config.template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 robot/assets/templates/so/create_cloud_config.template (limited to 'robot/assets/templates') 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}" + } +} -- cgit 1.2.3-korg