The Ansible driver can only run specific script files. Due to multi artifact support of mgmt driver, it will be extended to specify script files to be executed in each life cycle. Implements: blueprint add-ansible-mgmt-driver-sample Change-Id: Id584a41fc7ae64a682d6dd390a38913e2c7e655b
11 lines
443 B
YAML
11 lines
443 B
YAML
---
|
|
features:
|
|
- |
|
|
The Ansible driver can only run specific script files.
|
|
Due to multi artifact support of mgmt driver, it will be
|
|
extended to specify script files to be executed in each life cycle.
|
|
This will be achieved by implementing primary and dependencies
|
|
keys defined by TOSCA, primary can define the primary script,
|
|
dependencies can define a secondary script that will be referenced
|
|
by the primary script.
|