Skip to content

Commit

Permalink
Remove AWX and Ansible operator packages (#34966)
Browse files Browse the repository at this point in the history
This PR removes:
* awx-operator, whch depends on
* ansible-operator

because the Ansible operator can only run with non-latest 2.31.0 version
of the `requests` Python package, ending up needing an unguarded
package. And because it's a runtime dependency of the AWX operator, that
applies to that too.

Details available
[here](operator-framework/ansible-operator-plugins#67 (comment)).
Code path non supported by later versions of requests is
[here](https://github.com/ansible/ansible-runner-http/blob/631cb47044d792e9e16ae924d26711d1346e3712/ansible_runner_http/events.py#L10).

---------

Signed-off-by: Massimiliano Giovagnoli <[email protected]>
  • Loading branch information
maxgio92 authored Nov 22, 2024
1 parent 9c504fd commit 8bfe109
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 121 deletions.
72 changes: 0 additions & 72 deletions ansible-operator.yaml

This file was deleted.

49 changes: 0 additions & 49 deletions awx-operator.yaml

This file was deleted.

0 comments on commit 8bfe109

Please sign in to comment.