The resources use a data model that is supported by a set of client-side libraries that are made available on the files and libraries page.
name | path | methods | description |
---|---|---|---|
AnsibleOutputController |
|
|
This controller is responsible for showing the output from ansible executions |
BenchmarkController |
|
|
This controller is responsible for handling cloud benchmark tests like sysbench |
CloudConfigurationController0 |
|
|
This controller is responsible for handling cloud credentials used by the provisoner to request for resources (VMs). |
CloudCredentialsController |
|
|
This controller is responsible for handling CloudCredentials. CloudCredentials are a represntation of the credentials that are used by the provisoner to request for resources (VMs) |
ConfigurationController |
|
|
This controller is responsible for managing deployment configurations used by the deployer. Currently docker-compose.yml and ansible playbooks are supported. |
DeployController |
|
|
This controller is responsible for deploying a cluster on provisoned resources. |
DeployController0 |
|
|
This controller is responsible for deploying a cluster on provisoned resources. |
KeyPairController |
|
|
This controller is responsible for handling user public keys. These keys can be used by the provisoner to allow the user to login to the VMs from the machine the keys correspond to. |
LogController |
|
|
This controller is responsible for storing TOSCA descriptions that can be used by the planner. |
MonitorringMessageController |
|
|
|
PlannerController |
|
|
This controller is responsible for planing the type of resources to be provisopned based on a TOSCA description. |
PlannerController0 |
|
|
This controller is responsible for planing the type of resources to be provisopned based on a TOSCA description. |
ProvisionController |
|
|
This controller is responsible for obtaining resources from cloud providers based the plan generated by the planner |
ProvisionController0 |
|
|
This controller is responsible for obtaining resources from cloud providers based the plan generated by the planner and uploaded by the user |
ScriptController |
|
|
This controller is responsible for handling user scripts. These user can be used by the provisoner to run on the created VMs. |
ToscaController |
|
|
This controller is responsible for storing TOSCA descriptions that can be used by the planner. |
UserController |
|
|
This controller is responsible for handling user accounts |
UserController0 |
|
|
This controller is responsible for handling user accounts |
UserPublicKeysController0 |
|
|
This controller is responsible for handling user public keys. These keys can be used by the provisoner to allow the user to login to the VMs from the machine the keys correspond to. |
UserScriptController0 |
|
|
This controller is responsible for handling user scripts. These user can be used by the provisoner to run on the created VMs. |