diff options
author | Sirisha_Manchikanti <sirisha.manchikanti@est.tech> | 2021-05-07 15:17:52 +0100 |
---|---|---|
committer | Sirisha_Manchikanti <sirisha.manchikanti@est.tech> | 2021-05-13 09:00:52 +0100 |
commit | f83411a86e2277adae69e780e8511913d61a0f17 (patch) | |
tree | d75f197e703270cda608c9bd0d236f7ce8c12e13 /docs | |
parent | cac5cc982413ab9593186d308eda8936e9603ad9 (diff) |
Modular structure of clamp including controlloop
This commit is the first commit that puts in multi module structure while
changing the existing CLAMP code as little as possible.
It adds a structure where common, models, participant and runtime are direct children under clamp,
and current clamp code is moved under runtime. This runtime directory will host controlloop
runtime code in later commits.
Issue-ID: POLICY-3215
Signed-off-by: Sirisha_Manchikanti <sirisha.manchikanti@est.tech>
Change-Id: I15bc8be92ed020343bff4024c4718fec462c40d7
Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'docs')
-rw-r--r--[-rwxr-xr-x] | docs/_static/favicon.ico | bin | 2102 -> 2102 bytes | |||
-rw-r--r--[-rwxr-xr-x] | docs/images/user-guide/blueprint_node_type.png | bin | 65898 -> 65898 bytes | |||
-rw-r--r--[-rwxr-xr-x] | docs/images/user-guide/clamp-cds-operation.png | bin | 62357 -> 62357 bytes | |||
-rw-r--r--[-rwxr-xr-x] | docs/images/user-guide/config-policy-tca.png | bin | 49477 -> 49477 bytes | |||
-rw-r--r--[-rwxr-xr-x] | docs/images/user-guide/deploy-params.png | bin | 45138 -> 45138 bytes | |||
-rw-r--r--[-rwxr-xr-x] | docs/images/user-guide/op-policy-box-policy.png | bin | 67750 -> 67750 bytes | |||
-rw-r--r--[-rwxr-xr-x] | docs/images/user-guide/open-menu-prop.png | bin | 59422 -> 59422 bytes | |||
-rw-r--r--[-rwxr-xr-x] | docs/images/user-guide/policy-submitted.png | bin | 47028 -> 47028 bytes | |||
-rw-r--r-- | docs/swagger/swagger.json | 4 | ||||
-rw-r--r-- | docs/swagger/swagger.pdf | 4 |
10 files changed, 4 insertions, 4 deletions
diff --git a/docs/_static/favicon.ico b/docs/_static/favicon.ico Binary files differindex cb712ebd2..cb712ebd2 100755..100644 --- a/docs/_static/favicon.ico +++ b/docs/_static/favicon.ico diff --git a/docs/images/user-guide/blueprint_node_type.png b/docs/images/user-guide/blueprint_node_type.png Binary files differindex 1e5ef6a4a..1e5ef6a4a 100755..100644 --- a/docs/images/user-guide/blueprint_node_type.png +++ b/docs/images/user-guide/blueprint_node_type.png diff --git a/docs/images/user-guide/clamp-cds-operation.png b/docs/images/user-guide/clamp-cds-operation.png Binary files differindex edc4c63aa..edc4c63aa 100755..100644 --- a/docs/images/user-guide/clamp-cds-operation.png +++ b/docs/images/user-guide/clamp-cds-operation.png diff --git a/docs/images/user-guide/config-policy-tca.png b/docs/images/user-guide/config-policy-tca.png Binary files differindex ce5f79bc8..ce5f79bc8 100755..100644 --- a/docs/images/user-guide/config-policy-tca.png +++ b/docs/images/user-guide/config-policy-tca.png diff --git a/docs/images/user-guide/deploy-params.png b/docs/images/user-guide/deploy-params.png Binary files differindex 9d003258f..9d003258f 100755..100644 --- a/docs/images/user-guide/deploy-params.png +++ b/docs/images/user-guide/deploy-params.png diff --git a/docs/images/user-guide/op-policy-box-policy.png b/docs/images/user-guide/op-policy-box-policy.png Binary files differindex 89c6265ba..89c6265ba 100755..100644 --- a/docs/images/user-guide/op-policy-box-policy.png +++ b/docs/images/user-guide/op-policy-box-policy.png diff --git a/docs/images/user-guide/open-menu-prop.png b/docs/images/user-guide/open-menu-prop.png Binary files differindex 046e2a3d3..046e2a3d3 100755..100644 --- a/docs/images/user-guide/open-menu-prop.png +++ b/docs/images/user-guide/open-menu-prop.png diff --git a/docs/images/user-guide/policy-submitted.png b/docs/images/user-guide/policy-submitted.png Binary files differindex 04a9df358..04a9df358 100755..100644 --- a/docs/images/user-guide/policy-submitted.png +++ b/docs/images/user-guide/policy-submitted.png diff --git a/docs/swagger/swagger.json b/docs/swagger/swagger.json index 5a958e29b..75c629562 100644 --- a/docs/swagger/swagger.json +++ b/docs/swagger/swagger.json @@ -1,7 +1,7 @@ { "swagger" : "2.0", "info" : { - "version" : "6.1.1-SNAPSHOT", + "version" : "6.1.2-SNAPSHOT", "title" : "Clamp Rest API" }, "host" : "localhost:37747", @@ -1802,4 +1802,4 @@ } } } -}
\ No newline at end of file +} diff --git a/docs/swagger/swagger.pdf b/docs/swagger/swagger.pdf index 99dca1882..9d51932ef 100644 --- a/docs/swagger/swagger.pdf +++ b/docs/swagger/swagger.pdf @@ -4,8 +4,8 @@ << /Title (Clamp Rest API) /Creator (Asciidoctor PDF 1.5.0.alpha.10, based on Prawn 1.3.0) /Producer (Asciidoctor PDF 1.5.0.alpha.10, based on Prawn 1.3.0) -/CreationDate (D:20210426134156+02'00') -/ModDate (D:20210426134156+02'00') +/CreationDate (D:20210510121240+01'00') +/ModDate (D:20210510121240+01'00') >> endobj 2 0 obj |