[GitHub] [cloudstack] weizhouapache commented on issue #3802: OVS Provider not visible under Network Service Providers for guest network

2020-01-13 Thread GitBox
weizhouapache commented on issue #3802: OVS Provider not visible under Network 
Service Providers for guest network
URL: https://github.com/apache/cloudstack/issues/3802#issuecomment-573605763
 
 
   @shoaibjdev are there some error logs in 
/var/log/cloudstack/agent/ovstunnel.log similar as following ?
   
   ```
   2019-11-28 14:11:41,678 - Tunnel interface validated:['/usr/bin/ovs-vsctl', 
'get', 'interface', '433982a7-cada-4855-a72b-4b30344f645d', 'options:remote_ip']
   2019-11-28 14:11:41,678 - Executing:['/usr/bin/ovs-vsctl', 'get', 
'interface', '433982a7-cada-4855-a72b-4b30344f645d', 'ofport']
   2019-11-28 14:11:41,698 - Executing:['/usr/bin/ovs-vsctl', 'get', 'bridge', 
'OVSTunnel2046', 'other_config:is-ovs-tun-network']
   2019-11-28 14:11:41,704 - Executing:['/usr/bin/ovs-vsctl', 'get', 'bridge', 
'OVSTunnel2046', 'other_config:is-ovs_vpc_distributed_vr_network']
   2019-11-28 14:11:41,709 - The command exited with the error code: 1 (stderr 
output:ovs-vsctl: no key "is-ovs_vpc_distributed_vr_network" in Bridge record 
"OVSTunnel2046" column other_config
   )
   2019-11-28 14:11:41,709 - An unexpected error occured. Rolling back
   2019-11-28 14:11:41,709 - Deleting GRE interface
   2019-11-28 14:11:41,709 - Executing:['/usr/bin/ovs-vsctl', 'del-port', 
'OVSTunnel2046', 't2046-4-3']
   2019-11-28 14:12:22,157 - About to manually create the bridge:OVSTunnel2046
   ```
   



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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [cloudstack] weizhouapache commented on issue #3802: OVS Provider not visible under Network Service Providers for guest network

2020-01-13 Thread GitBox
weizhouapache commented on issue #3802: OVS Provider not visible under Network 
Service Providers for guest network
URL: https://github.com/apache/cloudstack/issues/3802#issuecomment-573576555
 
 
   > Also the reason I raised it as GRE doesn't seem to work, and as it doesn't 
appear under UI so I doubt if there is something broken.
   > 
   > If you have only 1 KVM node and it's the node where **Virtual Router** is 
running, then instances will get IP from the VNI specified during setup.
   > But if you add 2nd KVM node, no matter what you do, it will never get an 
IP from Virtual Router.
   > If now I migrate virtual router to this new KVM node, instances will get 
the IPs.
   > 
   > So basically, OVS GRE tunnel is not working on ACS 4.12, I have asked 
**@andrijapanicsb** to advise if GRE is still in use on ACS or should we move 
away from it and trying some other option for OVS tunnel to work, awaiting his 
response from that thread.
   
   @shoaibjdev do you use default network offering or new offering created by 
following instruction 
http://docs.cloudstack.apache.org/projects/archived-cloudstack-getting-started/en/latest/networking/ovs-plugin.html#network-offerings
 ?


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [cloudstack] weizhouapache commented on issue #3802: OVS Provider not visible under Network Service Providers for guest network

2020-01-13 Thread GitBox
weizhouapache commented on issue #3802: OVS Provider not visible under Network 
Service Providers for guest network
URL: https://github.com/apache/cloudstack/issues/3802#issuecomment-573566210
 
 
   > **@weizhouapache** I can confirm from database, it's there but if you 
verify from ACS UI, it's not in the list of Network Providers for the Zone's 
physical network.
   > 
   > Kindly share screenshot of UI if it's visible on your end.
   
   I confirm ovs is not visible in the list of network provider on UI.


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [cloudstack] weizhouapache commented on issue #3802: OVS Provider not visible under Network Service Providers for guest network

2020-01-13 Thread GitBox
weizhouapache commented on issue #3802: OVS Provider not visible under Network 
Service Providers for guest network
URL: https://github.com/apache/cloudstack/issues/3802#issuecomment-573556274
 
 
   @shoaibjdev 
   I have a setup with GRE. Ovs is enabled by default.
   
   ```
   (local)  > list physicalnetworks
   {
 "count": 1,
 "physicalnetwork": [
   {
 "broadcastdomainrange": "ZONE",
 "id": "a00b2b4c-945a-41c9-bf62-454a49cefc47",
 "isolationmethods": "GRE",
 "name": "OVS",
 "state": "Enabled",
 "vlan": "2000-2100",
 "zoneid": "7ff7c5bd-c41f-40ca-ba31-3b7bde583d38"
   }
 ]
   }
   
   (local)  > list networkserviceproviders 
physicalnetworkid="a00b2b4c-945a-41c9-bf62-454a49cefc47" name=ovs
   {
 "count": 1,
 "networkserviceprovider": [
   {
 "canenableindividualservice": true,
 "id": "c08f3e76-00c6-489d-9b37-f9cd7d304cc3",
 "name": "Ovs",
 "physicalnetworkid": "a00b2b4c-945a-41c9-bf62-454a49cefc47",
 "servicelist": [
   "Lb",
   "StaticNat",
   "PortForwarding"
 ],
 "state": "Enabled"
   }
 ]
   }
   
   ```


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services