Skip to content

Commit fbd08c1

Browse files
authored
fix: add github_ prefix to variables
1 parent 796bf07 commit fbd08c1

File tree

1 file changed

+45
-45
lines changed

1 file changed

+45
-45
lines changed

roles/github/defaults/main.yml

Lines changed: 45 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -39,38 +39,38 @@ github_combined_inputs: &github_combined_inputs
3939
<<: [*github_kayobe_inputs, *github_kolla_inputs]
4040

4141
github_workflows:
42-
- "{{ build_kayobe_image }}"
43-
- "{{ run_kolla_config_diff }}"
44-
- "{{ run_infra_vm_host_configure }}"
45-
- "{{ run_infra_vm_host_package_update }}"
46-
- "{{ run_infra_vm_provision }}"
47-
- "{{ run_infra_vm_service_deploy }}"
48-
- "{{ run_network_connectivity_check }}"
49-
- "{{ run_overcloud_container_image_pull }}"
50-
- "{{ run_overcloud_database_backup }}"
51-
- "{{ run_overcloud_host_configure }}"
52-
- "{{ run_overcloud_host_package_update }}"
53-
- "{{ run_overcloud_inventory_discover }}"
54-
- "{{ run_overcloud_provision }}"
55-
- "{{ run_overcloud_service_deploy }}"
56-
- "{{ run_overcloud_service_upgrade }}"
57-
- "{{ run_seed_host_configure }}"
58-
- "{{ run_seed_host_package_update }}"
59-
- "{{ run_seed_hypervisor_host_configure }}"
60-
- "{{ run_seed_hypervisor_host_package_update }}"
61-
- "{{ run_seed_service_deploy }}"
62-
- "{{ run_seed_vm_provision }}"
63-
- "{{ run_tempest }}"
64-
65-
build_kayobe_image:
42+
- "{{ github_build_kayobe_image }}"
43+
- "{{ github_run_kolla_config_diff }}"
44+
- "{{ github_run_infra_vm_host_configure }}"
45+
- "{{ github_run_infra_vm_host_package_update }}"
46+
- "{{ github_run_infra_vm_provision }}"
47+
- "{{ github_run_infra_vm_service_deploy }}"
48+
- "{{ github_run_network_connectivity_check }}"
49+
- "{{ github_run_overcloud_container_image_pull }}"
50+
- "{{ github_run_overcloud_database_backup }}"
51+
- "{{ github_run_overcloud_host_configure }}"
52+
- "{{ github_run_overcloud_host_package_update }}"
53+
- "{{ github_run_overcloud_inventory_discover }}"
54+
- "{{ github_run_overcloud_provision }}"
55+
- "{{ github_run_overcloud_service_deploy }}"
56+
- "{{ github_run_overcloud_service_upgrade }}"
57+
- "{{ github_run_seed_host_configure }}"
58+
- "{{ github_run_seed_host_package_update }}"
59+
- "{{ github_run_seed_hypervisor_host_configure }}"
60+
- "{{ github_run_seed_hypervisor_host_package_update }}"
61+
- "{{ github_run_seed_service_deploy }}"
62+
- "{{ github_run_seed_vm_provision }}"
63+
- "{{ github_run_tempest }}"
64+
65+
github_build_kayobe_image:
6666
file_name: build-kayobe-docker-image.yml
6767
use_bespoke: true
6868

69-
run_kolla_config_diff:
69+
github_run_kolla_config_diff:
7070
file_name: run-config-diff.yml
7171
use_bespoke: true
7272

73-
run_infra_vm_host_configure:
73+
github_run_infra_vm_host_configure:
7474
file_name: run-infra-vm-host-configure.yml
7575
trigger:
7676
workflow_dispatch: *github_kayobe_inputs
@@ -79,7 +79,7 @@ run_infra_vm_host_configure:
7979
- KAYOBE_LIMIT
8080
- HOME
8181

82-
run_infra_vm_host_package_update:
82+
github_run_infra_vm_host_package_update:
8383
file_name: run-infra-vm-host-package-update.yml
8484
trigger:
8585
workflow_dispatch: *github_kayobe_inputs
@@ -88,7 +88,7 @@ run_infra_vm_host_package_update:
8888
- KAYOBE_LIMIT
8989
- HOME
9090

91-
run_infra_vm_provision:
91+
github_run_infra_vm_provision:
9292
file_name: run-infra-vm-provision.yml
9393
trigger:
9494
workflow_dispatch: *github_kayobe_inputs
@@ -97,7 +97,7 @@ run_infra_vm_provision:
9797
- KAYOBE_LIMIT
9898
- HOME
9999

100-
run_infra_vm_service_deploy:
100+
github_run_infra_vm_service_deploy:
101101
file_name: run-infra-vm-service-deploy.yml
102102
trigger:
103103
workflow_dispatch: *github_kayobe_inputs
@@ -106,7 +106,7 @@ run_infra_vm_service_deploy:
106106
- KAYOBE_LIMIT
107107
- HOME
108108

109-
run_network_connectivity_check:
109+
github_run_network_connectivity_check:
110110
file_name: run-network-connectivity-check.yml
111111
trigger:
112112
workflow_dispatch: *github_kayobe_inputs
@@ -115,7 +115,7 @@ run_network_connectivity_check:
115115
- KAYOBE_LIMIT
116116
- HOME
117117

118-
run_overcloud_container_image_pull:
118+
github_run_overcloud_container_image_pull:
119119
file_name: run-overcloud-container-image-pull.yml
120120
trigger:
121121
workflow_dispatch: *github_combined_inputs
@@ -126,7 +126,7 @@ run_overcloud_container_image_pull:
126126
- KAYOBE_LIMIT
127127
- HOME
128128

129-
run_overcloud_database_backup:
129+
github_run_overcloud_database_backup:
130130
file_name: run-overcloud-database-backup.yml
131131
trigger:
132132
workflow_dispatch: *github_combined_inputs
@@ -137,7 +137,7 @@ run_overcloud_database_backup:
137137
- KAYOBE_LIMIT
138138
- HOME
139139

140-
run_overcloud_host_configure:
140+
github_run_overcloud_host_configure:
141141
file_name: run-overcloud-host-configure.yml
142142
trigger:
143143
workflow_dispatch: *github_combined_inputs
@@ -148,7 +148,7 @@ run_overcloud_host_configure:
148148
- KAYOBE_LIMIT
149149
- HOME
150150

151-
run_overcloud_host_package_update:
151+
github_run_overcloud_host_package_update:
152152
file_name: run-overcloud-host-package-update.yml
153153
trigger:
154154
workflow_dispatch: *github_kayobe_inputs
@@ -157,7 +157,7 @@ run_overcloud_host_package_update:
157157
- KAYOBE_LIMIT
158158
- HOME
159159

160-
run_overcloud_inventory_discover:
160+
github_run_overcloud_inventory_discover:
161161
file_name: run-overcloud-inventory-discover.yml
162162
trigger:
163163
workflow_dispatch: *github_kayobe_inputs
@@ -173,7 +173,7 @@ run_overcloud_inventory_discover:
173173
- KAYOBE_AUTOMATION_PR_URL
174174
- HOME
175175

176-
run_overcloud_provision:
176+
github_run_overcloud_provision:
177177
file_name: run-overcloud-provision.yml
178178
trigger:
179179
workflow_dispatch: *github_kayobe_inputs
@@ -182,7 +182,7 @@ run_overcloud_provision:
182182
- KAYOBE_LIMIT
183183
- HOME
184184

185-
run_overcloud_service_deploy:
185+
github_run_overcloud_service_deploy:
186186
file_name: run-overcloud-service-deploy.yml
187187
trigger:
188188
workflow_dispatch: *github_combined_inputs
@@ -200,7 +200,7 @@ run_overcloud_service_deploy:
200200
- KAYOBE_AUTOMATION_PR_URL
201201
- HOME
202202

203-
run_overcloud_service_upgrade:
203+
github_run_overcloud_service_upgrade:
204204
file_name: run-overcloud-service-upgrade.yml
205205
trigger:
206206
workflow_dispatch: *github_combined_inputs
@@ -218,7 +218,7 @@ run_overcloud_service_upgrade:
218218
- KAYOBE_AUTOMATION_PR_URL
219219
- HOME
220220

221-
run_seed_host_configure:
221+
github_run_seed_host_configure:
222222
file_name: run-seed-host-configure.yml
223223
trigger:
224224
workflow_dispatch: *github_combined_inputs
@@ -229,7 +229,7 @@ run_seed_host_configure:
229229
- KAYOBE_LIMIT
230230
- HOME
231231

232-
run_seed_host_package_update:
232+
github_run_seed_host_package_update:
233233
file_name: run-seed-host-package-update.yml
234234
trigger:
235235
workflow_dispatch: *github_kayobe_inputs
@@ -238,7 +238,7 @@ run_seed_host_package_update:
238238
- KAYOBE_LIMIT
239239
- HOME
240240

241-
run_seed_hypervisor_host_configure:
241+
github_run_seed_hypervisor_host_configure:
242242
file_name: run-seed-hypervisor-host-configure.yml
243243
trigger:
244244
workflow_dispatch: *github_kayobe_inputs
@@ -247,7 +247,7 @@ run_seed_hypervisor_host_configure:
247247
- KAYOBE_LIMIT
248248
- HOME
249249

250-
run_seed_hypervisor_host_package_update:
250+
github_run_seed_hypervisor_host_package_update:
251251
file_name: run-seed-hypervisor-host-package-update.yml
252252
trigger:
253253
workflow_dispatch: *github_kayobe_inputs
@@ -256,7 +256,7 @@ run_seed_hypervisor_host_package_update:
256256
- KAYOBE_LIMIT
257257
- HOME
258258

259-
run_seed_service_deploy:
259+
github_run_seed_service_deploy:
260260
file_name: run-seed-service-deploy.yml
261261
trigger:
262262
workflow_dispatch: *github_combined_inputs
@@ -274,7 +274,7 @@ run_seed_service_deploy:
274274
- KAYOBE_AUTOMATION_PR_URL
275275
- HOME
276276

277-
run_seed_vm_provision:
277+
github_run_seed_vm_provision:
278278
file_name: run-seed-vm-provision.yml
279279
trigger:
280280
workflow_dispatch: *github_kayobe_inputs
@@ -283,6 +283,6 @@ run_seed_vm_provision:
283283
- KAYOBE_LIMIT
284284
- HOME
285285

286-
run_tempest:
286+
github_run_tempest:
287287
file_name: run-tempest.yml
288288
use_bespoke: true

0 commit comments

Comments
 (0)