shwstppr opened a new pull request, #6425:
URL: https://github.com/apache/cloudstack/pull/6425

   ### Description
   Adds option to provide custom DNS servers for isolated network, shared 
network and VPC tier.
   New API parameters added in createNetwork API along with the corresponding 
response parameters.
   
   Doc PR: https://github.com/apache/cloudstack-documentation/pull/276
   
   ### 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)
   - [x] 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
   - [x] Minor
   
   #### Bug Severity
   
   - [ ] BLOCKER
   - [ ] Critical
   - [ ] Major
   - [ ] Minor
   - [ ] Trivial
   
   
   ### Screenshots (if appropriate):
   
![add-guest-network](https://user-images.githubusercontent.com/153340/174599068-853a63d5-fcd6-487e-97ad-a2b1e18bf5d4.png)
   
   
![add-shared-network](https://user-images.githubusercontent.com/153340/174599099-037f4b2f-3bc7-48b3-ae10-fb77495f52c1.png)
   
   
   ![Screenshot from 2022-06-20 
17-38-46](https://user-images.githubusercontent.com/153340/174598613-c6816751-5631-4b79-b174-a1e0c96c42dc.png)
   
   ### How Has This Been Tested?
   <!-- Please describe in detail how you tested your changes. -->
   <!-- Include details of your testing environment, and the tests you ran to 
-->
   <!-- see how your change affects other areas of the code, etc. -->
   
   
   <!-- Please read the 
[CONTRIBUTING](https://github.com/apache/cloudstack/blob/main/CONTRIBUTING.md) 
document -->
   
   Manually ran new marvin test:
   ```
   [root@pr6425-t4310-vmware-67u3-marvin marvin]# nosetests --with-xunit 
--xunit-file=results.xml --with-marvin 
--marvin-config=./pr6425-t4310-vmware-67u3-advanced-cfg -s -a tags=advanced 
--hypervisor=VMware tests/component/test_network_vpc_custom_dns.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_16_2022_07_07_09_BQCG9M All 
logs will be available here ====
   
   === Marvin Init Logging Successful===
   
   ==== Marvin Init Successful ====
   ====Trying SSH Connection: Host:10.0.34.87 User:root                         
          Port:22 RetryCnt:60===
   ===SSH to Host 10.0.34.87 port : 22 SUCCESSFUL===
   {Cmd: ssh -i /var/cloudstack/management/.ssh/id_rsa 
-ostricthostkeychecking=no -oUserKnownHostsFile=/dev/null -p 3922 10.0.36.189 
cat /etc/resolv.conf via Host: 10.0.34.87} {returns: ['nameserver 5.5.5.5', 
'nameserver 6.6.6.6', 'nameserver 2001:4860:4860::5555', 'nameserver 
2001:4860:4860::6666']}
   === TestName: test_01_verify_network_dns | Status : SUCCESS ===
   
   ====Trying SSH Connection: Host:10.0.34.87 User:root                         
          Port:22 RetryCnt:60===
   ====Trying SSH Connection: Host:10.0.34.87 User:root                         
          Port:22 RetryCnt:60===
   ===SSH to Host 10.0.34.87 port : 22 SUCCESSFUL===
   ===SSH to Host 10.0.34.87 port : 22 SUCCESSFUL===
   {Cmd: ssh -i /var/cloudstack/management/.ssh/id_rsa 
-ostricthostkeychecking=no -oUserKnownHostsFile=/dev/null -p 3922 10.0.36.190 
cat /etc/resolv.conf via Host: 10.0.34.87} {returns: ['nameserver 5.5.5.5', 
'nameserver 6.6.6.6', 'nameserver 2001:4860:4860::5555', 'nameserver 
2001:4860:4860::6666']}
   {Cmd: ssh -i /var/cloudstack/management/.ssh/id_rsa 
-ostricthostkeychecking=no -oUserKnownHostsFile=/dev/null -p 3922 10.0.36.190 
cat /etc/resolv.conf via Host: 10.0.34.87} {returns: ['nameserver 5.5.5.5', 
'nameserver 6.6.6.6', 'nameserver 2001:4860:4860::5555', 'nameserver 
2001:4860:4860::6666']}
   === TestName: test_01_verify_vpc_dns | Status : SUCCESS ===
   
   === Final results are now copied to: 
/marvin//MarvinLogs/test_network_vpc_custom_dns_2CPKHK ===
   ```
   


-- 
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]

Reply via email to