Arif Ali
2476319877
* Move the OVN resync stuff to functions.sh, so that it can be used elsewhere * Add check mongo python script
10 lines
88 B
Bash
Executable File
10 lines
88 B
Bash
Executable File
#!/bin/bash
|
|
|
|
#set -ax
|
|
|
|
. functions.sh
|
|
check_juju_version
|
|
get_juju_status
|
|
|
|
do_ovn_resync
|