summary |
shortlog | log |
commit |
commitdiff |
review |
tree
first ⋅ prev ⋅ next
Konstantin Blagov [Tue, 15 Jul 2014 09:01:46 +0000 (11:01 +0200)]
minor fixes to POMs; fixed CRLFs
Change-Id: I2a7d50a1a048e71a00b42438b49cd9fd382df56f
Signed-off-by: Konstantin Blagov <[email protected]>
Konstantin Blagov [Mon, 14 Jul 2014 16:45:53 +0000 (18:45 +0200)]
fixed RPC to instantiate SFC to SFP (selects SFs randomly)
Change-Id: I2ed4d0f0b5a76caabd06005b46cc480fc2cc409d
Signed-off-by: Konstantin Blagov <[email protected]>
Konstantin Blagov [Fri, 11 Jul 2014 14:05:52 +0000 (16:05 +0200)]
added sfc-distribution, RPCs
Change-Id: I817c1071727a7c6d332c4010c66f0b0a26e9ecc3
Signed-off-by: Konstantin Blagov <[email protected]>
Reinaldo Penno [Fri, 11 Jul 2014 08:38:21 +0000 (01:38 -0700)]
fourth state of Provider
- When a service function is created via RESTconf, internally
we create SFF and SFP
- When a service function chain is created we patch SFF and SFP
with the final info to send to devices
Change-Id: I9ef2c82a02ca08e7a58ddce8559da3e58345ee57
Signed-off-by: Reinaldo Penno <[email protected]>
Reinaldo Penno [Thu, 10 Jul 2014 08:38:58 +0000 (01:38 -0700)]
Third Stage of Provider Commit
- Fixed yang models to reflect testing and use-cases
- Added Sfc-test-consumer
- Add listeners and APIs to reflect generic integration
Change-Id: Iac115f96ecd34ba08b262ab749431b43c796653c
Signed-off-by: Reinaldo Penno <[email protected]>
Reinaldo Penno [Wed, 2 Jul 2014 23:13:34 +0000 (16:13 -0700)]
Stage 2 of SFC Provider Application
- Provider plug-in
- Changes to parent pom to compile provider plug-in
Change-Id: I2bf3624a05e233e292bd60d9cc102addf291ac3a
Signed-off-by: Reinaldo Penno <[email protected]>
Reinaldo Penno [Wed, 2 Jul 2014 20:07:23 +0000 (13:07 -0700)]
Stage 1 of provider Commit
- Adding parallel sfc-model
Change-Id: I5d8ae5245dc2ad3055ec3bd65748afe733b82b06
Signed-off-by: Reinaldo Penno <[email protected]>
Reinaldo Penno [Fri, 13 Jun 2014 04:02:21 +0000 (21:02 -0700)]
first round of POM changes. This commit makes sure
upcoming provider application can see model classes.
I will change names and organize dependencies in later commits
Change-Id: I5e052147c04cccf38d88c141d631b41c33056619
Signed-off-by: Reinaldo Penno <[email protected]>
Reinaldo Penno [Tue, 10 Jun 2014 05:44:34 +0000 (22:44 -0700)]
Updated Yang models to reflext draft-penno-sfc-yang-03
Changed service-function-chain.yang and service-function.yang
back to unix encoding from DOS encoding (stripped out CRs).
Original-Signed-off-by: Reinaldo Penno <[email protected]>
Change-Id: Icb2eddbac7eb6e730c6b5b7e074043082f13eb9f
Signed-off-by: Ryan Moats <[email protected]>
Ryan Moats [Mon, 9 Jun 2014 18:07:16 +0000 (13:07 -0500)]
Add dependencies to model pom.xml
The pom.xml was missing some yang dependencies for locating
items in a running controller. Added same.
Change-Id: I448c546a0d69a1d32403db5efb263450f595fe8f
Signed-off-by: Ryan Moats <[email protected]>
Ryan Moats [Thu, 5 Jun 2014 02:31:11 +0000 (21:31 -0500)]
Add initial checkstyle rules
This commit adds checkstyle rules (no tabs, no trailing white space)
to the project and fixes the yang models to conform.
Only the *.yang files are currently checked, we need to add *.java
while excluding the machine generated files
Change-Id: I408523b2a90f9e32b65415eb179c7a058c641d82
Signed-off-by: Ryan Moats <[email protected]>
Ryan Moats [Thu, 5 Jun 2014 02:21:57 +0000 (21:21 -0500)]
Add distribution management to pom files
The original commit lacked pom files and so the jenkins
merge job failed when it came to deploying the artifacts.
This patch addresses this...
Change-Id: Ieb8b3d73f460852c5f0193ebb575cf562a5d2a43
Signed-off-by: Ryan Moats <[email protected]>
Reinaldo Penno [Wed, 4 Jun 2014 06:15:26 +0000 (23:15 -0700)]
First SFC Model Commit
Change-Id: I21b35d7dc7611b9ec9658a3e848eae3b5e3838ad
Signed-off-by: Reinaldo Penno <[email protected]>
Aric Gardner [Thu, 22 May 2014 17:47:18 +0000 (17:47 +0000)]
Initial empty repository