commit 92d3b28fd0ef7ecac85b1d4694819560765ce30d
tree 76dc4baca4ee0215bf7b906f2e15ebefc0a106eb
parent a759efe3a0cbb73e3b523cd37c01086001383a4e
author Thiago Jung Bauermann <thiago.bauermann@linaro.org> 2025-03-22 02:13:41 -0300
committer Laurent Alfonsi <laurent.alfonsi@linaro.org> 2025-03-28 16:30:38 +0000

    tcwg-cimonitor: Map LNT HTTP ports to new HTTPS ports
    
    Configure nginx to proxy LNT instances on 808x ports to new 909x ports
    using HTTPS:
    
    9091 → 8081
    9092 → 8082
    9093 → 8083
    
    I didn't touch 8084 because it's the Fujitsu instance and I don't want
    to risk anything (though I can't think of what could go wrong with this
    port mapping).
    
    Originally I wanted to map LNT using URL prefixes (e.g., "/ci/lnt/")
    using the standard HTTPS port, but AFAICS LNT is hard-coded to be in "/".
    Unless we implement support for this in LNT code, if we want to have LNT
    on the standard HTTP or HTTPS port then we'll need one subdomain per LNT
    instance.
    
    Change-Id: Idd32264e174f6361613f5a5994117cea039d8734


:100644 100644 c7ecaab56c5552a58f68f6ab76e1b0b9da4034d9 ff174ddf59b096903949a540bb3e32883dad5592 M	latest-amd64-tcwg-cimonitor/Dockerfile
:100644 100644 1d2e408aff63894726335b3d04eb0b0dde488908 46a0ecf2603d41c4c19c33f9651761381b2c1af6 M	latest-amd64-tcwg-cimonitor/tcwg.conf
