-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy path.env.example
More file actions
63 lines (46 loc) · 2.06 KB
/
.env.example
File metadata and controls
63 lines (46 loc) · 2.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# AKSFlexNode E2E Testing Configuration
# Copy this file to .env and fill in your values
# WARNING: Never commit .env to git - it contains sensitive information
# ============================================================================
# Required: Azure Subscription & Tenant
# ============================================================================
# Your Azure subscription ID
# Find it: az account show --query id -o tsv
AZURE_SUBSCRIPTION_ID=
# Your Azure tenant ID
# Find it: az account show --query tenantId -o tsv
AZURE_TENANT_ID=
# ============================================================================
# Required: GitHub Repository Configuration
# ============================================================================
# Your GitHub organization or username
GITHUB_ORG=
# Repository name
GITHUB_REPO=AKSFlexNode
# ============================================================================
# Required: E2E Test Configuration
# ============================================================================
# Resource group where E2E tests run (clusters and VMs created/deleted here)
E2E_RESOURCE_GROUP=rg-aksflexnode-e2e-tests
# Azure region for E2E test resources
E2E_LOCATION=westus2
# ============================================================================
# Required: Runner VM Configuration
# ============================================================================
# Resource group for runner VM (separate from test resources)
RUNNER_RESOURCE_GROUP=rg-aksflexnode-e2e-runner
# Azure region for runner VM
RUNNER_LOCATION=westus2
# Runner VM name
RUNNER_VM_NAME=vm-e2e-runner
# Runner VM size (default: Standard_B2ms)
RUNNER_VM_SIZE=Standard_B2ms
# ============================================================================
# Auto-Populated (filled by setup script)
# ============================================================================
# Runner VM public IP
# Auto-populated by: ./scripts/setup/setup-runner.sh
RUNNER_PUBLIC_IP=
# Runner Managed Identity principal ID
# Auto-populated by: ./scripts/setup/setup-runner.sh
MSI_PRINCIPAL_ID=