Update git submodules

* Update gear from branch 'master'
  - Merge "Add support for server name indication"
  - Add support for server name indication
    
    According to the python docs [1] it is recommended to use
    SSLContext.wrap_socket to create an ssl connection since Python 3.2
    and 2.7.9. This enables us to also leverage server name indication
    (SNI).
    
    One use case where SNI is beneficial is an easy and standard way to
    route traffic into an Openshift cluster. The most common way to get
    traffic into an Openshift cluster is using a routes. The routes in an
    openshift cluster work with either HTTP, HTTPS with SNI or TLS with
    SNI [2]. TLS with SNI in this case also works with non-http
    connections like gearman is using.
    
    [1] https://docs.python.org/3/library/ssl.html#socket-creation
    [2] https://docs.okd.io/3.11/dev_guide/expose_service/expose_internal_ip_router.html#overview
    
    Change-Id: I19c1edc4a14a303d2a91894e0065c8d31f89ce24
This commit is contained in:
Zuul 2019-06-17 16:17:30 +00:00 committed by Gerrit Code Review
parent 842c3ec518
commit 654605e91a
1 changed files with 1 additions and 1 deletions

2
gear

@ -1 +1 @@
Subproject commit 8d3ea4bcff35ffa75230f621e6335a8129a4ed5d
Subproject commit 483ab492a86907b4509b154d978af62266e814c8