Update git submodules

* Update kolla-ansible from branch 'master'
  - Standardize use and construction of endpoint URLs
    
    The goal for this push request is to normalize the construction and use
     of internal, external, and admin URLs. While extending Kolla-ansible
     to enable a more flexible method to manage external URLs, we noticed
     that the same URL was constructed multiple times in different parts
     of the code. This can make it difficult for people that want to work
     with these URLs and create inconsistencies in a large code base with
     time. Therefore, we are proposing here the use of
     "single Kolla-ansible variable" per endpoint URL, which facilitates
     for people that are interested in overriding/extending these URLs.
    
    As an example, we extended Kolla-ansible to facilitate the "override"
    of public (external) URLs with the following standard
    "<component/serviceName>.<companyBaseUrl>".
    Therefore, the "NAT/redirect" in the SSL termination system (HAproxy,
    HTTPD or some other) is done via the service name, and not by the port.
    This allows operators to easily and automatically create more friendly
     URL names. To develop this feature, we first applied this patch that
     we are sending now to the community. We did that to reduce the surface
      of changes in Kolla-ansible.
    
    Another example is the integration of Kolla-ansible and Consul, which
    we also implemented internally, and also requires URLs changes.
    Therefore, this PR is essential to reduce code duplicity, and to
    facility users/developers to work/customize the services URLs.
    
    Change-Id: I73d483e01476e779a5155b2e18dd5ea25f514e93
    Signed-off-by: Rafael Weingärtner <rafael@apache.org>
This commit is contained in:
Rafael Weingärtner 2020-06-16 16:03:31 -03:00 committed by Gerrit Code Review
parent 7e4707828e
commit 947f6d9b46
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit a90aa3e4435a6124284260094b3e875c7bc9c96d
Subproject commit f425c0678f9c90c019805edb0b233d89f61f7ca8