Skip to content
Snippets Groups Projects

Resolve: "(CNIT) New SBI Driver based on OpenROADM for ROADMs"

Merged Lluis Gifre Renom requested to merge cnit_related_activity_openroadm into develop
Compare and
36 files
+ 1160
514
Compare changes
  • Side-by-side
  • Inline
Files
36
+ 2
0
@@ -387,6 +387,7 @@ if [ "$CRDB_DEPLOY_MODE" == "single" ]; then
fi
crdb_deploy_single
sleep 3
if [ "$CRDB_DROP_DATABASE_IF_EXISTS" == "YES" ]; then
crdb_drop_databases_single
@@ -397,6 +398,7 @@ elif [ "$CRDB_DEPLOY_MODE" == "cluster" ]; then
fi
crdb_deploy_cluster
sleep 3
if [ "$CRDB_DROP_DATABASE_IF_EXISTS" == "YES" ]; then
crdb_drop_databases_cluster
Loading