File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff 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+
159167github_run_overcloud_host_configure :
160168 file_name : run-overcloud-host-configure.yml
161169 trigger :
You can’t perform that action at this time.
0 commit comments