]> git.arvados.org - arvados.git/blob - tools/compute-images/azure_config.example.json
Merge branch '22754-process-panel-slowness' into main. Closes #22754
[arvados.git] / tools / compute-images / azure_config.example.json
1 {
2   "ansible_command": "ansible-playbook",
3   "ansible_vars_file": "host_config.yml",
4   "account_file": "",
5   "arvados_cluster": "zzzzz",
6   "build_environment": "azure-arm",
7   "client_id": "{{env `ARM_CLIENT_ID`}}",
8   "client_secret": "{{env `ARM_CLIENT_SECRET`}}",
9   "cloud_environment_name": "Public",
10   "image_sku": "",
11   "location": "centralus",
12   "project_id": "",
13   "resource_group": null,
14   "ssh_private_key_file": "{{env `PACKERPRIVKEY`}}",
15   "ssh_user": "packer",
16   "subscription_id": "{{env `ARM_SUBSCRIPTION_ID`}}",
17   "tenant_id": "{{env `ARM_TENANT_ID`}}"
18 }