# Requirements

#### Cloud-Native and Containerized

T4O represents a comprehensively containerized deployment model, eliminating the necessity for any KVM-based appliances for service deployment. This marks a departure from earlier T4O releases, where such appliances were required.

#### Summary of Requirements

Trilio requires its containers to be deployed on the same plane as OpenStack, utilizing existing cluster resources.

As described in the [architecture overview](/openstack/t4o-5.x/about-trilio-for-openstack/triliovault-for-openstack-architecture.md), Trilio requires sufficient cluster resources to deploy its components on both the Controller Plane and Compute Planes.

1. Valid Trilio License & Acceptance of the [EULA](https://www.trilio.io/eula)
2. Sufficient resources available on the target OpenShift cluster nodes
3. Sufficient storage capacity and connectivity on Cinder for snapshotting operations
4. Sufficient network capabilities for efficient data transfer of workloads
5. User and Role permissions for access to required cluster objects
6. Optional features may have specific requirements such as encryption, file search, snapshot mount, FRM instance, etc
7. Set `hw_qemu_guest_agent=True` property on the image and install qemu-guest-agent on the VM, in order to avoid any file system inconsistencies post restore.
8. For the **VMware to OpenStack migration** feature, please refer to the [prerequisite](/openstack/t4o-5.x/deployment/software-driven-migration-vmware-to-openstack/preparations.md) and [limitations](/openstack/t4o-5.x/deployment/software-driven-migration-vmware-to-openstack/limitations.md) pages.

{% content-ref url="/pages/uCzXpJCIcK3fh3b5RGxq" %}
[Network Considerations](/openstack/t4o-5.x/deployment/requirements/triliovault-network-considerations.md)
{% endcontent-ref %}

{% content-ref url="/pages/H2Xnzjb1f9OvNPJuuLVk" %}
[Installation Strategy and Preparation](/openstack/t4o-5.x/deployment/requirements/preparing-the-installation.md)
{% endcontent-ref %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.trilio.io/openstack/t4o-5.x/deployment/requirements.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
