[codex] Document NOC BGP snapshot retention#336
Conversation
PR Reviewer Guide 🔍(Review updated until commit e0e643a)Here are some key observations to aid the review process:
|
PR Code Suggestions ✨No code suggestions found for the PR. |
|
Persistent review updated to latest commit e0e643a |
PR Code Suggestions ✨No code suggestions found for the PR. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: e0e643a1f5
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| After applying the `noc` playbook: | ||
|
|
||
| ```bash | ||
| ansible-playbook ansible/playbooks/noc.yml --tags apply \ |
There was a problem hiding this comment.
Run the NOC playbook from ansible/
This verification command is written for the repo root, but Ansible does not load ansible/ansible.cfg based on the playbook path; the documented config precedence is ANSIBLE_CONFIG, then ansible.cfg in the current directory. From the repo root that skips this repo's ansible/ansible.cfg (inventory = ./inventory/hosts.yml, roles_path = ./roles), so the playbook will not resolve the noc inventory and local roles reliably. Please cd ansible and use playbooks/noc.yml, or set ANSIBLE_CONFIG=ansible/ansible.cfg. See the Ansible config docs: https://docs.ansible.com/projects/ansible/latest/reference_appendices/config.html#the-configuration-file
Useful? React with 👍 / 👎.
Summary
Scope
Validation
Related