-
Notifications
You must be signed in to change notification settings - Fork 10
/
independent_vars.ini
27 lines (21 loc) · 1.09 KB
/
independent_vars.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
## Environment variables for RHOCS Backup:
## Deployment mode for RHOCS cluster: converged (CNS) or independent (CRS)
export RHOCSMODE="independent"
## For "independent" mode, it's required to have passwordless SSH
## from this root user to this gluster server root
export GLUSTERSERVER=172.16.25.67
## Directory for temporary files to put the list of
## Gluster volumes /snaps to backup
export VOLDIR=/root
export SNAPDIR=/root
## Destination directory for mounting snapshots of Gluster volumes:
export PARENTDIR=/mnt/source
## Heketi Route and Credentials
export USERHEKETI=admin ## User with admin permissions to dialog with Heketi
export SECRETHEKETI="xzAqO62qTPlacNjk3oIX53n2+Z0Z6R1Gfr0wC+z+sGk=" ## Heketi user key
export HEKETI_CLI_SERVER=http://heketi-registry-infra-storage.apps.refarch311.ocpgluster.com ## Route where Heketi pod is listening
## Provides Logging of this script in the dir specified below:
export LOGDIR="/root"
## In case of rhocs-oneshot-backup, set this variable to provide
## destination path for tar compressed backups. Otherwise, keep it commented.
#DESTINATION=/var/backup