Project

General

Profile

Bug #44292

Updated by Nathan Cutler about 4 years ago

With the new opensuse_15.2 FOG image tests are failing with: 

 <pre> 
 2020-02-25T16:57:21.217 INFO:teuthology.run_tasks:Running task internal.syslog... 
 2020-02-25T16:57:21.236 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 
 2020-02-25T16:57:21.237 INFO:teuthology.orchestra.run.smithi017:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 
 2020-02-25T16:57:21.240 INFO:teuthology.orchestra.run.smithi109:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 
 2020-02-25T16:57:21.268 INFO:teuthology.orchestra.run.smithi017:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 
 2020-02-25T16:57:21.340 INFO:teuthology.orchestra.run.smithi017:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 
 2020-02-25T16:57:21.370 INFO:teuthology.orchestra.run.smithi017:> sudo sh -c 'cat > /etc/rsyslog.d/80-cephtest.conf' 
 2020-02-25T16:57:21.407 INFO:teuthology.orchestra.run.smithi017.stderr:sh: /etc/rsyslog.d/80-cephtest.conf: No such file or directory 
 2020-02-25T16:57:21.410 DEBUG:teuthology.orchestra.run:got remote process result: 1 
 </pre> 

 Ensuring that the rsyslog package is installed in the image should be sufficient to fix this. 

 NOTE: this was done for the opensuse 15.1 image. Is there any way to automate this step so it happens automatically every time a new opensuse FOG image is created?

Back