---

############################
# ebackup driver config info
############################
#Public Cloud
#Username used to import environment variables
CpsUsername: cps_admin
#Password used to import environment variables
CpsPasswd: 'dmk_vault{{xxxxxx}}'

default_config:
    ebackup_env_type: 1
    #S3 data layout. 0 indicates common file system, and 2 indicates compression. The default value is 0.
    ebackup_uds_data_layout: 0
    #Instant Recovery need to set, optional: 0: Not supported. 1: Supported
    ebackup_lazyloading: 0
    #URL registered by the nova service at the cascading layer on APIGATEWAY
    ebackup_nova_endpoint: 
#(Optional:The ebackup_servers option is needed when ebackup servers informations should be configured.)
ebackup_servers:
    #The float IP of eBackup server.
    XXX.XXX.XXX.XXX:
        #IP address of FusionStorage(optional)
        fusion_storage_ip: 
        #Agent IP address of FusionStorage, between each IP address should been separated by ','.(optional)
        fusion_storage_agent_ip: 
  
################################################
# ebackup Manager and Workflow route config info
################################################
#Public Cloud
ConfigRoute:
#a route to network(DestNetwork) via Gateway
    DestNetwork: ''
    SubnetMask: ''
    Gateway: ''        

