Skip to content
Nagarjuna B edited this page Jun 15, 2018 · 1 revision

{ "patchRollback":{ "precheck":{ "script":"service_scripts/python/patching/precheck.py", "options":{ "timeout":30, "sudo":true } }, "patch":{ "script":"service_scripts/python/patching/patch.py", "options":{ "timeout":30, "sudo":true } }, "rollback":{ "script":"service_scripts/python/patching/rollback.py", "options":{ "timeout":30, "sudo":true } } }, "preImportValidate":{ "type":"SCRIPT", "path":"/service_scripts/export_import/preimport_validate.py", "options":{ "timeout":1, "sudo":false } }, "diagnostics":{ "diagnosticSnapshotPath":"/u01/data/diagnostics", "collectors":[ { "name":"Analytics log collector", "id":"AnalyticsLogCollector", "details":"This collector is used to collect log files from the Oracle Analytics Cloud installation." } ], "script":"/service_scripts/diagnostics/AnalyticsDiagnostics.py" }, "restore":{ "script":"/service_scripts/python/backup/restore.py", "options":{ "retries":3, "timeout":10, "addOperationParameters":true }, "scriptParameters":{ "NginxRoot":"/u01/data/nginx", "DataRoot":"${Service.serviceComponents.NGINX.storageVolumes.data.mountPoint}", "ToolsRoot":"${Service.attributes.tools_root}", "cloudStorageContainer":"${Operation.params.CORE.cloudStorageContainer}", "cloudStorageUser":"${Operation.params.CORE.cloudStorageUser != null? Operation.params.CORE.cloudStorageUser : Service.credentials.CLOUD_STORAGE_CRED.userName}" }, "secureParameters":{ "cloudStoragePassword":"${Operation.params.CORE.cloudStoragePassword != null? Operation.params.CORE.cloudStoragePassword : Service.credentials.CLOUD_STORAGE_CRED.password}" } }, "delete":{ "script":"/service_scripts/python/backup/delete.py", "options":{ "timeout":10, "addOperationParameters":true }, "scriptParameters":{ "cloudStorageUser":"${Operation.params.CORE.cloudStorageUser != null? Operation.params.CORE.cloudStorageUser : Service.credentials.CLOUD_STORAGE_CRED.userName}" }, "secureParameters":{ "cloudStoragePassword":"${Operation.params.CORE.cloudStoragePassword != null? Operation.params.CORE.cloudStoragePassword : Service.credentials.CLOUD_STORAGE_CRED.password}" } }, "temp":{ "temp1":{ "delete":{ "script":"/service_scripts/python/backup/delete.py", "options":{ "timeout":10, "addOperationParameters":true } } } } }

Clone this wiki locally