aboutsummaryrefslogtreecommitdiffstats
path: root/robot/assets/templates/so/create_cloud_config.jinja
blob: 957141e80bc929e529bced830fb9702b99e86886 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "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}}"
    {% if project_domain_name %}
		,"project_domain_name": "{{project_domain_name}}"
	{% endif %}
    {% if user_domain_name %}
		,"user_domain_name": "{{user_domain_name}}"
	{% endif %}	
  } 
}