Fix trailing spaces issue when generates yml files 53/61153/1
authorJulien <zhang.jun3g@zte.com.cn>
Tue, 21 Aug 2018 06:55:44 +0000 (14:55 +0800)
committerJulien <zhang.jun3g@zte.com.cn>
Tue, 21 Aug 2018 06:58:22 +0000 (14:58 +0800)
There are some missing coniguration in jinja2 template, which will cause
the trailing spaces issues. Currently just add some comments in the end.

Change-Id: I4fe250cda1192d7c6e7cead0251ac5e7978cd310
Signed-off-by: Julien <zhang.jun3g@zte.com.cn>
config/installers/compass4nfv/network_ocl.yml.j2
config/installers/joid/pod_config.yaml.j2

index f435538..949b491 100644 (file)
@@ -31,7 +31,7 @@ sys_intf_mappings:
 
   - name: storage
     interface: eth2
-    vlan_tag: {{ conf['nodes'][0]['interfaces'][1]['vlan'] }}
+    vlan_tag: {{ conf['nodes'][0]['interfaces'][1]['vlan'] }}  # not a good fit
     type: vlan
     role:
       - controller
index 26f775d..1ba966d 100644 (file)
@@ -149,9 +149,9 @@ lab:
     feature: odl_l2
     spaces:
       - type: admin  # admin
-        bridge: {{ net_config.admin.bridge }}
+        bridge: {{ net_config.admin.bridge }}   # admin bridge
         cidr: {{ net_config.admin.network }}/{{ net_config.admin.mask }}
-        gateway: {{ net_config.admin.gateway }}
+        gateway: {{ net_config.admin.gateway }} # admin gateway
         vlan:
       - type: data  # mgmt
         cidr: {{ net_config.mgmt.network }}/{{ net_config.mgmt.mask }}
@@ -162,11 +162,11 @@ lab:
         gateway:
         vlan:
       - type: floating  # private
-        bridge: {{ net_config.private.bridge }}
+        bridge: {{ net_config.private.bridge }} # private bridge
         cidr: {{ net_config.private.network }}/{{ net_config.private.mask }}
         gateway:
         vlan:
       - type: public  # public
         cidr: {{ net_config.public.network }}/{{ net_config.public.mask }}
         gateway: {{ net_config.public.gateway }}
-        vlan: {% if net_config.public.vlan | int > 0 %}{{ net_config.public.vlan }}{% endif %}
+        vlan: {% if net_config.public.vlan | int > 0 %}{{ net_config.public.vlan }}{% endif %} # public vlan