Bug 1078217
| Summary: | Foreman does not allow to set ovs_vlan_ranges to physnet1 without vlan ids. | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Sadique Puthen <sputhenp> |
| Component: | openstack-puppet-modules | Assignee: | RHOS Maint <rhos-maint> |
| Status: | CLOSED DUPLICATE | QA Contact: | Ami Jeain <ajeain> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 4.0 | CC: | aberezin, jstransk, mmagr, morazi, rhos-maint, yeylon |
| Target Milestone: | --- | Keywords: | ZStream |
| Target Release: | 4.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-03-28 14:51:45 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Sadique Puthen
2014-03-19 12:19:57 UTC
I was able to reproduce this. However, it cannot be fixed within openstack-foreman-installer. It is caused by neutron puppet module we have in openstack-puppet-modules (i'm changing this bug to track aginst that component). The fix is already present in the upstream neutron module but we need to update the link in openstack-puppet-modules. We have this: https://github.com/stackforge/puppet-neutron/blob/1cc2b42ceb39b199d96945eb4e6e972e6b32a2b8/lib/puppet/parser/functions/validate_network_vlan_ranges.rb#L29-L41 But we also need this bit: https://github.com/stackforge/puppet-neutron/blob/3425620e071f94b9917f93366503fa767c7e9301/lib/puppet/parser/functions/validate_network_vlan_ranges.rb#L39-L41 *** This bug has been marked as a duplicate of bug 1066549 *** Belatedly removing needinfo since that should be tracked on the other bug. |