Skip to content
Snippets Groups Projects
Commit 24301258 authored by Carlos Manso's avatar Carlos Manso
Browse files

Topology model updated to SQLAlchemy

parent 0406cd27
No related branches found
No related tags found
2 merge requests!54Release 2.0.0,!34Context Scalability extensions using CockroachDB + Removal of Stateful database inside Device + other
...@@ -52,7 +52,7 @@ def main(): ...@@ -52,7 +52,7 @@ def main():
start_http_server(metrics_port) start_http_server(metrics_port)
# Get database instance # Get database instance
db_uri = 'cockroachdb://root@10.152.183.66:26257/defaultdb?sslmode=disable' db_uri = 'cockroachdb://root@10.152.183.111:26257/defaultdb?sslmode=disable'
LOGGER.debug('Connecting to DB: {}'.format(db_uri)) LOGGER.debug('Connecting to DB: {}'.format(db_uri))
# engine = create_engine(db_uri, echo=False) # engine = create_engine(db_uri, echo=False)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment