orchestro.execution package#
Subpackages#
Submodules#
orchestro.execution.config module#
Functions and routines associated with Enasis Network Orchestrations.
This file is part of Enasis Network software eco-system. Distribution is permitted, for more information consult the project license file.
- orchestro.execution.config.arguments(args: list[str] | None = None) dict[str, Any] [source]#
Construct arguments which are associated with the file.
- Parameters:
args – Override the source for the main arguments.
- Returns:
Construct arguments from command line options.
- orchestro.execution.config.execution(args: list[str] | None = None) None [source]#
Perform whatever operation is associated with the file.
- Parameters:
args – Override the source for the main arguments.
- orchestro.execution.config.operation(config: OrcheConfig) None [source]#
Perform whatever operation is associated with the file.
- Parameters:
config – Primary class instance for configuration.
orchestro.execution.crypts module#
Functions and routines associated with Enasis Network Orchestrations.
This file is part of Enasis Network software eco-system. Distribution is permitted, for more information consult the project license file.
- orchestro.execution.crypts.arguments(args: list[str] | None = None) dict[str, Any] [source]#
Construct arguments which are associated with the file.
- Parameters:
args – Override the source for the main arguments.
- Returns:
Construct arguments from command line options.
- orchestro.execution.crypts.execution(args: list[str] | None = None) None [source]#
Perform whatever operation is associated with the file.
- Parameters:
args – Override the source for the main arguments.
- orchestro.execution.crypts.operation(config: OrcheConfig) None [source]#
Perform whatever operation is associated with the file.
- Parameters:
config – Primary class instance for configuration.
orchestro.execution.vault module#
Functions and routines associated with Enasis Network Orchestrations.
This file is part of Enasis Network software eco-system. Distribution is permitted, for more information consult the project license file.
- orchestro.execution.vault.arguments(args: list[str] | None = None) dict[str, Any] [source]#
Construct arguments which are associated with the file.
- Parameters:
args – Override the source for the main arguments.
- Returns:
Construct arguments from command line options.
- orchestro.execution.vault.execution(args: list[str] | None = None) None [source]#
Perform whatever operation is associated with the file.
- Parameters:
args – Override the source for the main arguments.
- orchestro.execution.vault.operation(config: OrcheConfig) None [source]#
Perform whatever operation is associated with the file.
- Parameters:
config – Primary class instance for configuration.
Module contents#
Functions and routines associated with Enasis Network Orchestrations.
This file is part of Enasis Network software eco-system. Distribution is permitted, for more information consult the project license file.