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
14 lines
603 B
YAML
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.
|