Skip to content

Commit feb3e88

Browse files
authored
Merge pull request #23 from stackhpc/github-add-database-recover
feat: add `overcloud-database-recover`
2 parents c3d91eb + 6400938 commit feb3e88

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

roles/github/defaults/main.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ github_workflows:
8181
- "{{ github_run_network_connectivity_check }}"
8282
- "{{ github_run_overcloud_container_image_pull }}"
8383
- "{{ github_run_overcloud_database_backup }}"
84+
- "{{ github_run_overcloud_database_recover }}"
8485
- "{{ github_run_overcloud_host_configure }}"
8586
- "{{ github_run_overcloud_host_package_update }}"
8687
- "{{ github_run_overcloud_inventory_discover }}"
@@ -156,6 +157,13 @@ github_run_overcloud_database_backup:
156157
arguments: ["{{ github_kayobe_task_arguments }}", "{{ github_kolla_task_arguments }}"]
157158
concurrency_group: overcloud
158159

160+
github_run_overcloud_database_recover:
161+
file_name: overcloud-database-recover.yml
162+
trigger:
163+
workflow_dispatch: ["{{ github_kolla_dispatch_inputs }}", "{{ github_kayobe_dispatch_inputs }}"]
164+
arguments: ["{{ github_kayobe_task_arguments }}", "{{ github_kolla_task_arguments }}"]
165+
concurrency_group: overcloud
166+
159167
github_run_overcloud_host_configure:
160168
file_name: run-overcloud-host-configure.yml
161169
trigger:

0 commit comments

Comments
 (0)