orchestro package#
Subpackages#
- orchestro.ansbtest package
- orchestro.execution package
- orchestro.filters package
- orchestro.inventory package
- Submodules
- orchestro.inventory.orche module
InventoryModuleInventoryModule.add_child()InventoryModule.add_group()InventoryModule.add_host()InventoryModule.build_orche()InventoryModule.dumpedInventoryModule.parse()InventoryModule.parse_orche()InventoryModule.parse_paths()InventoryModule.set_value()InventoryModule.show_cliargs()InventoryModule.show_confirm()InventoryModule.verify_file()
- Module contents
- orchestro.lookups package
- orchestro.orche package
- orchestro.utils package
Submodules#
orchestro.conftest 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.conftest.config(tmp_path: Path) OrcheConfig[source]#
Construct the instance for use in the downstream tests.
- Parameters:
tmp_path – pytest object for temporal filesystem.
- Returns:
Newly constructed instance of related class.
- orchestro.conftest.config_factory(tmp_path: Path) OrcheConfig[source]#
Construct the instance for use in the downstream tests.
- Parameters:
tmp_path – pytest object for temporal filesystem.
- Returns:
Newly constructed instance of related class.
- orchestro.conftest.orche(config: OrcheConfig) Orche[source]#
Construct the instance for use in the downstream tests.
- Parameters:
config – Primary class instance for configuration.
- Returns:
Newly constructed instance of related class.
- orchestro.conftest.orche_factory(config: OrcheConfig) Orche[source]#
Construct the instance for use in the downstream tests.
- Parameters:
config – Primary class instance for configuration.
- Returns:
Newly constructed instance of related class.
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.