%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}
%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}
%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}
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] %}