Pearl1594 opened a new pull request, #6426: URL: https://github.com/apache/cloudstack/pull/6426
### Description Allow admins and accounts to be able to configure MTU for the VR which is public/private facing. Adds new zone-level configurations: - vr.public.interface.max.mtu(default: 1500) - The maximum value the MTU can have on the VR's public interfaces - vr.private.interface.max.mtu (default: 1500) - The maximum value the MTU can have on the VR's private interfaces - allow.end.users.to.specify.vr.mtu (default: false) - Allow end users to specify VR MTU Doc PR: https://github.com/apache/cloudstack-documentation/pull/279 <!--- Describe your changes in DETAIL - And how has behaviour functionally changed. --> <!-- For new features, provide link to FS, dev ML discussion etc. --> <!-- In case of bug fix, the expected and actual behaviours, steps to reproduce. --> <!-- When "Fixes: #<id>" is specified, the issue/PR will automatically be closed when this PR gets merged --> <!-- For addressing multiple issues/PRs, use multiple "Fixes: #<id>" --> <!-- Fixes: # --> <!--- ********************************************************************************* --> <!--- NOTE: AUTOMATATION USES THE DESCRIPTIONS TO SET LABELS AND PRODUCE DOCUMENTATION. --> <!--- PLEASE PUT AN 'X' in only **ONE** box --> <!--- ********************************************************************************* --> ### Types of changes - [ ] Breaking change (fix or feature that would cause existing functionality to change) - [X] New feature (non-breaking change which adds functionality) - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] Enhancement (improves an existing feature and functionality) - [ ] Cleanup (Code refactoring and cleanup, that may add test cases) ### Feature/Enhancement Scale or Bug Severity #### Feature/Enhancement Scale - [ ] Major - [ ] Minor ### Screenshots (if appropriate): ### How Has This Been Tested? ``` [root@ref-trl-3314-k-M7-pearl-dsilva-marvin ~]# nosetests --with-xunit --xunit-file=results.xml --with-marvin --marvin-config=/marvin/ref-trl-3314-k-M7-pearl-dsilva-advanced-cfg -s -a tags=advanced --hypervisor=KVM test_network_mtu.py /usr/local/lib/python3.6/site-packages/paramiko/transport.py:33: CryptographyDeprecationWarning: Python 3.6 is no longer supported by the Python core team. Therefore, support for it is deprecated in cryptography and will be removed in a future release. from cryptography.hazmat.backends import default_backend ==== Marvin Init Started ==== === Marvin Parse Config Successful === === Marvin Setting TestData Successful=== ==== Log Folder Path: /marvin/MarvinLogs/Jun_24_2022_13_14_12_8WONQQ All logs will be available here ==== === Marvin Init Logging Successful=== ==== Marvin Init Successful ==== === TestName: test_01_create_isolated_network_with_mtu | Status : SUCCESS === === TestName: test_02_update_isolated_network_with_mtu | Status : SUCCESS === === Final results are now copied to: /marvin//MarvinLogs//YXRF3E === ``` <!-- Please read the [CONTRIBUTING](https://github.com/apache/cloudstack/blob/main/CONTRIBUTING.md) document --> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
