diff options
author | Brian Freeman <bf1936@att.com> | 2018-11-11 22:45:08 -0500 |
---|---|---|
committer | Brian Freeman <bf1936@att.com> | 2018-11-11 22:45:21 -0500 |
commit | b1f20d7b7edb3cd3218e6ad65ca5b6240dab0c53 (patch) | |
tree | 857ff287963077399184973d7d7d208fa6921e48 /platform-logic/generic-resource-api/src/main/xml | |
parent | 3df4ba7c88cf330cd358b2cc1a21cd31405fcbb7 (diff) |
Add gw-vfmodule-update node
Issue-ID: SDNC-511
Change-Id: I89533fb46e5c4f52b5898ff75b30e773d8a7e064
Signed-off-by: Brian Freeman <bf1936@att.com>
Former-commit-id: 4b276a0d6f5c9546584ba917613316a6dea82138
Diffstat (limited to 'platform-logic/generic-resource-api/src/main/xml')
-rwxr-xr-x | platform-logic/generic-resource-api/src/main/xml/GENERIC-RESOURCE-API_vf-module-topology-operation-assign.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/platform-logic/generic-resource-api/src/main/xml/GENERIC-RESOURCE-API_vf-module-topology-operation-assign.xml b/platform-logic/generic-resource-api/src/main/xml/GENERIC-RESOURCE-API_vf-module-topology-operation-assign.xml index 69f26c74..b7888ede 100755 --- a/platform-logic/generic-resource-api/src/main/xml/GENERIC-RESOURCE-API_vf-module-topology-operation-assign.xml +++ b/platform-logic/generic-resource-api/src/main/xml/GENERIC-RESOURCE-API_vf-module-topology-operation-assign.xml @@ -1408,6 +1408,7 @@ key="INSERT INTO VIPR_CONFIGURATION (vnf_id, vnf_name, ecomp_service_instance_id <parameter name='service-data.vnfs.vnf[$vnf-index].vnf-data.vf-modules.vf-module[$vf-module-index].vf-module-data.vf-module-request-input.'
value='$vf-module-topology-operation-input.vf-module-request-input.' />
</set>
+ <call module='GENERIC-RESOURCE-API' rpc='gw-vfmodule-update' mode='sync' ></call>
<set>
<parameter name='service-data.vnfs.vnf[$vnf-index].vnf-data.vf-modules.vf-module[$vf-module-index].vf-module-data.vf-module-level-oper-status.order-status'
value='PendingCreate' />
@@ -1429,4 +1430,4 @@ key="INSERT INTO VIPR_CONFIGURATION (vnf_id, vnf_name, ecomp_service_instance_id </switch>
</block>
</method>
-</service-logic>
\ No newline at end of file +</service-logic>
|