add kubespray to the XTesting as it provides newer version of kubenetes and can be...
[it/test.git] / XTesting / kubespray / inventory / sample / group_vars / all / azure.yml
1 ## When azure is used, you need to also set the following variables.
2 ## see docs/azure.md for details on how to get these values
3
4 # azure_cloud:
5 # azure_tenant_id:
6 # azure_subscription_id:
7 # azure_aad_client_id:
8 # azure_aad_client_secret:
9 # azure_resource_group:
10 # azure_location:
11 # azure_subnet_name:
12 # azure_security_group_name:
13 # azure_security_group_resource_group:
14 # azure_vnet_name:
15 # azure_vnet_resource_group:
16 # azure_route_table_name:
17 # azure_route_table_resource_group:
18 # supported values are 'standard' or 'vmss'
19 # azure_vmtype: standard
20
21 ## Azure Disk CSI credentials and parameters
22 ## see docs/azure-csi.md for details on how to get these values
23
24 # azure_csi_tenant_id:
25 # azure_csi_subscription_id:
26 # azure_csi_aad_client_id:
27 # azure_csi_aad_client_secret:
28 # azure_csi_location:
29 # azure_csi_resource_group:
30 # azure_csi_vnet_name:
31 # azure_csi_vnet_resource_group:
32 # azure_csi_subnet_name:
33 # azure_csi_security_group_name:
34 # azure_csi_use_instance_metadata:
35 # azure_csi_tags: "Owner=owner,Team=team,Environment=environment'
36
37 ## To enable Azure Disk CSI, uncomment below
38 # azure_csi_enabled: true
39 # azure_csi_controller_replicas: 1
40 # azure_csi_plugin_image_tag: latest