display name: Actuator
goal: unclassified
Actuator
Actuator that simply executes the actions given as parameter
This strategy allows anyone to create an action plan with a predefined set of actions. This strategy can be used for 2 different purposes:
- Test actions
 - Use this strategy based on an event trigger to perform some explicit task
 
None
None
Default Watcher’s actions.
Default Watcher’s planner:
Weight planner implementation
This implementation builds actions with parents in accordance with weights. Set of actions having a higher weight will be scheduled before the other ones. There are two config options to configure: action_weights and parallelization.
Limitations
- This planner requires to have action_weights and parallelization configs tuned well.
 
Strategy parameters are:
| parameter | type | default Value | description | 
|---|---|---|---|
actions | 
array | None | Actions to be executed. | 
The elements of actions array are:
| parameter | type | default Value | description | 
|---|---|---|---|
action_type | 
string | None | Action name defined in setup.cfg(mandatory) | 
resource_id | 
string | None | Resource_id of the action. | 
input_parameters | 
object | None | Input_parameters of the action(mandatory). | 
None
This strategy create an action plan with a predefined set of actions.
$ openstack optimize audittemplate create \
  at1 unclassified --strategy actuator
$ openstack optimize audit create -a at1 \
  -p actions='[{"action_type": "migrate", "resource_id": "56a40802-6fde-4b59-957c-c84baec7eaed", "input_parameters": {"migration_type": "live", "source_node": "s01"}}]'
None
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.