-
Notifications
You must be signed in to change notification settings - Fork 1
/
kitchen.multi-node.yml
79 lines (74 loc) · 1.93 KB
/
kitchen.multi-node.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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
---
provisioner:
name: terraform
driver:
name: terraform
command_timeout: 7200
transport:
command_timeout: 7200
verifier:
name: terraform
systems:
- name: controller
backend: ssh
hosts_output: controller
user: almalinux
profile_locations:
- test/integration/block_storage_controller
- test/integration/compute_controller
- test/integration/identity
- test/integration/image
- test/integration/network
- test/integration/ops_messaging
- test/integration/orchestration
- test/integration/telemetry_controller
attrs:
- test/integration/multi-node/controller.yml
sudo: true
- name: compute
backend: ssh
hosts_output: compute
user: almalinux
profile_locations:
- test/integration/compute
- test/integration/telemetry_compute
attrs:
- test/integration/multi-node/compute.yml
sudo: true
<% if ENV['TF_VAR_region2'] == '1' %>
- name: controller_region2
backend: ssh
hosts_output: controller_region2
user: almalinux
profile_locations:
- test/integration/compute_controller
- test/integration/image
- test/integration/network
- test/integration/ops_messaging
attrs:
- test/integration/multi-node/controller_region2.yml
sudo: true
- name: compute_region3
backend: ssh
hosts_output: compute_region2
user: almalinux
profile_locations:
- test/integration/compute
- test/integration/telemetry_compute
attrs:
- test/integration/multi-node/compute_region2.yml
sudo: true
<% end %>
platforms:
- name: almalinux-8
driver:
variables:
os_image: "Almalinux 8"
ssh_user_name: "almalinux"
- name: almalinux-9
driver:
variables:
os_image: "Almalinux 9"
ssh_user_name: "almalinux"
suites:
- name: multi-node