[codex] Fix certification review docs and metadata#40
Merged
Conversation
|
|
||
| ## Demo Video | ||
| [](http://3.136.0.140/iac_demos/swim/SWIMDEMO.mp4) | ||
| [](http://3.136.0.140/iac_demos/swim/SWIMDEMO.mp4) |
There was a problem hiding this comment.
Can you please check the following link?
(http://3.136.0.140/iac_demos/swim/SWIMDEMO.mp4)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Type of Change
Description
Please include a summary of the changes and the related issue. Also, include relevant motivation and context.
Bug Fix: Address certification review feedback across collection packaging metadata, the root README, CVP documentation, and role metadata.
Root Cause (if applicable):
requirements.txtwas excluded from the built artifact, Automation Hub-facing docs still contained relative links and GitHub-first support guidance, many CVP docs still instructed users to install Ansible withpip, and role metadata still advertisedmin_ansible_version: "2.14"after the collection minimum moved to>=2.16.0.Fix Implemented: Removed
requirements.txtfrombuild_ignore, aligned the root README license/support/release-notes guidance, converted bundled CVP and role documentation links to absolute GitHub URLs, updated certified-support wording to use Automation HubCreate issue, switched CVP install guidance to EE-friendly SDK-only examples, and raised all rolemin_ansible_versionvalues to2.16.Enhancement: Improve certification readiness for published collection artifacts and bundled documentation.
Enhancement Description: Standardized user-facing guidance for certified content and removed documentation patterns that do not render or compose well on Automation Hub / Execution Environments.
Impact Area:
README.md,galaxy.yml,CVP_GUIDE.md,cvp/**/README.md, androles/**/meta/main.yml.Testing Done:
Test cases covered:
ansible-galaxy collection build --force --output-path /tmp/cc-build-checkrequirements.txtansible-test sanity --local --color yes $(git diff --name-only)from a temporaryansible_collections/cisco/catalystcenterlayoutChecklist
Ansible Best Practices
ansible-vaultor environment variables)Documentation
Screenshots (if applicable)
Notes to Reviewers