aboutsummaryrefslogtreecommitdiffstats
path: root/heat/vFW_CNF_CDS/templates/cba/Scripts/kotlin
AgeCommit message (Collapse)AuthorFilesLines
2021-09-21vFW CNF CDS Change Blueprint to BluePrintMichal Chabiera4-12/+12
Kotlin scripts don't comile after modification in CDS. Some Blueprint have to be changed into BluePrint Issue-ID: INT-1960 Signed-off-by: Michal Chabiera <michal.chabiera@orange.com> Change-Id: Iffeb76249651d2fd0a987d5b6f9ad9bd4c04632a (cherry picked from commit 129d553d323653461d14f248cb9e8b6f266eb5e3)
2021-06-07[vFW_CNF_CDS] Improve logging and fix tests typoKonrad Bańka1-2/+14
Issue-ID: INT-1899 Signed-off-by: Konrad Bańka <k.banka@samsung.com> Change-Id: I6f5fb411d395a83e3cc47ab1c089ffaa6bc64da5 (cherry picked from commit 7bb8f80782362ea241affbbd9ce0f45b4639db8a)
2021-05-25[vFW_CNF_CDS] Add workflow health-check and K8sHealthCheck.kt scriptj.blixt2-5/+123
Issue-ID: INT-1899 Signed-off-by: j.blixt <j.blixt@partner.samsung.com> Signed-off-by: Grzegorz Wielgosinski <g.wielgosins@samsung.com> Signed-off-by: Konrad Bańka <k.banka@samsung.com> Change-Id: I7d52c49bd0e40d30a560b2012362d38488392be6 (cherry picked from commit 532cfff8eaad73781cbb410064cd3b4bda5e3095)
2021-04-22vFW CNF fix for issue with config-deploy operationLukasz Rajewski1-2/+2
Issue-ID: INT-1868 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com> Change-Id: Ia905c89b96f568bc362c0fd6f73bf0ec4c06212c (cherry picked from commit fcf124f6fafbf8b0ce9a075ffb91ccc54ef3a0c0)
2021-03-28Real vFW CNF config-assign and config-deployLukasz Rajewski5-23/+125
Implementation of vFW CNF config-assign and config-deploy with utilization of CDS native components for configuration API Change-Id: I016b186e1fcad0bf1285292f2e93e12a1d96b63e Issue-ID: INT-1868 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com>
2021-03-19Implementation of config-assign and config-deploy actionsLukasz Rajewski3-19/+190
Implementation of config-assign and config-deploy actions Issue-ID: INT-1868 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com> Change-Id: Ibe61ea32bb1d0fbfc5396adf54c7d2fcbc7bbf30
2021-03-10Add cofig-assign and config-deploy to cds workflowMichał Grzesik1-0/+59
Add cofig-assign and config-deploy to cds workflow, cloud region and vf params list updated, exporting onap settings for onapsdk Issue-ID: INT-1868 Signed-off-by: Michal Grzesik <michal.grzesik@orange.com> Change-Id: I68acbc2ecedfafb4d2291707f5fef82e8feab831
2020-10-09vFW CDS CNF CBA with native k8s profile uploadLukasz Rajewski1-379/+0
vFW CDS CNF CBA with native k8s profile upload Change-Id: Ic3357982af534ea261d4d617e050dc33bc339645 Issue-ID: INT-1658 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com>
2020-03-03K8s Profile mod on demandLukasz Rajewski1-3/+38
This change provides an example of modificatioin of k8s profile on demand. In here the ssh service of vPGN is created on demand and user can decide about the number of ssh exposed port Change-Id: Ie734e4f832d6a07ff53a0f108aed74a43d325b22 Issue-ID: INT-1458 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com>
2020-02-28K8S Profile modification by CDSLukasz Rajewski1-6/+22
This change implements the modification of K8s profile by CDS. The script creates the content of tar.gz file with profile base on the included profile tempalte and template artifcts of the profile. This version only builds the profile file. Change-Id: If3aafdb660b6e63ebb33892f5e8593bd0b6be392 Issue-ID: INT-1458 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com>
2020-02-26Correct CBA package for vFW_CNF_CDS usecaseKonrad Bańka1-3/+8
This fixes change helm and cba content to enable instantiation with some workarounds. Data dictionary in this review is not ready yet, as well as there are many workarounds within. Signed-off-by: Konrad Bańka <k.banka@samsung.com> Issue-ID: INT-1260 Change-Id: I4833fa11772b7bd2b65d04f0d81ffad22570d309
2020-01-24Removed resolution-key from K8S profile uploadLukasz Rajewski1-6/+3
Removed resolution-key from K8S profile upload Change-Id: If7c9106da4ca514d142c8bb898ac50630e41b577 Issue-ID: INT-1406 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com>
2020-01-09Additional missing changed for CNF parameter resolution.Samuli Silvius1-4/+4
Accidentally missed adding "vf-module-model-invariant-uuid" and "vf-module-model-version" to vf-modules mappings for resolution in previous commit. Issue-ID: INT-1260 Signed-off-by: Samuli Silvius <s.silvius@partner.samsung.com> Change-Id: I0a47027e73284b4b0ae0a1f0ce18e45d6b2d9142
2020-01-08K8s Profile UploadLukasz Rajewski2-0/+327
Modification of vFW CNF CBA package to upload K8s profile automatically just after resource assigment phase. Profile is created for each vf-module and in this version only upload of static profile is possible. Profile files must be included in the CBA in Templates/k8s-profiles folder. Profile file must be valid tar.gz file accepted by multicloud-k8s plugin. Change-Id: I30c268e9867fbb86d997b2091ce2eed204a7df2a Issue-ID: INT-1406 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com>