Rename AnsibleMCPServer to AnsibleMCPConnect #659
Merged
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.
Jira Issue: https://issues.redhat.com/browse/AAP-57217
Description
Rename
AnsibleMCPServerCRD toAnsibleMCPConnectper a recommendation from AAP Operator team for easier testing to enable co-existence of both upstream & downstream CRDs on the same cluster.AnsibleAIConnectCRD already has a different name in downstream (AnsibleLightspeed). We'll implement in the same way.Testing
Steps to test
Molecule & manual test only
Scenarios tested
Molecule & manual test only
Production deployment
Note
Renames the MCP CRD and related resources from AnsibleMCPServer to AnsibleMCPConnect across CRDs, RBAC, watches, docs, samples, and tests, plus bumps the controller image tag.
ansiblemcpserverswithansiblemcpconnects(config/crd/bases/..._ansiblemcpconnects.yaml).config/crd/kustomization.yamland CSV ownership toAnsibleMCPConnect.watches.yamltokind: AnsibleMCPConnectwithplaybooks/ansiblemcpconnect.yml.ansiblemcpconnectsresources (config/rbac/role.yaml).config/manager/kustomization.yaml.config/samples/mcpserver_v1alpha1_ansiblemcpconnect.yamland kustomization reference.ansiblemcpconnect.kindand references inroles/mcpserver/*toAnsibleMCPConnect(defaults, tasks, handlers, vars, status, templates).README.mdanddocs/running-on-openshift-cluster.mdto useAnsibleMCPConnectand update instructions accordingly.Written by Cursor Bugbot for commit b40ecb0. This will update automatically on new commits. Configure here.