Update git submodules
authorStephen Wong <stephen.kf.wong@gmail.com>
Thu, 5 Apr 2018 23:20:26 +0000 (23:20 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Thu, 5 Apr 2018 23:20:26 +0000 (23:20 +0000)
commitace443413c3c0175605e768bf958f511d9dc3203
treec7faa990a24ae0296b7b4426a82a7c3117c12438
parenta423e9b2eef8cf1393f6261a3419759091b559ed
Update git submodules

* Update docs/submodules/clover from branch 'master'
  - Merge "Fix Nginx lb in k8s/istio"
  - Fix Nginx lb in k8s/istio

    - Provide workaround to make nginx lb work properly
    - nginx_client sample can modify default load balancing
    from three to two servers at runtime
    - Ensure port 9180 is used for default deploy for lb and
    servers
    - Modify render_yaml to specify deploy_name so that
    clover-server1, 2, 3 can be used for default lb config
    - Ensure proxy template is aligned to lb to allow the
    source IP from originating host to be propagated to final
    destination

    - Fix default nginx proxy server_name to 'proxy-access-control'
    and change default proxy destination to 'http-lb'
    - Split lb service_type to 'lbv1' and 'lbv2' to provide an example
    of how to modify the run-time configuration of the load balancer
    after deployment - modify http-lb-v2 to use clover-server4/5 instead
    of the defualt clover-server1/2/3 - modify http-lb-v1 to use
    clover-server1/2 instead of 1/2/3
    - Aligned pod IP retrival method with nginx_client.py

    Change-Id: I73fa60a69c93ae1e82a477ef6283c00f67a21360
Signed-off-by: Eddie Arrage <eddie.arrage@huawei.com>
docs/submodules/clover