You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2020/01/13 08:31:19 UTC

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

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:
users@infra.apache.org


With regards,
Apache Git Services