aboutsummaryrefslogtreecommitdiffstats
path: root/src/onapsdk/k8s/templates/msb_esr_vim_registration.json.j2
diff options
context:
space:
mode:
Diffstat (limited to 'src/onapsdk/k8s/templates/msb_esr_vim_registration.json.j2')
-rw-r--r--src/onapsdk/k8s/templates/msb_esr_vim_registration.json.j224
1 files changed, 12 insertions, 12 deletions
diff --git a/src/onapsdk/k8s/templates/msb_esr_vim_registration.json.j2 b/src/onapsdk/k8s/templates/msb_esr_vim_registration.json.j2
index ba19258..c96a4d0 100644
--- a/src/onapsdk/k8s/templates/msb_esr_vim_registration.json.j2
+++ b/src/onapsdk/k8s/templates/msb_esr_vim_registration.json.j2
@@ -3,29 +3,29 @@
"cloudRegionId": "{{ cloud_region_id }}",
"cloudType": "{{ cloud_type }}",
"cloudRegionVersion": "{{ cloud_region_version }}"
- {% if owner_defined_type %}
+ {%- if owner_defined_type %}
, "ownerDefinedType": "{{ owner_defined_type }}"
- {% endif %}
- {% if cloud_zone %}
+ {%- endif %}
+ {%- if cloud_zone %}
, "cloudZone": "{{ cloud_zone }}"
- {% endif %}
- {% if complex_name %}
+ {%- endif %}
+ {%- if complex_name %}
, "physicalLocationId": "{{ physical_location_id }}"
- {% endif %}
- {% if cloud_extra_info %}
+ {%- endif %}
+ {%- if cloud_extra_info %}
, "cloudExtraInfo": "{{ cloud_extra_info }}"
- {% endif %}
+ {%- endif %}
, "vimAuthInfos":
[{
"userName": "{{ auth_info_username }}",
"password": "{{ auth_info_password }}",
"authUrl": "{{ auth_info_url }}",
"cloudDomain": "{{ auth_info_cloud_domain }}"
- {% if auth_info_ssl_cacert %}
+ {%- if auth_info_ssl_cacert %}
, "sslCacert": "{{ auth_info_ssl_cacert }}"
- {% endif %}
- {% if auth_info_ssl_insecure is not none %}
+ {%- endif %}
+ {%- if auth_info_ssl_insecure is not none %}
, "sslInsecure": {{ auth_info_ssl_insecure | tojson }}
- {% endif %}
+ {%- endif %}
}]
}