https://bugzilla.wikimedia.org/show_bug.cgi?id=48215

       Web browser: ---
            Bug ID: 48215
           Summary: zuul should have distinct parameters for server calls
                    and status url
           Product: Wikimedia
           Version: wmf-deployment
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: Unprioritized
         Component: Continuous integration
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected]
    Classification: Unclassified
   Mobile Platform: ---

The Zuul configuration for Jenkins is simply a server parameter. That is used
both to craft the reporting URLs and to do the API call. Ex:

 server=https://integration.wikimedia.org/ci/

That makes sense when crafting a status URL but that cause the internal API
calls to Jenkins to use SSL and pass via the Apache frontend proxy.

I did a patch a long time ago for Gerrit:
https://review.openstack.org/#/c/16884/ that introduced a baseurl parameter.

We could get a baseurl for jenkins that will be used when reporting an URL to a
human and internally use the server. The resulting configuration would be:

 [jenkins]
 server=http://10.0.0.1:8080/ci
 baseurl=https://integration.wikimedia.org/ci

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to