Inappropriate value of `isAutomaticInvocation` in automatic LCM
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
tacker |
In Progress
|
Medium
|
Unassigned |
Bug Description
In the current Tacker implementation (stable/2023.1), `isAutomaticInv
```
def new_lcmocc(inst_id, operation, req_body,
now = datetime.utcnow()
lcmocc = objects.
return lcmocc
```
On the other hand, Antelope development has a new feature that triggers Heal/Scale automatically by the alert from Prometheus. As defined in SOL002/003, `isAutomaticInv
The problem can be resolved by adding argument definition in `new_lcmocc` method, or create another method that creates VnfLcmOpOccV2 with `isAutomaticInv
Changed in tacker: | |
importance: | Undecided → Medium |
Change abandoned by "Henry van Dyck <email address hidden>" on branch: master /review. opendev. org/c/openstack /tacker/ +/890611
Review: https:/
Reason: mistake to review