server: set network rate for additional public IPs#5670
Conversation
|
@blueorangutan package |
|
@weizhouapache a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
|
@blueorangutan package |
|
@weizhouapache a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
|
Packaging result: ✔️ el7 ✔️ el8 ✔️ debian ✔️ suse15. SL-JID 1690 |
|
@blueorangutan test centos7 vmware-70u1 keepEnv |
|
@weizhouapache a Trillian-Jenkins test job (centos7 mgmt + vmware-70u1) has been kicked to run smoke tests |
| profile.setSecurityGroupEnabled(_networkModel.isSecurityGroupSupportedInNetwork(network)); | ||
| profile.setName(_networkModel.getNetworkTag(vm.getHypervisorType(), network)); | ||
| profile.setNetworId(network.getId()); | ||
| profile.setNetworkRate(_networkModel.getNetworkRate(network.getId(), vm.getId())); |
There was a problem hiding this comment.
will the network id not be needed anymore?
There was a problem hiding this comment.
@DaanHoogland
it is still needed. see line 2072
I changed setNetworId to setNetworkId
|
Trillian test result (tid-2548)
|
|
workaround for #5669 : create port group manually on destination host for example |
Description
This PR fixes #5669
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
Screenshots (if appropriate):
How Has This Been Tested?