Arif Ali
d84ce463b1
* Add functions.sh for common tasks * Update various scripts to use functions.sh * Update mongo status to disable all ssh key checks * Add a few extra scripts
9 lines
73 B
Bash
Executable File
9 lines
73 B
Bash
Executable File
#!/bin/bash
|
|
|
|
. functions.sh
|
|
check_juju_version
|
|
|
|
get_juju_status
|
|
|
|
do_ceph
|