docs: Clean up references - #768
Conversation
Signed-off-by: Stephen Simpson <ssimpson89@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Updates Ascender’s documentation to replace stale references to upstream AWX collection/plugin names and execution environment repositories, keeping user-facing docs aligned with current Ascender/ctrlIQ naming.
Changes:
- Replace
awx.awx.towerinventory plugin references withawx.awx.controller. - Update execution environment collection/repo references from
awx.awx/ansible/awx-eetoctrliq.ascender/ctrliq/ascender-ee. - Update docs to link to
ctrliq/ascender-eewhere appropriate.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| docs/inventory/inventory_plugins.md | Updates the default EE repository link to ctrliq/ascender-ee. |
| docs/docsite/rst/userguide/overview.rst | Updates the listed inventory plugin name to awx.awx.controller. |
| docs/docsite/rst/userguide/inventory_plugins_templates.rst | Updates the example inventory plugin value to awx.awx.controller. |
| docs/docsite/rst/userguide/ee_reference.rst | Updates EE/collection wording and repository link to ctrliq.ascender / ctrliq/ascender-ee. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| include_metadata: true | ||
| inventory_id: <inventory_id or url_quoted_named_url> | ||
| plugin: awx.awx.tower | ||
| plugin: awx.awx.controller |
There was a problem hiding this comment.
Should this not be ctrliq.ascender.controller?
There was a problem hiding this comment.
@cigamit I thought so too but Claude flagged that this is still what gets generated behind the scenes in awx/main/models/inventory.py:1679-1686 so I think its technically correct.
SUMMARY
Fixes stale collection and plugin references in the docs:
awx.awx.towerbecomesawx.awx.controllerwhere the docs describe generated inventory output,ee_reference.rstmoves toctrliq.ascender, and twoansible/awx-eelinks now point atctrliq/ascender-ee.ISSUE TYPE
COMPONENT NAME
ASCENDER VERSION