Commit 5f5099b1 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

OFC'22 & ECOC'22 tests:

- cleanup scripts
parent 978f0f9b
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -75,19 +75,19 @@ export NATS_REDEPLOY=""
# ----- QuestDB ----------------------------------------------------------------

# If not already set, set the namespace where QuestDB will be deployed.
export QDB_NAMESPACE=${QDB_NAMESPACE:-"qdb"}
export QDB_NAMESPACE="qdb"

# If not already set, set the database username to be used by Monitoring.
export QDB_USERNAME=${QDB_USERNAME:-"admin"}
export QDB_USERNAME="admin"

# If not already set, set the database user's password to be used by Monitoring.
export QDB_PASSWORD=${QDB_PASSWORD:-"quest"}
export QDB_PASSWORD="quest"

# If not already set, set the table name to be used by Monitoring.
export QDB_TABLE=${QDB_TABLE:-"tfs_monitoring"}
export QDB_TABLE="tfs_monitoring"

## If not already set, disable flag for dropping table if exists.
#export QDB_DROP_TABLE_IF_EXISTS=${QDB_DROP_TABLE_IF_EXISTS:-""}
#export QDB_DROP_TABLE_IF_EXISTS=""

# If not already set, disable flag for re-deploying QuestDB from scratch.
export QDB_REDEPLOY=${QDB_REDEPLOY:-""}
export QDB_REDEPLOY=""
+6 −6
Original line number Diff line number Diff line
@@ -76,19 +76,19 @@ export NATS_REDEPLOY=""
# ----- QuestDB ----------------------------------------------------------------

# If not already set, set the namespace where QuestDB will be deployed.
export QDB_NAMESPACE=${QDB_NAMESPACE:-"qdb"}
export QDB_NAMESPACE="qdb"

# If not already set, set the database username to be used by Monitoring.
export QDB_USERNAME=${QDB_USERNAME:-"admin"}
export QDB_USERNAME="admin"

# If not already set, set the database user's password to be used by Monitoring.
export QDB_PASSWORD=${QDB_PASSWORD:-"quest"}
export QDB_PASSWORD="quest"

# If not already set, set the table name to be used by Monitoring.
export QDB_TABLE=${QDB_TABLE:-"tfs_monitoring"}
export QDB_TABLE="tfs_monitoring"

## If not already set, disable flag for dropping table if exists.
#export QDB_DROP_TABLE_IF_EXISTS=${QDB_DROP_TABLE_IF_EXISTS:-""}
#export QDB_DROP_TABLE_IF_EXISTS=""

# If not already set, disable flag for re-deploying QuestDB from scratch.
export QDB_REDEPLOY=${QDB_REDEPLOY:-""}
export QDB_REDEPLOY=""
+6 −6
Original line number Diff line number Diff line
@@ -76,19 +76,19 @@ export NATS_REDEPLOY=""
# ----- QuestDB ----------------------------------------------------------------

# If not already set, set the namespace where QuestDB will be deployed.
export QDB_NAMESPACE=${QDB_NAMESPACE:-"qdb"}
export QDB_NAMESPACE="qdb"

# If not already set, set the database username to be used by Monitoring.
export QDB_USERNAME=${QDB_USERNAME:-"admin"}
export QDB_USERNAME="admin"

# If not already set, set the database user's password to be used by Monitoring.
export QDB_PASSWORD=${QDB_PASSWORD:-"quest"}
export QDB_PASSWORD="quest"

# If not already set, set the table name to be used by Monitoring.
export QDB_TABLE=${QDB_TABLE:-"tfs_monitoring"}
export QDB_TABLE="tfs_monitoring"

## If not already set, disable flag for dropping table if exists.
#export QDB_DROP_TABLE_IF_EXISTS=${QDB_DROP_TABLE_IF_EXISTS:-""}
#export QDB_DROP_TABLE_IF_EXISTS=""

# If not already set, disable flag for re-deploying QuestDB from scratch.
export QDB_REDEPLOY=${QDB_REDEPLOY:-""}
export QDB_REDEPLOY=""