vantage6 4.3.0b4__tar.gz → 4.3.0b5__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of vantage6 might be problematic. Click here for more details.
- {vantage6-4.3.0b4 → vantage6-4.3.0b5}/PKG-INFO +1 -1
- vantage6-4.3.0b5/vantage6/cli/__build__ +1 -0
- {vantage6-4.3.0b4 → vantage6-4.3.0b5}/vantage6/cli/dev/create.py +2 -4
- {vantage6-4.3.0b4 → vantage6-4.3.0b5}/vantage6/cli/server/stop.py +2 -2
- {vantage6-4.3.0b4 → vantage6-4.3.0b5}/vantage6.egg-info/PKG-INFO +1 -1
- {vantage6-4.3.0b4 → vantage6-4.3.0b5}/vantage6.egg-info/requires.txt +2 -2
- vantage6-4.3.0b4/vantage6/cli/__build__ +0 -1
- {vantage6-4.3.0b4 → vantage6-4.3.0b5}/setup.cfg +0 -0
- {vantage6-4.3.0b4 → vantage6-4.3.0b5}/setup.py +0 -0
- {vantage6-4.3.0b4 → vantage6-4.3.0b5}/tests_cli/__init__.py +0 -0
- {vantage6-4.3.0b4 → vantage6-4.3.0b5}/tests_cli/test_example.py +0 -0
- {vantage6-4.3.0b4 → vantage6-4.3.0b5}/tests_cli/test_node_cli.py +0 -0
- {vantage6-4.3.0b4 → vantage6-4.3.0b5}/tests_cli/test_server_cli.py +0 -0
- {vantage6-4.3.0b4 → vantage6-4.3.0b5}/tests_cli/test_wizard.py +0 -0
- {vantage6-4.3.0b4 → vantage6-4.3.0b5}/vantage6/cli/__init__.py +0 -0
- {vantage6-4.3.0b4 → vantage6-4.3.0b5}/vantage6/cli/_version.py +0 -0
- {vantage6-4.3.0b4 → vantage6-4.3.0b5}/vantage6/cli/algorithm/create.py +0 -0
- {vantage6-4.3.0b4 → vantage6-4.3.0b5}/vantage6/cli/algorithm/update.py +0 -0
- {vantage6-4.3.0b4 → vantage6-4.3.0b5}/vantage6/cli/algostore/attach.py +0 -0
- {vantage6-4.3.0b4 → vantage6-4.3.0b5}/vantage6/cli/algostore/files.py +0 -0
- {vantage6-4.3.0b4 → vantage6-4.3.0b5}/vantage6/cli/algostore/list.py +0 -0
- {vantage6-4.3.0b4 → vantage6-4.3.0b5}/vantage6/cli/algostore/new.py +0 -0
- {vantage6-4.3.0b4 → vantage6-4.3.0b5}/vantage6/cli/algostore/start.py +0 -0
- {vantage6-4.3.0b4 → vantage6-4.3.0b5}/vantage6/cli/algostore/stop.py +0 -0
- {vantage6-4.3.0b4 → vantage6-4.3.0b5}/vantage6/cli/cli.py +0 -0
- {vantage6-4.3.0b4 → vantage6-4.3.0b5}/vantage6/cli/common/decorator.py +0 -0
- {vantage6-4.3.0b4 → vantage6-4.3.0b5}/vantage6/cli/common/start.py +0 -0
- {vantage6-4.3.0b4 → vantage6-4.3.0b5}/vantage6/cli/common/utils.py +0 -0
- {vantage6-4.3.0b4 → vantage6-4.3.0b5}/vantage6/cli/configuration_manager.py +0 -0
- {vantage6-4.3.0b4 → vantage6-4.3.0b5}/vantage6/cli/configuration_wizard.py +0 -0
- {vantage6-4.3.0b4 → vantage6-4.3.0b5}/vantage6/cli/context/__init__.py +0 -0
- {vantage6-4.3.0b4 → vantage6-4.3.0b5}/vantage6/cli/context/algorithm_store.py +0 -0
- {vantage6-4.3.0b4 → vantage6-4.3.0b5}/vantage6/cli/context/base_server.py +0 -0
- {vantage6-4.3.0b4 → vantage6-4.3.0b5}/vantage6/cli/context/node.py +0 -0
- {vantage6-4.3.0b4 → vantage6-4.3.0b5}/vantage6/cli/context/server.py +0 -0
- {vantage6-4.3.0b4 → vantage6-4.3.0b5}/vantage6/cli/dev/remove.py +0 -0
- {vantage6-4.3.0b4 → vantage6-4.3.0b5}/vantage6/cli/dev/start.py +0 -0
- {vantage6-4.3.0b4 → vantage6-4.3.0b5}/vantage6/cli/dev/stop.py +0 -0
- {vantage6-4.3.0b4 → vantage6-4.3.0b5}/vantage6/cli/globals.py +0 -0
- {vantage6-4.3.0b4 → vantage6-4.3.0b5}/vantage6/cli/node/attach.py +0 -0
- {vantage6-4.3.0b4 → vantage6-4.3.0b5}/vantage6/cli/node/clean.py +0 -0
- {vantage6-4.3.0b4 → vantage6-4.3.0b5}/vantage6/cli/node/common/__init__.py +0 -0
- {vantage6-4.3.0b4 → vantage6-4.3.0b5}/vantage6/cli/node/create_private_key.py +0 -0
- {vantage6-4.3.0b4 → vantage6-4.3.0b5}/vantage6/cli/node/files.py +0 -0
- {vantage6-4.3.0b4 → vantage6-4.3.0b5}/vantage6/cli/node/list.py +0 -0
- {vantage6-4.3.0b4 → vantage6-4.3.0b5}/vantage6/cli/node/new.py +0 -0
- {vantage6-4.3.0b4 → vantage6-4.3.0b5}/vantage6/cli/node/remove.py +0 -0
- {vantage6-4.3.0b4 → vantage6-4.3.0b5}/vantage6/cli/node/set_api_key.py +0 -0
- {vantage6-4.3.0b4 → vantage6-4.3.0b5}/vantage6/cli/node/start.py +0 -0
- {vantage6-4.3.0b4 → vantage6-4.3.0b5}/vantage6/cli/node/stop.py +0 -0
- {vantage6-4.3.0b4 → vantage6-4.3.0b5}/vantage6/cli/node/version.py +0 -0
- {vantage6-4.3.0b4 → vantage6-4.3.0b5}/vantage6/cli/rabbitmq/__init__.py +0 -0
- {vantage6-4.3.0b4 → vantage6-4.3.0b5}/vantage6/cli/rabbitmq/definitions.py +0 -0
- {vantage6-4.3.0b4 → vantage6-4.3.0b5}/vantage6/cli/rabbitmq/queue_manager.py +0 -0
- {vantage6-4.3.0b4 → vantage6-4.3.0b5}/vantage6/cli/rabbitmq/rabbitmq.config +0 -0
- {vantage6-4.3.0b4 → vantage6-4.3.0b5}/vantage6/cli/server/attach.py +0 -0
- {vantage6-4.3.0b4 → vantage6-4.3.0b5}/vantage6/cli/server/common/__init__.py +0 -0
- {vantage6-4.3.0b4 → vantage6-4.3.0b5}/vantage6/cli/server/files.py +0 -0
- {vantage6-4.3.0b4 → vantage6-4.3.0b5}/vantage6/cli/server/import_.py +0 -0
- {vantage6-4.3.0b4 → vantage6-4.3.0b5}/vantage6/cli/server/list.py +0 -0
- {vantage6-4.3.0b4 → vantage6-4.3.0b5}/vantage6/cli/server/new.py +0 -0
- {vantage6-4.3.0b4 → vantage6-4.3.0b5}/vantage6/cli/server/remove.py +0 -0
- {vantage6-4.3.0b4 → vantage6-4.3.0b5}/vantage6/cli/server/shell.py +0 -0
- {vantage6-4.3.0b4 → vantage6-4.3.0b5}/vantage6/cli/server/start.py +0 -0
- {vantage6-4.3.0b4 → vantage6-4.3.0b5}/vantage6/cli/server/version.py +0 -0
- {vantage6-4.3.0b4 → vantage6-4.3.0b5}/vantage6/cli/template/node_config.j2 +0 -0
- {vantage6-4.3.0b4 → vantage6-4.3.0b5}/vantage6/cli/template/server_config.j2 +0 -0
- {vantage6-4.3.0b4 → vantage6-4.3.0b5}/vantage6/cli/template/server_import_config.j2 +0 -0
- {vantage6-4.3.0b4 → vantage6-4.3.0b5}/vantage6/cli/test/common/diagnostic_runner.py +0 -0
- {vantage6-4.3.0b4 → vantage6-4.3.0b5}/vantage6/cli/test/feature_tester.py +0 -0
- {vantage6-4.3.0b4 → vantage6-4.3.0b5}/vantage6/cli/test/integration_test.py +0 -0
- {vantage6-4.3.0b4 → vantage6-4.3.0b5}/vantage6/cli/utils.py +0 -0
- {vantage6-4.3.0b4 → vantage6-4.3.0b5}/vantage6.egg-info/SOURCES.txt +0 -0
- {vantage6-4.3.0b4 → vantage6-4.3.0b5}/vantage6.egg-info/dependency_links.txt +0 -0
- {vantage6-4.3.0b4 → vantage6-4.3.0b5}/vantage6.egg-info/entry_points.txt +0 -0
- {vantage6-4.3.0b4 → vantage6-4.3.0b5}/vantage6.egg-info/top_level.txt +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
5
|
|
@@ -431,12 +431,10 @@ def create_demo_network(
|
|
|
431
431
|
f"{Style.RESET_ALL}."
|
|
432
432
|
)
|
|
433
433
|
else:
|
|
434
|
-
error(
|
|
435
|
-
f"Configuration {Fore.RED}{server_name}{Style.RESET_ALL} " "already exists!"
|
|
436
|
-
)
|
|
434
|
+
error(f"Configuration {Fore.RED}{server_name}{Style.RESET_ALL} already exists!")
|
|
437
435
|
exit(1)
|
|
438
436
|
(node_config, server_import_config, server_config) = demo
|
|
439
|
-
ctx = get_server_context(server_name, True)
|
|
437
|
+
ctx = get_server_context(server_name, True, ServerContext)
|
|
440
438
|
click_ctx.invoke(
|
|
441
439
|
cli_server_import,
|
|
442
440
|
ctx=ctx,
|
|
@@ -17,7 +17,7 @@ from vantage6.common.docker.addons import (
|
|
|
17
17
|
)
|
|
18
18
|
from vantage6.common.globals import APPNAME, InstanceType
|
|
19
19
|
from vantage6.cli.rabbitmq import split_rabbitmq_uri
|
|
20
|
-
|
|
20
|
+
from vantage6.cli.context.server import ServerContext
|
|
21
21
|
from vantage6.cli.globals import DEFAULT_SERVER_SYSTEM_FOLDERS
|
|
22
22
|
from vantage6.cli.server.common import get_server_context, stop_ui
|
|
23
23
|
|
|
@@ -91,7 +91,7 @@ def _stop_server_containers(
|
|
|
91
91
|
scope = "system" if system_folders else "user"
|
|
92
92
|
config_name = get_server_config_name(container_name, scope)
|
|
93
93
|
|
|
94
|
-
ctx = get_server_context(config_name, system_folders)
|
|
94
|
+
ctx = get_server_context(config_name, system_folders, ServerContext)
|
|
95
95
|
|
|
96
96
|
# kill the UI container (if it exists)
|
|
97
97
|
stop_ui(client, ctx)
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
4
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|