diff --git a/README.md b/README.md index af4258a..25e6397 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/src/README.md b/src/README.md index af4258a..0e5791a 100644 --- a/src/README.md +++ b/src/README.md @@ -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