Project

General

Profile

action #159963

Updated by okurz 10 days ago

## Observation 

 https://gitlab.suse.de/openqa/salt-pillars-openqa/-/jobs/2571863 

 ``` 
 worker34.oqa.prg2.suse.org: 
 ---------- 
           ID: /etc/ssh/sshd_config 
     Function: file.managed 
       Result: False 
      Comment: Unable to manage file: name '__env__' is not defined 
      Started: 11:37:24.951794 
     Duration: 162.446 ms 
      Changes:    
 ---------- 
           ID: sshd 
     Function: service.running 
       Result: False 
      Comment: One or more requisite failed: sshd./etc/ssh/sshd_config 
      Started: 11:37:25.118150 
     Duration: 0.003 ms 
      Changes:    
 ---------- 
 […snip…] 
 worker29.oqa.prg2.suse.org: 
 ---------- 
           ID: /etc/ssh/sshd_config 
     Function: file.managed 
       Result: False 
      Comment: Unable to manage file: name '__env__' is not defined 
      Started: 11:37:24.091996 
     Duration: 140.863 ms 
      Changes:    
 ---------- 
           ID: sshd 
     Function: service.running 
       Result: False 
      Comment: One or more requisite failed: sshd./etc/ssh/sshd_config 
      Started: 11:37:24.236772 
     Duration: 0.003 ms 
      Changes:    
 ---------- 
 ``` 

 happened once, was good again after. Might be still worth to check if we can find something upstream about this 

 EDIT: Sometimes later still appearing sometimes: 

 ``` 
 worker40.oqa.prg2.suse.org: 
 ---------- 
           ID: firewalld_zones 
     Function: file.managed 
         Name: /etc/firewalld/zones/trusted.xml 
       Result: False 
      Comment: Unable to manage file: name '__env__' is not defined 
      Started: 13:36:50.135092 
     Duration: 200.901 ms 
      Changes:    
 Summary for worker40.oqa.prg2.suse.org 
 -------------- 
 Succeeded: 501 
 Failed:        1 
 -------------- 
 ``` 

 from https://gitlab.suse.de/openqa/salt-pillars-openqa/-/jobs/2807754#L224 

 ## Acceptance criteria 
 * **AC1:** Consistently stable salt deployment jobs with no error "Unable to manage file: name '__env__' is not defined" 

 ## Suggestions 
 * *DONE* Do upstream research on error message "Unable to manage file: name '__env__' is not defined" -> https://github.com/search?q=repo%3Asaltstack%2Fsalt%20%20%22Unable%20to%20manage%20file%3A%20name%20%27__env__%27%20is%20not%20defined%22&type=code reveals nothing, so does https://www.ecosia.org/search?method=index&q=salt%20%22Unable%20to%20manage%20file%3A%20name%20%27__env__%27%20is%20not%20defined%22 . Only remotely similar https://github.com/saltstack/salt/issues/24273 but no helpful content. 

 ## Workaround 
 Retrigger the according CI job

Back