Deprecate legacy device templates in favor of new tosca templates
Bug #1582928 reported by
Sripriya
This bug affects 1 person
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| tacker |
Fix Released
|
High
|
Janki Chhatbar | ||
Bug Description
Starting Mitaka release, Tacker supports onboarding of standards based TOSCA templates as VNF descriptors integrated with toscaparser/
Before this feature integration, Tacker maintained custom VNFD templates with home grown parser logic.
It is time to deprecate the old device templates and eventually remove the custom parser logic written in heat infra driver.
| description: | updated |
| Changed in tacker: | |
| assignee: | nobody → Steve Kipp (sk167v) |
| Changed in tacker: | |
| assignee: | Steve Kipp (sk167v) → nobody |
| Changed in tacker: | |
| assignee: | nobody → Annapoornima Koppad (annakoppad) |
| Changed in tacker: | |
| assignee: | Annapoornima Koppad (annakoppad) → nobody |
| Changed in tacker: | |
| assignee: | nobody → Janki Chhatbar (jankihchhatbar) |
| Changed in tacker: | |
| status: | In Progress → Fix Released |
To post a comment you must log in.
Work should be straight forward for someone new to the project to pick it up.
CLI:
- detect old template in the vnfd buffer or template file and throw a deprecation warning
Server:
- add a README.warning file in tacker/ samples/ legacy- templates dir
- add deprecation logs when entering the old template parsing logic