← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1715690] Re: Defining distros = 'all' in a module for documentation results in a module skip as 'all' doesn't match distro 'x'

 

This bug is believed to be fixed in cloud-init in 17.1. If this is still
a problem for you, please make a comment and set the state back to New

Thank you.

** Changed in: cloud-init
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to cloud-init.
https://bugs.launchpad.net/bugs/1715690

Title:
  Defining distros = 'all' in a module for documentation results in a
  module skip as 'all' doesn't match distro 'x'

Status in cloud-init:
  Fix Released

Bug description:
  2017-09-07 06:03:25,838 - stages.py[INFO]: Skipping modules ['runcmd']
  because they are not verified on distro 'ubuntu'.  To run anyway, add
  them to 'unverified_modules' in config.

  Seen after introduction of distros attribute on cc_runcmd.py in
  revision cc9762a2d737ead386ffb9f067adc5e543224560

  Also validated that Skipping a module is only a log, the module is
  still run:

  # later in the same log
  Running module runcmd (<module 'cloudinit.config.cc_runcmd' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_runcmd.py'>) with frequency once-per-instance

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1715690/+subscriptions


References