From: Benjamin Diaz Date: Wed, 3 Oct 2018 18:52:47 +0000 (-0300) Subject: Adds handling of scaled life cycle operation X-Git-Tag: v5.0.0~18 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=29d590a038ce5c8d745f97ab935393c0bd6a8228;hp=29d590a038ce5c8d745f97ab935393c0bd6a8228;p=osm%2FPOL.git Adds handling of scaled life cycle operation Configures alarms on vdus created after a scaling operation, which correspond to the 'scaled' message, using the same handler used with the 'instantiated' message, in which a check has been added to avoid duplicate alarms. It also fixes the vdu name used when creating the alarm through MON, which is now the vdur name and not the vdu-id-ref used in the vnfd. Finally, it adds a check for the scaling-type param in the scaling policy, only executing the autoscaling logic if it is set to 'automatic'. Signed-off-by: Benjamin Diaz Change-Id: I3499ebdb5605f80ff73d905fbe3ac61d0d806687 ---