Files
tacker/releasenotes/notes/add-sample-ansible-driver-f204be6350c8a546.yaml
Aldinson Esto 611b8b1043 Add a Sample Ansible Driver
Added a sample Ansible Driver as an option for users
who want to use ansible for configuration of VNFs.

In this Sample Ansible Driver, the following key LCMs
are supported:
    - instantiate_end
    - scale_start
    - scale_end
    - heal_end
    - terminate_start

Implements: blueprint add-ansible-mgmt-driver-sample
Spec: https://review.opendev.org/c/openstack/tacker-specs/+/814689
Change-Id: I539f1ab5442196865155f12fe0b2b4106feedeae
2022-03-16 10:27:08 +00:00

14 lines
603 B
YAML

---
features:
- |
Add a Sample Ansible Driver as an option for users who want to use ansible
for configuration of VNFs. This Ansible Driver supports the key LCMs such as
instantiate_end, scale_start, scale_end, heal_end and terminate_start.
A Sample VNF package which contains sample usage of Ansible Driver is
provided. User manual is also provided to explain the steps in preparing the
environment to use Ansible Driver.
issues:
- |
Regarding Sample Ansible Driver, currently, deployment flavors share only
one config.yaml due to a limitation in Management Driver.