Skip to content

Commit

Permalink
switch fdb tenant to hornbill (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
Commelina authored Dec 23, 2024
1 parent 0d029df commit 97695f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/fdb-hornbill/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ fi

echo "Can now connect to docker-based FDB cluster using $FDB_CLUSTER_FILE."

echo "Create hstream tenant"
config="configure tenant_mode=optional_experimental; createtenant hstream;"
echo "Create hornbill tenant"
config="configure tenant_mode=optional_experimental; createtenant hornbill;"
if ! $fdbcli -C $FDB_CLUSTER_FILE --exec "$config" --timeout 10 ; then
echo "Create hstream tenant failed"
echo "Create hornbill tenant failed"
fi

## Make sure the process doesn't exit
Expand Down

0 comments on commit 97695f2

Please sign in to comment.