Search…
TVO-4.2
About TrilioVault for OpenStack
TrilioVault for OpenStack Architecture
TrilioVault 4.2 Release Notes
Deployment Guide
Support Matrix
Requirements
TrilioVault network considerations
Preparing the installation
Spinning up the TrilioVault VM
Installing TrilioVault Components
Configuring TrilioVault
Apply the TrilioVault license
Advanced Ceph configurations
Post Installation Health-Check
Uninstall TrilioVault
Upgrade TrilioVault
Multi-IP NFS Backup target mapping file configuration
Enabling TVO 4.1 or older backups when using NFS backup target
Install workloadmgr CLI client
Switch Backup Target on Kolla-ansible
Switch NFS Backing file
TrilioVault Appliance Administration Guide
Set TrilioVault GUI login banner
TrilioVault Appliance Dashboard
Set network accessibility of TrilioVault GUI
Reconfigure the TrilioVault Cluster
Change the TrilioVault GUI password
Reset the TrilioVault GUI password
Reinitialize TrilioVault
Download TrilioVault logs
Change Certificates used by TrilioVault
Restart TrilioVault Services
Shutdown/Restart the TrilioVault cluster
Clean up TrilioVault database
User Guide
Workloads
Snapshots
Restores
File Search
Snapshot Mount
Schedulers
E-Mail Notifications
Admin Guide
Backups-Admin Area
Workload Policies
Workload Quotas
Managing Trusts
Workload Import & Migration
Disaster Recovery
Migrating encrypted Workloads
Rebasing existing workloads
Troubleshooting
General Troubleshooting Tips
Using the workloadmgr CLI tool on the Triliovault Appliance
Healthcheck of TrilioVault
Important log files
API GUIDE
Workloads
Snapshots
Restores
File Search
Snapshot Mount
Schedulers
E-Mail Notification Settings
Workload Policies
Workload Quotas
Managing Trusts
Workload Import and Migration
Powered By
GitBook
Managing Trusts
Openstack Administrators should never have the need to directly work with the trusts created.
The cloud-trust is created during the Triliovault configuration and further trusts are created as necessary upon creating or modifying a workload.
get
https://$(tvm_address):8780/v1/$(tenant_id)
/trusts
List Trusts
post
https://$(tvm_address):8780/v1/$(tenant_id)
/trusts
Create Trust
Body Format
1
{
2
"trusts":{
3
"role_name":"member",
4
"is_cloud_trust":false
5
}
6
}
Copied!
get
https://$(tvm_address):8780/v1/$(tenant_id)
/trusts/<trust_id>
Show Trust
delete
https://$(tvm_address):8780/v1/$(tenant_id)
/trusts/<trust_id>
Delete Trust
get
https://$(tvm_address):8780/v1/$(tenant_id)
/trusts/validate/<workload_id>
Validate Scheduler Trust
API GUIDE - Previous
Workload Quotas
Next - API GUIDE
Workload Import and Migration
Last modified
8mo ago
Export as PDF
Copy link
Contents
get
List Trusts
post
Create Trust
Body Format
get
Show Trust
delete
Delete Trust
get
Validate Scheduler Trust