Add scripts to generate ZK migration JSON
This commit is contained in:
7
gen-zk-migrations
Executable file
7
gen-zk-migrations
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Generate the Zookeeper migration files
|
||||
|
||||
pushd api-daemon
|
||||
./pvcapid-manage-zk.py
|
||||
popd
|
Reference in New Issue
Block a user