> For the complete documentation index, see [llms.txt](https://docs.trilio.io/openstack/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.trilio.io/openstack/tvo-4.1/deployment/configuring-and-installing-triliovault/installing-on-canonical-openstack.md).

# Installing on Canonical Openstack

Trilio and Canonical have started a partnership to ensure a native deployment of Trilio using JuJu Charms.

Those JuJu Charms are publicly available as Open Source Charms.

{% hint style="warning" %}
Trilio is not providing the JuJu Charms to deploy Trilio 4.1 in Canonical Openstack.\
These are developed and maintained by Canonical.
{% endhint %}

{% hint style="success" %}
Canonical Openstack doesn't require the Trilio Cluster. The required services are installed and managed via JuJu Charms.
{% endhint %}

The following charms exist:

* [trilio-wlm](https://opendev.org/openstack/charm-trilio-wlm/) :arrow\_right: Installs and manages Trilio Controller services.
* [trilio-dm-api](https://opendev.org/openstack/charm-trilio-dm-api/) :arrow\_right:Installs and manages the Trilio Datamover API service.
* [trilio-data-mover](https://opendev.org/openstack/charm-trilio-data-mover/) :arrow\_right: Installs and manages the Trilio Datamover service.
* [trilio-horizon-plugin](https://opendev.org/openstack/charm-trilio-horizon-plugin/) :arrow\_right: Installs and manages the Trilio Horizon Plugin.

The documentation of the charms can be found here:

{% embed url="<https://docs.openstack.org/project-deploy-guide/charm-deployment-guide/latest/app-trilio-vault.html>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.trilio.io/openstack/tvo-4.1/deployment/configuring-and-installing-triliovault/installing-on-canonical-openstack.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
