File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
service/individualServices Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 272272 "maximum" : 5000
273273 },
274274 "integer-profile-configuration" : {
275- "integer-value" : 500
275+ "integer-value" : 4500
276276 }
277277 }
278278 }
14981498 "layer-protocol-name" : " http-client-interface-1-0:LAYER_PROTOCOL_NAME_TYPE_HTTP_LAYER" ,
14991499 "http-client-interface-1-0:http-client-interface-pac" : {
15001500 "http-client-interface-configuration" : {
1501- "application-name" : " ApplicationLayerTopology " ,
1501+ "application-name" : " OldRelease " ,
15021502 "release-number" : " 2.1.1"
15031503 }
15041504 }
Original file line number Diff line number Diff line change @@ -7,7 +7,9 @@ const ForwardingAutomationService = require('onf-core-model-ap/applicationPatter
77 **/
88exports . createPreApprovedLinks = async function ( preApprovedLinks ) {
99 let forwardings = [ ] ;
10+ console . log ( "FindOrCreateCheck1" )
1011 for ( let preApprovedLink of preApprovedLinks . links ) {
12+ console . log ( "FindOrCreateCheck2" )
1113 let servingOperationUuid = preApprovedLink . output ;
1214 let consumingOperationUuidList = [ ] ;
1315 if ( Array . isArray ( preApprovedLink . input ) ) {
@@ -22,6 +24,7 @@ exports.createPreApprovedLinks = async function (preApprovedLinks) {
2224 forwardings . push ( forwarding ) ;
2325 }
2426 }
27+ console . log ( "FindOrCreateCheck3" )
2528 ForwardingAutomationService . automateForwardingConstructAsync (
2629 "/v1/add-operation-client-to-link" ,
2730 forwardings ,
You can’t perform that action at this time.
0 commit comments