From 6bd7cc7e7bc1592f0a3d6214cc84c1b18a85976b Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 25 May 2017 19:55:09 +0200 Subject: [PATCH] Prepare nodepool-builder logging config for openSUSE 42.3 openSUSE 42.3 is currently in feature freeze so it will become the default stable release. Prepare infrastructure to handle 42.3 nodepool image builds. Change-Id: I50cf826c13e40dd191ad62298d94dbf32a11e518 --- .../nodepool-builder.logging.conf.erb | 20 +++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/modules/openstack_project/templates/nodepool/nodepool-builder.logging.conf.erb b/modules/openstack_project/templates/nodepool/nodepool-builder.logging.conf.erb index 374809e61d..f6db3850a3 100644 --- a/modules/openstack_project/templates/nodepool/nodepool-builder.logging.conf.erb +++ b/modules/openstack_project/templates/nodepool/nodepool-builder.logging.conf.erb @@ -8,8 +8,8 @@ [loggers] keys=root,nodepool,requests,shade,image,kazoo, dib_debian-jessie, dib_ubuntu-trusty, dib_ubuntu-xenial, dib_centos-7, - dib_fedora-25, dib_opensuse-422, rax-dfw_upload, rax-ord_upload, - rax-iad_upload, ovh-gra1_upload, ovh-bhs1_upload, + dib_fedora-25, dib_opensuse-422, dib_opensuse-423, rax-dfw_upload, + rax-ord_upload, rax-iad_upload, ovh-gra1_upload, ovh-bhs1_upload, internap-mtl01_upload, osic-cloud1-s3500_upload, osic-cloud1-s3700_upload, tripleo-test-cloud-rh1_upload, infracloud-vanilla_upload, infracloud-chocolate_upload, @@ -19,8 +19,8 @@ keys=root,nodepool,requests,shade,image,kazoo, [handlers] keys=console,debug,normal,image, dib_debian-jessie, dib_ubuntu-trusty, dib_ubuntu-xenial, dib_centos-7, - dib_fedora-25, dib_opensuse-422, rax-dfw_upload, rax-ord_upload, - rax-iad_upload, ovh-gra1_upload, ovh-bhs1_upload, + dib_fedora-25, dib_opensuse-422, dib_opensuse-423, rax-dfw_upload, + rax-ord_upload, rax-iad_upload, ovh-gra1_upload, ovh-bhs1_upload, internap-mtl01_upload, osic-cloud1-s3500_upload, osic-cloud1-s3700_upload, tripleo-test-cloud-rh1_upload, infracloud-vanilla_upload, infracloud-chocolate_upload, @@ -164,6 +164,18 @@ class=logging.handlers.TimedRotatingFileHandler formatter=simple args=('<%= @image_log_document_root %>/dib.opensuse-422.log', 'H', 8, 30,) +[logger_dib_opensuse-423] +level=DEBUG +handlers=dib_opensuse-423 +qualname=nodepool.image.build.opensuse-423 +propagate=0 + +[handler_dib_opensuse-423] +level=DEBUG +class=logging.handlers.TimedRotatingFileHandler +formatter=simple +args=('<%= @image_log_document_root %>/dib.opensuse-423.log', 'H', 8, 30,) + [logger_rax-dfw_upload] level=DEBUG handlers=rax-dfw_upload