Page MenuHomeDevCentral

Install nginx on PaaS Docker servers
ClosedPublic

Authored by dereckson on Feb 18 2020, 03:06.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 19, 11:35
Unknown Object (File)
Thu, Apr 18, 21:09
Unknown Object (File)
Mon, Apr 15, 05:09
Unknown Object (File)
Sun, Apr 14, 22:07
Unknown Object (File)
Wed, Apr 10, 09:59
Unknown Object (File)
Wed, Apr 10, 09:17
Unknown Object (File)
Tue, Apr 9, 09:36
Unknown Object (File)
Mon, Apr 8, 19:01
Subscribers
None

Details

Summary

For the paas-docker role the nginx unit provides configuration
for the vhosts matching deployed containers, but don't install
nginx itself.

Plan is to install and configure nginx fully automatically.

Ref T1595

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson created this revision.
local:
----------
          ID: nginx_software
    Function: pkg.installed
      Result: True
     Comment: All specified packages are already installed
     Started: 03:15:11.634330
    Duration: 1172.135 ms
     Changes:
----------
          ID: nginx_service
    Function: service.running
        Name: nginx
      Result: True
     Comment: Service nginx has been enabled, and is running
     Started: 03:15:12.927423
    Duration: 6077.146 ms
     Changes:
              ----------
              nginx:
                  True

Summary for local
------------
Succeeded: 2 (changed=1)
Failed:    0
------------
Total states run:     2
Total run time:   7.249 s
This revision is now accepted and ready to land.Feb 18 2020, 03:23
This revision was automatically updated to reflect the committed changes.