architecture.rst (openstack-cyborg-6.0.0) | : | architecture.rst (openstack-cyborg-7.0.0) | ||
---|---|---|---|---|
skipping to change at line 24 | skipping to change at line 24 | |||
**cyborg-conductor** - cyborg-conductor is a cyborg service that coordinates | **cyborg-conductor** - cyborg-conductor is a cyborg service that coordinates | |||
interaction, DB access between cyborg-api and cyborg-agent. | interaction, DB access between cyborg-api and cyborg-agent. | |||
**cyborg-agent** - cyborg-agent is a cyborg service that is responsible for | **cyborg-agent** - cyborg-agent is a cyborg service that is responsible for | |||
interaction with accelerator backends via the Cyborg Driver. For now the only | interaction with accelerator backends via the Cyborg Driver. For now the only | |||
implementation in play is the Cyborg generic Driver. It will also handle the | implementation in play is the Cyborg generic Driver. It will also handle the | |||
communication with the Nova placement service. Cyborg-Agent will also write to | communication with the Nova placement service. Cyborg-Agent will also write to | |||
a local cache for local accelerator events. | a local cache for local accelerator events. | |||
**cyborg-generic-driver** - cyborg-generic-driver is a general multipurpose | **Vendor drivers** - Cyborg can be integrated with drivers for various | |||
driver with the common set of capabilities that any accelerators will have. | accelerator device types, such as FPGA, GPU, NIC, and so forth. You are | |||
welcome to extend your own driver for a new type of accelerator device. | ||||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 0 lines changed or added |