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 2021/07/05 08:21:54 UTC

[GitHub] [cloudstack] havengit opened a new issue #5179: VPC Site to Site VPN state

havengit opened a new issue #5179:
URL: https://github.com/apache/cloudstack/issues/5179


   <!--
   Verify first that your issue/request is not already reported on GitHub.
   Also test if the latest release and main branch are affected too.
   Always add information AFTER of these HTML comments, but no need to delete the comments.
   -->
   
   ##### ISSUE TYPE
   <!-- Pick one below and delete the rest -->
   
    * Improvement Request
   
   ##### COMPONENT NAME
   <!--
   Categorize the issue, e.g. API, VR, VPN, UI, etc.
   -->
   ~~~
    * UI
    * VPN
   ~~~
   
   ##### CLOUDSTACK VERSION
   <!--
   New line separated list of affected versions, commit ID for issues on main branch.
   -->
   
   ~~~
   CloudStack 4.15.0.0
   ~~~
   
   ##### CONFIGURATION
   <!--
   Information about the configuration if relevant, e.g. basic network, advanced networking, etc.  N/A otherwise
   -->
   
   CloudStack 4.15.0.0
   advanced networking
   
   ##### OS / ENVIRONMENT
   <!--
   Information about the environment if relevant, N/A otherwise
   -->
   
   
   ##### SUMMARY
   <!-- Explain the problem/feature briefly -->
   
   1. Create a site to site vpn  connect, the first state is “connected”  ,In fact, the state should be connecting, not connected.
   
   
   ##### STEPS TO REPRODUCE
   <!--
   For bugs, show exactly how to reproduce the problem, using a minimal test-case. Use Screenshots if accurate.
   
   For new features, show how the feature would be used.
   -->
   
   <!-- Paste example playbooks or commands between quotes below -->
   ~~~
   
   ~~~
   
   <!-- You can also paste gist.github.com links for larger files -->
   
   ##### EXPECTED RESULTS
   <!-- What did you expect to happen when running the steps above? -->
   
   ~~~
   
   ~~~
   
   ##### ACTUAL RESULTS
   <!-- What actually happened? -->
   
   <!-- Paste verbatim command output between quotes below -->
   ~~~
   
   ~~~
   


-- 
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-unsubscribe@cloudstack.apache.org

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



[GitHub] [cloudstack] DaanHoogland commented on issue #5179: VPC Site to Site VPN state

Posted by GitBox <gi...@apache.org>.
DaanHoogland commented on issue #5179:
URL: https://github.com/apache/cloudstack/issues/5179#issuecomment-878828365


   @havengit have you tried with entering correct information? and is the initial state disconnected then?


-- 
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-unsubscribe@cloudstack.apache.org

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



[GitHub] [cloudstack] rhtyd commented on issue #5179: VPC Site to Site VPN state

Posted by GitBox <gi...@apache.org>.
rhtyd commented on issue #5179:
URL: https://github.com/apache/cloudstack/issues/5179#issuecomment-901032264


   Fixed in https://github.com/apache/cloudstack/pull/5327


-- 
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-unsubscribe@cloudstack.apache.org

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



[GitHub] [cloudstack] weizhouapache commented on issue #5179: VPC Site to Site VPN state

Posted by GitBox <gi...@apache.org>.
weizhouapache commented on issue #5179:
URL: https://github.com/apache/cloudstack/issues/5179#issuecomment-899280993


   the initial state could be "Connecting" (does not exist now) instead of "Connected"
   https://github.com/apache/cloudstack/blob/main/server/src/main/java/com/cloud/network/vpn/Site2SiteVpnManagerImpl.java#L350


-- 
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-unsubscribe@cloudstack.apache.org

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



[GitHub] [cloudstack] rhtyd closed issue #5179: VPC Site to Site VPN state

Posted by GitBox <gi...@apache.org>.
rhtyd closed issue #5179:
URL: https://github.com/apache/cloudstack/issues/5179


   


-- 
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-unsubscribe@cloudstack.apache.org

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



[GitHub] [cloudstack] rhtyd closed issue #5179: VPC Site to Site VPN state

Posted by GitBox <gi...@apache.org>.
rhtyd closed issue #5179:
URL: https://github.com/apache/cloudstack/issues/5179


   


-- 
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-unsubscribe@cloudstack.apache.org

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



[GitHub] [cloudstack] rhtyd commented on issue #5179: VPC Site to Site VPN state

Posted by GitBox <gi...@apache.org>.
rhtyd commented on issue #5179:
URL: https://github.com/apache/cloudstack/issues/5179#issuecomment-901032264


   Fixed in https://github.com/apache/cloudstack/pull/5327


-- 
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-unsubscribe@cloudstack.apache.org

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



[GitHub] [cloudstack] DaanHoogland commented on issue #5179: VPC Site to Site VPN state

Posted by GitBox <gi...@apache.org>.
DaanHoogland commented on issue #5179:
URL: https://github.com/apache/cloudstack/issues/5179#issuecomment-878927431


   ok, so the assumption is it is correct untill a connection fails, could do with some improvement indeed.


-- 
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-unsubscribe@cloudstack.apache.org

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



[GitHub] [cloudstack] havengit commented on issue #5179: VPC Site to Site VPN state

Posted by GitBox <gi...@apache.org>.
havengit commented on issue #5179:
URL: https://github.com/apache/cloudstack/issues/5179#issuecomment-878841890


   > @havengit have you tried with entering correct information? and is the initial state disconnected then?
   
   no, if entering correct information, the initial state also connected
   after  Create a site to site vpn  connect in active mode , display status in connecting is  more accurately


-- 
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-unsubscribe@cloudstack.apache.org

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



[GitHub] [cloudstack] davidjumani commented on issue #5179: VPC Site to Site VPN state

Posted by GitBox <gi...@apache.org>.
davidjumani commented on issue #5179:
URL: https://github.com/apache/cloudstack/issues/5179#issuecomment-900224670


   Added a nice little fix to set the initial state as connecting as @weizhouapache suggested #5327
   
   ![Screenshot from 2021-08-17 15-38-27](https://user-images.githubusercontent.com/8244774/129719822-a7e5a3e9-35d1-453f-a000-26b70174c147.png)
   


-- 
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-unsubscribe@cloudstack.apache.org

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