Page MenuHomeDevCentral

WIP: Use Docker pillar information in nginx config
Needs ReviewPublic

Authored by dereckson on Oct 28 2019, 03:13.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Oct 31, 07:29
Unknown Object (File)
Sat, Oct 26, 13:20
Unknown Object (File)
Sun, Oct 20, 21:09
Unknown Object (File)
Sep 27 2024, 22:50
Unknown Object (File)
Sep 27 2024, 21:49
Unknown Object (File)
Sep 22 2024, 13:06
Unknown Object (File)
Sep 21 2024, 07:31
Unknown Object (File)
Sep 15 2024, 02:30
Subscribers
None

Details

Reviewers
dereckson
Summary

Currently, the nginx configuration for the legacy webserver role
used hardcoded port information to pass a request to Docker PaaS.

This change introduces a method to prepare a dictionary of proxy_pass URLs
per server and application, and applies it for API and infra.

Test Plan

Deploy on Ysul

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Passed
Unit
No Test Coverage
Branch
configure-docker-upstreams
Build Status
Buildable 3241
Build 3490: arc lint + arc unit

Event Timeline

dereckson created this revision.

Remove debug information, use correct pillar syntax.

Call paas_docker.get_upstreams()