Merge branch 'feature/manage-default-cluster-name' into 2.6.2/master
This commit is contained in:
commit
3bf3b3accd
|
@ -1,5 +1,7 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
. /usr/lib/eole/utils.sh
|
||||||
|
|
||||||
function error()
|
function error()
|
||||||
{
|
{
|
||||||
MSG=${1}
|
MSG=${1}
|
||||||
|
@ -427,6 +429,7 @@ function manage_datastores()
|
||||||
|
|
||||||
function main()
|
function main()
|
||||||
{
|
{
|
||||||
|
wait_true_retcode "Wait for oned to be started" "onecluster show 0 > /dev/null"
|
||||||
#
|
#
|
||||||
# Rename default cluster
|
# Rename default cluster
|
||||||
clst_name=$(CreoleGet one_cluster_name)
|
clst_name=$(CreoleGet one_cluster_name)
|
||||||
|
|
Loading…
Reference in New Issue