[4.11] Fix set initial reservation on public IP ranges#2980
Conversation
|
@blueorangutan package |
|
@rhtyd a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
|
Packaging result: ✔centos6 ✔centos7 ✔debian. JID-2391 |
|
@blueorangutan test |
|
@rhtyd a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
| // This VLAN is domain-wide, so create a DomainVlanMapVO entry | ||
| //final DomainVlanMapVO domainVlanMapVO = new DomainVlanMapVO(domain.getId(), vlan.getId()); | ||
| //_domainVlanMapDao.persist(domainVlanMapVO); | ||
| final DomainVlanMapVO domainVlanMapVO = new DomainVlanMapVO(domain.getId(), vlan.getId()); |
There was a problem hiding this comment.
the rest of the change seems trivial. I just wonder why these lines where commented in the first place. Can you explain @nvazquez ?
There was a problem hiding this comment.
Hi @nvazquez as i can say. we tested it. it works now! Great work!
There was a problem hiding this comment.
Thanks @svenvogel for testing it.
@DaanHoogland it was conflicting with the public IP range retrieval for system VMs. If the selected range was for system VMs then it won't be considered because of the entry on domain_vlan_map
|
Trillian test result (tid-3129)
|
|
@nvazquez will it merged? |
|
@DaanHoogland @borisstoyanov @rafaelweingartner are we ok with this fix? |
Reverte o !1037 Closes apache#2980 See merge request scclouds/scclouds!1257
Description
Fix initial reservation on public IP range addition. Also, if the range is dedicated for system VMs do not allow dedicating it to any account
Fixes: #2929
Types of changes
Screenshots (if appropriate):
How Has This Been Tested?