[SFC-113] SFC config model should not have RPC Created: 14/Oct/15  Updated: 30/May/18

Status: In Review
Project: sfc
Component/s: General
Affects Version/s: Fluorine
Fix Version/s: None

Type: Bug
Reporter: Keith Burns Assignee: Keith Burns
Resolution: Unresolved Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

Operating System: All
Platform: All


External issue ID: 4469

 Description   

// (main feature: instantiation of a SFC)

rpc instantiate-service-function-chain {
description
"Instantiates a single service function";
input {
leaf name

{ type string; mandatory true; description "The name of the service function chain to be instantiated."; }

}
output {
leaf name

{ type string; description "The name of the created service function path."; }

}
}

// (RPC for testing)
rpc put-service-function-chains {
description
"Creates Service-Functions";
input

{ uses service-function-chain-grouping; }

}

Also what is difference between "instantiate" and "put" ?



 Comments   
Comment by Brady Johnson [ 11/Feb/16 ]

We will revisit this in Boron. Currently we're not using conf/oper, but will make the necessary changes to do so in Boron.

Comment by Brady Johnson [ 12/Sep/16 ]


Everything is working as expected now that all of the patches have been merged.

Comment by Brady Johnson [ 12/Sep/16 ]

Disregard the previous comment, I closed the wrong bug, this bug hasnt been fixed yet.

Comment by Brady Johnson [ 29/May/18 ]

I will deprecate these in Fluorine. Here's the git topic: topic/sf-rpc-deprecation

 

Comment by Brady Johnson [ 29/May/18 ]

Patch to fix this:

https://git.opendaylight.org/gerrit/72453

 

Comment by Brady Johnson [ 30/May/18 ]

We deprecated this in Fluorine, and will remove the RPCs in Neon.

Generated at Wed Feb 07 20:38:40 UTC 2024 using Jira 8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d.