{% extends "includes/_layout.html" %} {% block title %}

Welcome to the LP Reports application!

{% endblock %} {% block body %}

Here you can find various dashboards for bugs on Launchpad mostly for product (Fuel + MOS) development.

Highlights

When showing a report, the application searches simultaneously through 'Fuel' and 'MOS' Launchpad projects, making that distinction transparent.

You can find the most actual reports in the 'Release' and 'Triage' menus above. The reports located in 'Project reports' are not worked on for some time, but they still should work.

Some reports provide filtering capability allowing you to further narrow down list of bugs you need. The most interesting filter is the one helping you to see bugs assigned to the specific team. The teams are defined in this file in our repo. Note that the entities which are inside 'teams' list are actually references to launchpad teams with the corresponding names. E.g. mos-ceilometer is a reference to mos-ceilometer team on Launchpad.

Accessing Private Bugs

  • Private bugs are available to everyone in Mirantis.
  • Private Security bugs are available only to members of fuel-security and mos-security in corresponding projects.

Get in Touch

If you have questions or suggestions or need help, feel free to ping us in Slack in #lp-reports channel. Also we can be reached via lp-reports@mirantis.com mailing list.

{% endblock %}