forked from harvester/tests
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yml
61 lines (41 loc) · 1.26 KB
/
config.yml
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
# Harvester API endpoint
endpoint: 'https://localhost:30443'
#Harvester username
username: 'admin'
#Harvester password
password: 'admin'
#Do not cleanup the test artifacts
do-not-cleanup: False
# harvester_cluster_nodes
harvester_cluster_nodes: 3
# VLAN ID, will invoke the tests depended on external networking if not set to -1.
vlan-id: 1
# Physical NIC for VLAN. Default is "harvester-mgmt"
vlan-nic: 'harvester-mgmt'
#Wait time for polling operations
wait-timeout: 600
node-scripts-location: 'scripts/vagrant'
# URL to download the Windows image
win-image-url: ''
# URL to download all images
image-cache-url: ''
terraform-scripts-location: 'terraform_test_artifacts'
# Backup Target S3
region: ''
accessKeyId: ''
secretAccessKey: ''
bucketName: ''
# Backup Targer NFS
nfs-endpoint: ''
nfs-mount-dir: 'nfsshare'
backup-scripts-location: 'backup_restore_test_artifacts'
# Rancher Docker image version to use
rancher-version: 'v2.6-head'
# External Rancher endpoint
#rancher-endpoint: 'https://127.0.0.1
# External Rancher admin user password
#rancher-admin-password: 'rancher_password'
# Kubernetes version to use for Rancher integration tests
kubernetes-version: 'v1.21.7+rke2r2'
# Wait time for polling Rancher cluster status.
rancher-cluster-wait-timeout: 1200