X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FNBI.git;a=blobdiff_plain;f=osm_nbi%2Finstance_topics.py;fp=osm_nbi%2Finstance_topics.py;h=c2a4be350e3dc6074af9826842f07316a65056dc;hp=35c39d3fee64eafe2c63ce594e93b7ab24281f26;hb=e4254fd59d96bbc64e12b5220d19c680be734c69;hpb=61e0c52d4715b5726a369959d69a1305d6790ae2 diff --git a/osm_nbi/instance_topics.py b/osm_nbi/instance_topics.py index 35c39d3..c2a4be3 100644 --- a/osm_nbi/instance_topics.py +++ b/osm_nbi/instance_topics.py @@ -1098,6 +1098,8 @@ class NsLcmOpTopic(BaseTopic): vnfr_update[vnfr_update_text + ".mac-address"] = increment_ip_mac( iface_inst_param.get("mac-address"), vdur.get("count-index", 0)) vnfr_update[vnfr_update_text + ".fixed-mac"] = True + if iface_inst_param.get("floating-ip-required"): + vnfr_update[vnfr_update_text + ".floating-ip-required"] = True # get vnf.internal-vld.internal-conection-point instantiation params to update vnfr.vdur.interfaces # TODO update vld with the ip-profile for ivld_inst_param in get_iterable(vnf_inst_params.get("internal-vld")):