Skip to content
Snippets Groups Projects
__init__.py 383 B
Newer Older
from orchestrator.workflows import LazyWorkflowInstance

LazyWorkflowInstance("gso.workflows.device.create_device", "create_device")
LazyWorkflowInstance("gso.workflows.device.terminate_device",
                     "terminate_device")
LazyWorkflowInstance("gso.workflows.device.get_facts", "get_facts")
LazyWorkflowInstance("gso.workflows.iptrunk.create_iptrunk", "create_iptrunk")