weizhouapache commented on pull request #5446:
URL: https://github.com/apache/cloudstack/pull/5446#issuecomment-923758203


   > @weizhouapache is this critical for 4.16, and is this ready for review - 
how are we testing it?
   
   @rhtyd it is ready for review.
   if we want to support OVS/GRE in 4.16.0.0 and future versions, this is 
critical (even blocker as the feature is totally broken on kvm, and not working 
well on xenserver).
   
   To test this PR, we need to create a zone with isolation method 'GRE' 
instead of default 'VLAN'.
   
   (for existing zone, there is no api to update the isolation method. we can 
change it via DB and cmk, for example
   MySQL> update physical_network_isolation_methods set isolation_method ='GRE' 
where id=2 and physical_network_id=201;
   cmk> add networkserviceprovider 
physicalnetworkid=bbb96664-cc84-4a66-af66-fd79b8fdf59a name=Ovs
   cmk> update networkserviceprovider state=Enabled 
id=7b806b85-bcfb-4876-8da1-1644dc229a06
   )
   
   


-- 
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: commits-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to