Comment 14 for bug 1827246

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to config (master)

Reviewed: https://review.opendev.org/662748
Committed: https://git.openstack.org/cgit/starlingx/config/commit/?id=9b0820d1d65dca4c2d647f6e6aff435c58e84592
Submitter: Zuul
Branch: master

commit 9b0820d1d65dca4c2d647f6e6aff435c58e84592
Author: yhu6 <email address hidden>
Date: Tue May 28 03:59:11 2019 +0000

    add helm chart for nginx ports control

    this chart is added as a part of "stx-openstack" application,
    in the same chart group as openstack-ingress chart, so that
    when "nginx-ingress-controller" starts working, http and https
    ports are allowed for nginx which accepts http/https requests
    and forwards to internal services accordingly.
    In the following LP#1827246, the http request of opening console
    of VM instance is sent to nginx 80 first, and then nginx forwards
    the request to "nova-novncproxy" at port 6080 internally.

    Closes-Bug: 1827246

    Change-Id: I183f7edc92f1a9e0bdedad0afe35e3d03e20e7d5
    Signed-off-by: yhu6 <email address hidden>