trilio horizon plugin #10
Description
TrilioVault provides a backup and recovery solution that natively integrates with OpenStack Clouds. . This charm provides the TrilioVault Horizon plugin for use with the OpenStack Dashboard as part of the TrilioVault solution.
- Tags:
- openstack ›
- storage ›
- backup ›
Overview
This charm provides the TrilioVault Horizon plugin for the OpenStack Dashboard and forms part of the TrilioVault Cloud Backup solution.
Usage
TrilioVault Horizon Plugin is a subordinate charm of openstack-dashboard and relies on services from openstack-dashboard.
Steps to deploy the charm:
juju deploy trilio-horizon-plugin
juju deploy openstack-dashboard
juju add-relation trilio-horizon-plugin openstack-dashboard
Bugs
Please report bugs on Launchpad.
Configuration
- debug
- (boolean) Enable debug logging
- python-version
- (int) THIS OPTION IS DEPRECATED AND HAS NO EFFECT
- 3
- ssl_ca
- (string) TLS CA to use to communicate with other components in a deployment. . __NOTE__: This configuration option will take precedence over any certificates received over the ``certificates`` relation.
- ssl_cert
- (string) TLS certificate to install and use for any listening services. . __NOTE__: This configuration option will take precedence over any certificates received over the ``certificates`` relation.
- ssl_key
- (string) TLS key to use with certificate specified as ``ssl_cert``. . __NOTE__: This configuration option will take precedence over any certificates received over the ``certificates`` relation.
- triliovault-pkg-source
- (string) Repository address of triliovault packages
- deb [trusted=yes] https://apt.fury.io/triliodata-4-0/ /
- use-internal-endpoints
- (boolean) Openstack mostly defaults to using public endpoints for internal communication between services. If set to True this option will configure services to use internal endpoints where possible.
- use-syslog
- (boolean) Setting this to True will allow supporting services to log to syslog.
- verbose
- (boolean) Enable verbose logging