> 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-kolla-victoria.md).

# Installing on Kolla Victoria

The installation of Trilio for Openstack on Kolla Victoria with Trilio 4.1 is following this procedure:

1. Deplo T4O-4.1 GA Appliance
2. Upgrade to 4.1 HF5 or higher on the appliance
3. Deploy Trilio components of 4.1 HF5 or higher on the Kolla Openstack Victoria
4. Configure the Trilio appliance

## Deplo T4O-4.1 GA Appliance

Please follow [this deployment guide](/openstack/tvo-4.1/deployment/spinning-up-the-triliovault-vm.md) to spin up the base Trilio 4.1GA appliance.

## Upgrade the T4O appliance to the latest 4.1 HF

Trilio supports Kolla Victoria from 4.1HF5 onwards, so it is recommended to upgrade to the latest available hotfix on 4.1 to make deployment successful.\
Please follow [this upgrade guide](https://docs.trilio.io/openstack/v/tvo-4.1/deployment/upgrade-triliovault/upgrade-triliovault-appliance) to upgrade the appliance to the latest 4.1 Hotfix.

## Deploy Trilio components of 4.1 HF11 or higher

Run the deployment of the components following [this guide](/openstack/tvo-4.1/deployment/configuring-and-installing-triliovault/installing-on-kolla.md) using the following values:

| Variable | Value                     |
| -------- | ------------------------- |
| Branch   | hotfix-13-TVO/4.1         |
| Tag      | 4.1.94-hotfix-12-victoria |

## Configure the Trilio Appliance

Please follow [this guide](/openstack/tvo-4.1/deployment/configuring-triliovault.md) to configure the upgraded Trilio 4.1 appliance.


---

# 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-kolla-victoria.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.
