Comment 3 for bug 1505135

Revision history for this message
ElenaRossokhina (esolomina) wrote :

Verified: MAINTAINERS file is added into fuel-stats

(nailgun-test-env)esolomina@srv023-scc:~/new_test_fuel_qa$ ls -la fuel-stats/
total 76
drwxr-xr-x 7 esolomina mirantis 4096 Dec 3 08:14 .
drwxr-xr-x 4 esolomina mirantis 4096 Dec 3 08:14 ..
drwxr-xr-x 5 esolomina mirantis 4096 Dec 3 08:14 analytics
drwxr-xr-x 4 esolomina mirantis 4096 Dec 3 08:14 collector
drwxr-xr-x 8 esolomina mirantis 4096 Dec 3 08:14 .git
-rw-r--r-- 1 esolomina mirantis 801 Dec 3 08:14 .gitignore
-rw-r--r-- 1 esolomina mirantis 79 Dec 3 08:14 .gitreview
-rw-r--r-- 1 esolomina mirantis 10143 Dec 3 08:14 LICENSE
-rw-r--r-- 1 esolomina mirantis 1947 Dec 3 08:14 MAINTAINERS
-rw-r--r-- 1 esolomina mirantis 242 Dec 3 08:14 MANIFEST.in
drwxr-xr-x 3 esolomina mirantis 4096 Dec 3 08:14 migration
-rw-r--r-- 1 esolomina mirantis 3010 Dec 3 08:14 README.md
-rw-r--r-- 1 esolomina mirantis 195 Dec 3 08:14 requirements.txt
-rw-r--r-- 1 esolomina mirantis 2285 Dec 3 08:14 setup.py
-rw-r--r-- 1 esolomina mirantis 100 Dec 3 08:14 test-requirements.txt
drwxr-xr-x 2 esolomina mirantis 4096 Dec 3 08:14 tools
-rw-r--r-- 1 esolomina mirantis 1496 Dec 3 08:14 tox.ini
(nailgun-test-env)esolomina@srv023-scc:~/new_test_fuel_qa$ more fuel-stats/MAINTAINERS
---
description:
  For Fuel team structure and contribution policy, see [1].

  This is repository level MAINTAINERS file. All contributions to this
  repository must be approved by one or more Core Reviewers [2].
  If you are contributing to files (or create new directories) in
  root folder of this repository, please contact Core Reviewers for
  review and merge requests.

  If you are contributing to subfolders of this repository, please
  check 'maintainers' section of this file in order to find maintainers
  for those specific modules.

  It is mandatory to get +1 from one or more maintainers before asking
  Core Reviewers for review/merge in order to decrease a load on Core Reviewers [3].
  Exceptions are when maintainers are actually cores, or when maintainers
  are not available for some reason (e.g. on vacation).

  [1] https://github.com/stackforge/fuel-specs/blob/e9946cbacd9470bf9f78f3b3fc44dc50f84f231b/policy/team-structure.rst
  [2] https://review.openstack.org/#/admin/groups/663,members
  [3] http://lists.openstack.org/pipermail/openstack-dev/2015-August/072406.html

  Please keep this file in YAML format in order to allow helper scripts
  to read this as a configuration data.

maintainers:

- analytics/:
    - name: Alexander Kislitsky
      email: <email address hidden>
      IRC: akislitsky

- analytics/static/:
    - name: Ekaterina Pimenova
      email: <email address hidden>
      IRC: kat_pimenova

    - name: Vitaly Kramskikh
      email: <email address hidden>
      IRC: vkramskikh

- collector/:
    - name: Aleksei Kasatkin
      email: <email address hidden>
      IRC: akasatkin

    - name: Artem Roma
      email: <email address hidden>
      IRC: a_teem

    - name: Alexander Kislitsky
      email: <email address hidden>
      IRC: akislitsky

- migration/:
    - name: Alexander Kislitsky
      email: <email address hidden>
      IRC: akislitsky
(nailgun-test-env)esolomina@srv023-scc:~/new_test_fuel_qa$