Files
tacker/releasenotes/notes/support-multi-artifact-of-ansible-driver-cdb731436b5bc573.yaml
Pooja Singla 03dcde328f Support multi artifact of ansible driver
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
2022-09-13 08:19:02 +00:00

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.