Update README's

This commit is contained in:
James Page 2020-03-09 15:58:44 +00:00
parent fb4e1e94cc
commit 02a710956a
2 changed files with 7 additions and 71 deletions

View File

@ -1,66 +1,6 @@
# Overview
TrilioVault Data Mover provides service for TrilioVault Datamover
on each compute node.
# Usage
TrilioVault Data Mover relies on services from nova-compute and rabbitmq-server.
Steps to deploy the charm:
juju deploy trilio-data-mover --config user-config.yaml
juju deploy nova-compute
juju deploy rabbitmq-server
juju add-relation trilio-data-mover rabbitmq-server
juju add-relation trilio-data-mover nova-compute
# Configuration
Please provide below configuration options using a config file:
python-version: "Openstack base python version(2 or 3)"
NOTE - Default value is set to "3". Please ensure to update this based on python version since installing
python3 packages on python2 based setup might have unexpected impact.
backup-target-type: Backup target type e.g. nfs or s3
For NFS backup target:
nfs-shares: NFS Shares IP address only for nfs backup target
For Amazon S3 backup target:
tv-s3-secret-key: S3 secret access key
tv-s3-access-key: S3 access key
tv-s3-region-name: S3 region name
tv-s3-bucket: S3 bucket name
For non-AWS S3 backup target:
tv-s3-secret-key: S3 secret access key
tv-s3-access-key: S3 access key
tv-s3-endpoint-url: S3 endpoint URL
tv-s3-region-name: S3 region name
tv-s3-bucket: S3 bucket name
The configuration options need to be updated based on the S3 specific requirements and the parameters that are not needed can be omitted.
TrilioVault Packages are downloaded from the repository added in below config parameter. Please change this only if you wish to download
TrilioVault Packages from a different source.
triliovault-pkg-source: Repository address of triliovault packages
Source repository for TrilioVault Data Mover charm
# Contact Information

View File

@ -8,15 +8,11 @@ on each compute node.
TrilioVault Data Mover relies on services from nova-compute and rabbitmq-server.
Steps to deploy the charm:
juju deploy trilio-data-mover --config user-config.yaml
juju deploy nova-compute
juju deploy rabbitmq-server
juju add-relation trilio-data-mover rabbitmq-server
juju add-relation trilio-data-mover nova-compute
juju deploy trilio-data-mover --config user-config.yaml
juju deploy nova-compute
juju deploy rabbitmq-server
juju add-relation trilio-data-mover rabbitmq-server
juju add-relation trilio-data-mover nova-compute
# Configuration
@ -58,7 +54,7 @@ For non-AWS S3 backup target:
The configuration options need to be updated based on the S3 specific requirements and the parameters that are not needed can be omitted.
TrilioVault Packages are downloaded from the repository added in below config parameter. Please change this only if you wish to download
TrilioVault Packages from a different source.
TrilioVault Packages from a different source.
triliovault-pkg-source: Repository address of triliovault packages