Skip to content

Commit

Permalink
s/routing/runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
gundalow committed Jun 4, 2020
1 parent 351e9b4 commit 3810708
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -277,28 +277,28 @@ Q: What should I do to move plugins across collections during migration?
* all modules, module_utils, docs_fragments, etc
* if it is an action plugin, remember to include the corresponding module with documentation.
* if it is a module, check if it has a corresponding action plugin that should carry with it.
* ensure ``meta/`` has updates to action_groups.yml and routing.yml if they did in step #1.
* ensure ``meta/`` has updates to action_groups.yml and runtime.yml if they did in step #1.
* sanity ignore lines from ``tests/sanity/ignore*.txt``
* integration tests: ``tests/integrations/targets/``
* unit tests: ``tests/units/plugins/``
* if moving from community.general remove entries from ``.github/BOTMETA.yml``
* Carefully review ``meta/routing.yml`` for any entries, in particular deprecated
* Update ``meta/routing.yml`` to contain redirects for EVERY PLUGIN, pointing to the new collection name.
* Carefully review ``meta/runtime.yml`` for any entries, in particular deprecated
* Update ``meta/runtime.yml`` to contain redirects for EVERY PLUGIN, pointing to the new collection name.

**PR2:** Create PR against new collection repo to add the files removed in step 1, as well as:

This PR MUST add all the items removed by PR1.

* if it is an action plugin, remember to include the corresponding module with documentation.
* if it is a module, check if it has a corresponding action plugin that should carry with it.
* check meta/ for relevant updates to action_groups.yml and routing.yml if they exist.
* check meta/ for relevant updates to action_groups.yml and runtime.yml if they exist.
* Carefully check ``tests/integration``, ``tests/units``
* ``tests/sanity/ignore-*.txt`` entries
* ``meta/routing.yml``
* ``meta/runtime.yml``

**PR3:** Update ``ansible/ansible:devel`` branch entries for all files moved

* ``lib/ansible/config/routing.yml`` (redirect entry)
* ``lib/ansible/config/ansible_builtin_runtime.yml`` (redirect entry)
* ``.github/BOTMETA.yml`` (migrated_to entry)


Expand Down

0 comments on commit 3810708

Please sign in to comment.