SUSE-Cloud / automation

Automation scripts for development, testing, and CI
Apache License 2.0
68 stars 138 forks source link

mid-scale-kvm scenario broken for Cloud9 CLM (SOC-11169) #3850

Closed rtamalin closed 4 years ago

rtamalin commented 4 years ago

In Cloud9 CLM changes were implemented in the configuration process to validate that the proposed model didn't try to assign more than one untagged VLAN to a given network interface. However the dynamically generated input model for the mid-scale-kvm scenario violates this requirement, as there exist 3 untagged VLANs (CONF, MANAGEMENT, TENANT-VLAN) and thus fails the configuration process check.

This patch addresses the problem by merging the CONF and MANAGEMENT networks together so that there are only 2 untagged VLANs, one for each network interface.

rtamalin commented 4 years ago

Kicked off https://ci.nue.suse.com/job/openstack-ardana/604/ to test the mid-scale-kvm scenario with these changes.