Page MenuHomeDevCentral

Deploy Eglide site to canonical /var/wwwwroot location
ClosedPublic

Authored by dereckson on Nov 23 2017, 00:59.
Tags
None
Referenced Files
F12249870: D1254.diff
Sat, Oct 11, 18:55
Unknown Object (File)
Wed, Oct 8, 18:07
Unknown Object (File)
Sun, Oct 5, 09:07
Unknown Object (File)
Thu, Oct 2, 13:32
Unknown Object (File)
Sat, Sep 27, 04:22
Unknown Object (File)
Thu, Sep 25, 18:25
Unknown Object (File)
Tue, Sep 23, 01:56
Unknown Object (File)
Mon, Sep 22, 18:09
Subscribers
None

Details

Summary

Every server site should be in /var/wwwroot.

Follow-up for edff5dd956c5.

Test Plan

Deploy on Eglide, check /var/wwwroot/eglide.org/www is created.

Currently no-op, as nginx still points to the former location.

Diff Detail

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

Event Timeline

Salt master
$ salt eglide state.apply roles/shellserver/eglide-website
eglide:                                                                    
----------                             
          ID: /var/wwwroot/eglide.org/www                                    
    Function: file.directory           
      Result: True                                             
     Comment: Directory /var/wwwroot/eglide.org/www updated
     Started: 00:57:25.743009                                                  
    Duration: 77.0 ms                    
     Changes:                          
              ----------                                     
              /var/wwwroot/eglide.org/www:
                  New Dir
----------                                                     
          ID: wwwroot_server                               
    Function: file.recurse                                                     
        Name: /var/wwwroot/eglide.org/www
      Result: True                     
     Comment: Recursively updated /var/wwwroot/eglide.org/www
     Started: 00:57:59.332573             
    Duration: 2938.456 ms              
     Changes:                                        
              ----------               
This revision is now accepted and ready to land.Nov 23 2017, 01:01
This revision was automatically updated to reflect the committed changes.