VM Launcher configuration file for code processing
This is the description of the JSON configuration file for a VM Launcher code processing data operation.
👁️🗨️ Example
{
"$schema": "http://jsonschema.tailer.ai/schema/vm-launcher-veditor",
"configuration_type": "vm-launcher",
"configuration_id": "000010_my-vm-job",
"version": "2",
"environment": "DEV",
"account": "000099",
"doc_md": "readme.md",
"start_date": "2022, 11, 16",
"schedule_interval": "0 7 * * *",
"activated": false,
"archived": false,
"gcp_project_id": "my-project",
"gcs_bucket": "my-bucket",
"gcs_working_directory": "/",
"credentials": {
"gcp-credentials.json": {
"content": {
"cipher_aes": "xxx",
"tag": "xxx",
"ciphertext": ""xxx,
"enc_session_key": "xxx"
}
}
},
"script_to_execute": [
"mkdir -p input_DEV",
"cd ./input_DEV && python3 my-python-script.py"
],
"vm_delete": true,
"vm_core_number": "2",
"vm_memory_amount": "4",
"vm_disk_size": "20",
"vm_compute_zone": "europe-west1-b",
"vm_custom_os_image_family": "ubuntu-2004-lts",
"vm_custom_os_image_project": "ubuntu-os-cloud"
}🌐 Global parameters
Parameter
Description
✍️ Script parameters
Parameter
Description
💻 VM parameters
Parameter
Description
Last updated