Add scripts to generate ZK migration JSON

This commit is contained in:
2021-06-09 00:04:38 -04:00
parent f2b55ba937
commit ae269bdfde
2 changed files with 31 additions and 0 deletions

7
gen-zk-migrations Executable file
View File

@ -0,0 +1,7 @@
#!/bin/bash
# Generate the Zookeeper migration files
pushd api-daemon
./pvcapid-manage-zk.py
popd