Project

Profile

Help

Refactor #853

closed

Refactor #765: Convert Pulp to use MongoEngine

Create the pulp.unit_models entry point

Added by bcourt almost 9 years ago. Updated almost 5 years ago.

Status:
CLOSED - CURRENTRELEASE
Priority:
High
Assignee:
Category:
-
Sprint/Milestone:
-
Start date:
Due date:
% Done:

100%

Estimated time:
Platform Release:
2.7.0
Groomed:
Yes
Sprint Candidate:
Yes
Tags:
Pulp 2
Sprint:
Quarter:

Description

Create a python entry point for 'pulp.unit_models' the entry points will be created in the format 'type_id=mongoengine.model.class'.

Upon platform initialization all the MongoEngine models should be loaded and have the appropriate signals attached to support setting the creation time, last_updated time, and moving content into the server content directory.

Deliverables:

  • Entry point for the models ('pulp.unit_models')
  • Server loads the entry point during server initialization and keeps the map of models in memory
  • Platform method to get a model by type_id
  • When server registers a model from the entry point it ensures that the following signals are registered:
    • pulp.server.db.model.ContentUnit.post_init_signal
    • pulp.server.db.model.ContentUnit.pre_save_signal
    • pulp.server.db.model.ContentUnit.post_save_signal
  • All models registered in this fashion have their indexes created by pulp-manage-db

Related issues

Blocked by Pulp - Refactor #847: Create a MongoEngine base class for Content Unit Models (ContentUnit)CLOSED - CURRENTRELEASEbcourt

Actions
Blocks Docker Support - Refactor #863: Convert pulp_docker to use MongoEngine models for unitsCLOSED - CURRENTRELEASErbarlow

Actions
Blocks Pulp - Refactor #871: pulp_manage_db uses ContentUnit Models as well as the types.json for loading models and ensuring indexesCLOSED - WONTFIX

Actions
Blocks Pulp - Refactor #873: Add support for loading types via MongoEngine models to the server initialization (in addition to the content_types collection).CLOSED - WONTFIX

Actions

Also available in: Atom PDF