15 lines
560 B
Bash
15 lines
560 B
Bash
# shellcheck source=../../utils/with-1-data-1-empty-node-cluster.sh
|
|
source "$UTILS"/with-1-data-1-empty-node-cluster.sh
|
|
|
|
adminBS="$XDG_DATA_HOME"/isle/bootstrap.yml
|
|
bs="$secondus_bootstrap" # set in with-1-data-1-empty-node-cluster.sh
|
|
|
|
[ "$(yq <"$bs" '.admin_creation_params')" = "$(yq <admin.yml '.creation_params')" ]
|
|
[ "$(yq <"$bs" '.hostname')" = "secondus" ]
|
|
|
|
[ "$(yq <"$bs" '.hosts.primus.nebula.signed_public_credentials')" \
|
|
= "$(yq <"$adminBS" '.nebula.signed_public_credentials')" ]
|
|
|
|
[ "$(yq <"$bs" '.hosts.primus.garage.instances|length')" = "3" ]
|
|
|