Task #2268
closedRemove agent functionality.
100%
Description
In pulp 3, the agent will no longer be supported.
Need to remove in code tree:
- /pulp/agent/
- /sever/pulp/server/agent/
- /server/pulp/server/controllers/consumer bind(), unbind() calls to agent manager; *_content() functions.
- /server/pulp/server/managers/agent.py and references in /server/pulp/server/webservices/application.py
- /server/pulp/server/config/py defaults for [messaging] section.
- /server/etc/pulp/server.conf [messaging] section.
- /client-lib/pulp/client/consumer/content.py
- /pulp_consumer/etc/pulp/consumer/consumer.conf [messaging] section
- /pulp_consumer/pulp/client/consumer/config.py references [messaging] in DEFAULTS and SHCEMA
- /pulp_consumer/pulp/client/consumer/cli.py anything to do with key exchange on registration.
Remove in .spec files:
- requires on gofer in .spec files.
- requires on m2crypto (I think).
- get rid of script to generate the message signing RSA keys.
Remove all documentation.
As part of t
Related issues
Updated by jortel@redhat.com about 8 years ago
- Subject changed from Remove agent support. to Remove agent functionality.
- Description updated (diff)
Updated by fdobrovo about 8 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to fdobrovo
Updated by fdobrovo about 8 years ago
Actual progress: https://github.com/BrnoPCmaniak/pulp/tree/remove_agent
Updated by fdobrovo about 8 years ago
- Status changed from ASSIGNED to POST
- % Done changed from 0 to 90
Updated by mhrivnak about 8 years ago
- Related to Task #2269: Remove agent functionality. added
Updated by mhrivnak about 8 years ago
- Related to Task #2270: Remove agent functionality. added
Added by fdobrovo about 8 years ago
Updated by fdobrovo about 8 years ago
- Status changed from POST to MODIFIED
- % Done changed from 90 to 100
Applied in changeset pulp|6f49961623ab0be9180fad2c6afc755b233da74d.
Updated by bmbouter almost 5 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Remove Agent
closes #2268 https://pulp.plan.io/issues/2268