Heat needs to configure the list of enabled os-collect-config collectors

Bug #1523676 reported by Steve Baker
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Heat
Fix Released
High
Steve Baker

Bug Description

When changing the software_config_transport for an existing server, os-collect-config will continue using the data from the old transport which will become increasingly stale and will sometimes mask values from the new transport.

To mitigate this, heat needs to set the os-apply-config data to populate the os-collect-config.conf [DEFAULT] collectors list so that only the appropriate collectors are enabled.

This will also suppress the "WARNING collector not configured" logging which are harmless but freak people out.

Changed in heat:
status: Triaged → In Progress
Changed in heat:
milestone: none → mitaka-3
Revision history for this message
Rico Lin (rico-lin) wrote :
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to heat (master)

Reviewed: https://review.openstack.org/257625
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=5d1762fec6a7d3f2eaa5f7e4e7ac048e77843cb0
Submitter: Jenkins
Branch: master

commit 5d1762fec6a7d3f2eaa5f7e4e7ac048e77843cb0
Author: Steve Baker <email address hidden>
Date: Tue Dec 15 08:55:00 2015 +1300

    Build list of enabled os-collect-config collectors

    When changing the software_config_transport for an existing server,
    os-collect-config will continue using the data from the old transport
    which will become increasingly stale and will sometimes mask values from
    the new transport.

    The default list of collectors in os-collect-config is:
    heat_local, ec2, cfn, heat, request, local, zaqar

    This change explicitly enables these collectors:
    ec2, <current transport>, local

    ``ec2`` is the nova metadata service, so should always be enabled.

    ``local`` allows local file overrides - this is generally unused but is
    enabled for users who choose to use it for additional config data, or to
    override the heat provided data.

    ``heat_local`` is only used on the first run of an unconfigured
    os-collect-config for bootstrapping its own config file, so it can and
    should be disabled for subsequent polling.

    Change-Id: I9cdb057212c7a4404f6966a55cde9eab5ad86759
    Closes-Bug: #1523676

Changed in heat:
status: In Progress → Fix Released
Revision history for this message
Thierry Carrez (ttx) wrote : Fix included in openstack/heat 6.0.0.0b3

This issue was fixed in the openstack/heat 6.0.0.0b3 development milestone.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to heat (stable/liberty)

Fix proposed to branch: stable/liberty
Review: https://review.openstack.org/289097

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to heat (stable/liberty)

Reviewed: https://review.openstack.org/289097
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=55f6324cf79aca151d76f9baa0fbb37cfb1c72fb
Submitter: Jenkins
Branch: stable/liberty

commit 55f6324cf79aca151d76f9baa0fbb37cfb1c72fb
Author: Steve Baker <email address hidden>
Date: Tue Dec 15 08:55:00 2015 +1300

    Build list of enabled os-collect-config collectors

    When changing the software_config_transport for an existing server,
    os-collect-config will continue using the data from the old transport
    which will become increasingly stale and will sometimes mask values from
    the new transport.

    The default list of collectors in os-collect-config is:
    heat_local, ec2, cfn, heat, request, local, zaqar

    This change explicitly enables these collectors:
    ec2, <current transport>, local

    ``ec2`` is the nova metadata service, so should always be enabled.

    ``local`` allows local file overrides - this is generally unused but is
    enabled for users who choose to use it for additional config data, or to
    override the heat provided data.

    ``heat_local`` is only used on the first run of an unconfigured
    os-collect-config for bootstrapping its own config file, so it can and
    should be disabled for subsequent polling.

    Change-Id: I9cdb057212c7a4404f6966a55cde9eab5ad86759
    Closes-Bug: #1523676
    (cherry picked from commit 5d1762fec6a7d3f2eaa5f7e4e7ac048e77843cb0)

tags: added: in-stable-liberty
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/heat 5.0.2

This issue was fixed in the openstack/heat 5.0.2 release.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

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