zerodds-corba-dnc
OMG Deployment & Configuration 4.0 (formal/2006-04-02) — full
D&C stack with plan data model (DPD/CPD/IDD/PSD), XML plan loader (§10),
RepositoryManager (§8), ExecutionManager + NodeManager (§9), and a
ContainerHost bridge to corba-ccm. no_std + alloc,
forbid(unsafe_code). Safety classification: STANDARD.
Spec mapping
| Spec | Section |
|---|---|
| OMG D&C 4.0 | §6 Domain Data, §7 Component Data |
| OMG D&C 4.0 | §8 RepositoryManager, §9 Execution/Node Manager |
| OMG D&C 4.0 | §10 XML Encoding |
What's included
DeploymentPlan+ 6 more plan-model types.parse_plan_xml— §10 XML loader.RepositoryManager— §8 plan/implementation repository.ExecutionManager+DomainApplicationManager— §9 domain-level application layer.NodeManager+NodeApplicationManager— §9 node level.ContainerHost— binds acorba-ccm::Containerto a plan-application run.
What's not covered
- ORB wire wiring of the manager operations: caller layer.
- Persistent plan storage: caller layer.
Example
use DeploymentPlan;
let plan = default;
assert!;
Tests
See also
zerodds-corba-ccm— Container-Runtime.- Architecture