Add missing tag to TenantConfig 26/1726/1
authorKrisztian Lengyel <krisztian.lengyel@nokia.com>
Thu, 3 Oct 2019 13:13:56 +0000 (15:13 +0200)
committerKrisztian Lengyel <krisztian.lengyel@nokia.com>
Thu, 3 Oct 2019 13:14:31 +0000 (15:14 +0200)
Change-Id: Iaf515bbdaafe318c4ef910fa81dfb55c08135698
Signed-off-by: Krisztian Lengyel <krisztian.lengyel@nokia.com>
SPECS/infra-charts.spec
SPECS/instantiate.spec
SPECS/utils.spec
ansible/roles/post_install_caas_infra/templates/danm-tenant-config.yaml.j2

index 2bc5018..e0e9519 100644 (file)
@@ -15,7 +15,7 @@
 %define COMPONENT infra-charts
 %define RPM_NAME caas-%{COMPONENT}
 %define RPM_MAJOR_VERSION 1.0.0
-%define RPM_MINOR_VERSION 32
+%define RPM_MINOR_VERSION 33
 
 Name:           %{RPM_NAME}
 Version:        %{RPM_MAJOR_VERSION}
index d077c03..b12cc39 100644 (file)
@@ -15,7 +15,7 @@
 %define COMPONENT instantiate
 %define RPM_NAME caas-%{COMPONENT}
 %define RPM_MAJOR_VERSION 1.0.0
-%define RPM_MINOR_VERSION 19
+%define RPM_MINOR_VERSION 20
 
 Name:           %{RPM_NAME}
 Version:        %{RPM_MAJOR_VERSION}
index addab2b..a65d59c 100644 (file)
@@ -15,7 +15,7 @@
 %define COMPONENT utils
 %define RPM_NAME caas-%{COMPONENT}
 %define RPM_MAJOR_VERSION 1.0.0
-%define RPM_MINOR_VERSION 9
+%define RPM_MINOR_VERSION 10
 
 Name:           %{RPM_NAME}
 Version:        %{RPM_MAJOR_VERSION}
index fcad90e..70f69c7 100644 (file)
@@ -39,7 +39,7 @@ kind: TenantConfig
 metadata:
   name: danm-tenant-config
 hostDevices:
-{% caas_tenant_networks = caas.get('tenant_networks', []) %}
+{% set caas_tenant_networks = caas.get('tenant_networks', []) %}
 {% if all_attached_caas_provider_network_profiles and caas_tenant_networks %}
   {% for profile_name in all_attached_caas_provider_network_profiles %}
     {% set profile = network_profiles[profile_name] %}