There was an error while loading. Please reload this page.
1 parent 526022a commit 4427bc3Copy full SHA for 4427bc3
scripts/proxy-common.yml
@@ -17,6 +17,13 @@ actions:
17
setGlobals:
18
show_slave_hosts: "SHOW SLAVE HOSTS"
19
20
+ disableOrchestrator:
21
+ - log: Disabling orchestrator
22
+ - cmd [proxy]: |-
23
+ mysql -h 127.0.0.1 -P3360 -uroot -e "DROP DATABASE IF EXISTS orchestrator;"
24
+ systemctl stop orchestrator;
25
+ user: root
26
+
27
setupOrchestrator:
28
- log: Orchestrator configuration
29
- cmd [proxy]: |-
0 commit comments