Astute execute puppet without debug logs

Bug #1560505 reported by Dmitry Ukov
14
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Fuel for OpenStack
Fix Committed
High
Maksim Malchuk
Mitaka
Fix Released
High
Maksim Malchuk

Bug Description

* Take any MOS 9 ISO
* Create environment
* Make sure chat Debug puppet is checked in UI
* Hit deploy changes.

Expected result: DEBUG messages in puppet execution log

Actual result: Only NOTICE, WARNING and ERROR messages

Dmitry Klenov (dklenov)
tags: added: area-library
Changed in fuel:
milestone: none → 9.0
assignee: nobody → Fuel Library Team (fuel-library)
importance: Undecided → Medium
status: New → Confirmed
Changed in fuel:
assignee: Fuel Library Team (fuel-library) → Maksim Malchuk (mmalchuk)
Revision history for this message
Bug Checker Bot (bug-checker) wrote : Autochecker

(This check performed automatically)
Please, make sure that bug description contains the following sections filled in with the appropriate data related to the bug you are describing:

steps to reproduce

For more detailed information on the contents of each of the listed sections see https://wiki.openstack.org/wiki/Fuel/How_to_contribute#Here_is_how_you_file_a_bug

tags: added: need-info
Revision history for this message
Matthew Mosesohn (raytrac3r) wrote :

We should raise this to high because it's a feature that is now not working. We default the checkbox in logging to "Puppet Debug Logging" enabled, but this is not the case. We should set this to unchecked by default if we want to not have debug logging, but if checked, debug should be run, of course.

Changed in fuel:
importance: Medium → High
Changed in fuel:
status: Confirmed → In Progress
tags: added: area-python module-astute tricky
removed: area-library
Changed in fuel:
milestone: 9.0 → 10.0
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to fuel-web (master)

Fix proposed to branch: master
Review: https://review.openstack.org/318387

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to fuel-web (stable/mitaka)

Fix proposed to branch: stable/mitaka
Review: https://review.openstack.org/319272

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-web (master)

Reviewed: https://review.openstack.org/318387
Committed: https://git.openstack.org/cgit/openstack/fuel-web/commit/?id=285d750dc2746a9822488bb77b6b13d09ca9b288
Submitter: Jenkins
Branch: master

commit 285d750dc2746a9822488bb77b6b13d09ca9b288
Author: Maksim Malchuk <email address hidden>
Date: Thu May 19 03:24:03 2016 +0300

    Update all puppet tasks with puppet_debug settings

    Change-Id: Ic1a5f5ffdf35ab4ddf663b1f8af303ef9c26b251
    Closes-Bug: #1560505
    Signed-off-by: Maksim Malchuk <email address hidden>

Changed in fuel:
status: In Progress → Fix Committed
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-web (stable/mitaka)

Reviewed: https://review.openstack.org/319272
Committed: https://git.openstack.org/cgit/openstack/fuel-web/commit/?id=f898c7f5bd8ed662a383dd5c94a33dea80fc3af6
Submitter: Jenkins
Branch: stable/mitaka

commit f898c7f5bd8ed662a383dd5c94a33dea80fc3af6
Author: Maksim Malchuk <email address hidden>
Date: Thu May 19 03:24:03 2016 +0300

    Update all puppet tasks with puppet_debug settings

    Change-Id: Ic1a5f5ffdf35ab4ddf663b1f8af303ef9c26b251
    Closes-Bug: #1560505
    Signed-off-by: Maksim Malchuk <email address hidden>
    (cherry picked from commit 285d750dc2746a9822488bb77b6b13d09ca9b288)

Revision history for this message
ElenaRossokhina (esolomina) wrote :

Verified on 9.0-402-mos: Debug messages are logged, when checkbox active
[root@nailgun ~]# shotgun2 short-report
cat /etc/fuel_build_id:
 402
cat /etc/fuel_build_number:
 402
cat /etc/fuel_release:
 9.0
cat /etc/fuel_openstack_version:
 mitaka-9.0
rpm -qa | egrep 'fuel|astute|network-checker|nailgun|packetary|shotgun':
 fuel-release-9.0.0-1.mos6347.noarch
 fuel-bootstrap-cli-9.0.0-1.mos283.noarch
 fuel-migrate-9.0.0-1.mos8391.noarch
 fuel-mirror-9.0.0-1.mos136.noarch
 fuel-notify-9.0.0-1.mos8391.noarch
 nailgun-mcagents-9.0.0-1.mos746.noarch
 python-fuelclient-9.0.0-1.mos316.noarch
 fuelmenu-9.0.0-1.mos270.noarch
 fuel-9.0.0-1.mos6347.noarch
 fuel-utils-9.0.0-1.mos8391.noarch
 fuel-setup-9.0.0-1.mos6347.noarch
 fuel-library9.0-9.0.0-1.mos8391.noarch
 shotgun-9.0.0-1.mos90.noarch
 fuel-agent-9.0.0-1.mos283.noarch
 fuel-ui-9.0.0-1.mos2702.noarch
 fuel-ostf-9.0.0-1.mos934.noarch
 fuel-misc-9.0.0-1.mos8391.noarch
 python-packetary-9.0.0-1.mos136.noarch
 fuel-nailgun-9.0.0-1.mos8709.noarch
 rubygem-astute-9.0.0-1.mos746.noarch
 fuel-provisioning-scripts-9.0.0-1.mos8709.noarch
 network-checker-9.0.0-1.mos72.x86_64
 fuel-openstack-metadata-9.0.0-1.mos8709.noarch

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to fuel-astute (master)

Reviewed: https://review.openstack.org/333211
Committed: https://git.openstack.org/cgit/openstack/fuel-astute/commit/?id=668287af1c342b419745e51755b2e06d0943dfd6
Submitter: Jenkins
Branch: master

commit 668287af1c342b419745e51755b2e06d0943dfd6
Author: Georgy Kibardin <email address hidden>
Date: Thu Jun 23 12:34:23 2016 +0300

    Puppet debug is turned on via puppet_debug

    Do not lose the puppet debug flag.

    Change-Id: I697b92714f555e406de7214329c287435f26e0c4
    Related-Bug: #1592842
    Related-Bug: #1560505

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to fuel-astute (stable/mitaka)

Reviewed: https://review.openstack.org/340973
Committed: https://git.openstack.org/cgit/openstack/fuel-astute/commit/?id=596cab2441a63852e4585633131cf04678ff67e7
Submitter: Jenkins
Branch: stable/mitaka

commit 596cab2441a63852e4585633131cf04678ff67e7
Author: Georgy Kibardin <email address hidden>
Date: Thu Jun 23 12:34:23 2016 +0300

    Puppet debug is turned on via puppet_debug

    Do not lose the puppet debug flag.

    Change-Id: I697b92714f555e406de7214329c287435f26e0c4
    Related-Bug: #1592842
    Related-Bug: #1560505
    (cherry picked from commit 668287af1c342b419745e51755b2e06d0943dfd6)

tags: added: in-stable-mitaka
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.