You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by gi...@git.apache.org on 2017/07/16 11:59:27 UTC

[GitHub] nitin-maharana opened a new pull request #2187: CLOUDSTACK-9747: Network Update with new N/W offering retains rules on UI but cleans up on Router.

nitin-maharana opened a new pull request #2187: CLOUDSTACK-9747: Network Update with new N/W offering retains rules on UI but cleans up on Router.
URL: https://github.com/apache/cloudstack/pull/2187
 
 
   Steps to Reproduce:
   ===============
   1. Create a Network with default N/w offering " Offering for Isolated networks with Source Nat service enabled ".
   2. Create PF rules, Firewall Rules on the n/w.
   3. Deploy a VM with the above Network.
   4. Create a new standalone n/w offering and update the above network with the new offering.
   
   Observations:
   ==========
   Once the N/w update is completed, it's observed that the rules created with default offering still persist on UI but the iptables on VR is cleaned up.
   
   Expected Result:
   ============
   
   - If the new n/w offering supports the VR service as the old one, rules should be retained on both UI and VR.
   
   or
   
   - Irrespective of new and old n/w offerings supporting or not supporting the VR service, rules on VR and UI to be cleaned up.
   
   Resolution:
   ========
   Now it removes all the rules irrespective of new network offering.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services